Skip to content

Commit

Permalink
Push c12_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Jan 30, 2024
1 parent 77e3633 commit 59579b6
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/main/data/c12_restart/coupler.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2 (Calendar: no_calendar=0, thirty_day_months=1, julian=2, gregorian=3, noleap=4)
2016 8 1 0 0 0 Model start time: year, month, day, hour, minute, second
2016 8 1 0 30 0 Current model time: year, month, day, hour, minute, second
Binary file added tests/main/data/c12_restart/fv_core.res.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile1.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile2.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile3.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile4.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile5.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/fv_core.res.tile6.nc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile1.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile2.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile3.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile4.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile5.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/phy_data.tile6.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile1.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile2.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile3.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile4.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile5.nc
Binary file not shown.
Binary file added tests/main/data/c12_restart/sfc_data.tile6.nc
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/main/driver/test_restart_fortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_state_from_fortran_restart():
)

quantity_factory = QuantityFactory.from_backend(sizer=sizer, backend="numpy")
restart_dir = os.path.join(PACE_DIR, "util/tests/data/c12_restart")
restart_dir = os.path.join(PACE_DIR, "/tests/data/c12_restart")

(
damping_coefficients,
Expand Down

0 comments on commit 59579b6

Please sign in to comment.