Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NIGLOBAL = 36
NJGLOBAL = 32
DT = 3600
GRID_FILE = "tx10deg/ocean_hgrid_tx10deg_20260219.nc"
TOPO_FILE = "tx10deg/ocean_topog_tx10deg_20260219.nc"
CHL_FILE = "tx10deg/seawifs-clim-1997-2010-tx10deg_20260219.nc"
SALT_RESTORE_FILE = "tx10deg/state_restore_tx10deg_20260219.nc"
GRID_FILE = "../tx2_3v2/tx10deg/ocean_hgrid_tx10deg_20260219.nc"
TOPO_FILE = "../tx2_3v2/tx10deg/ocean_topog_tx10deg_20260219.nc"
CHL_FILE = "../tx2_3v2/tx10deg/seawifs-clim-1997-2010-tx10deg_20260219.nc"
SALT_RESTORE_FILE = "../tx2_3v2/tx10deg/state_restore_tx10deg_20260219.nc"
TOPO_EDITS_FILE = ''
AUTO_MASKTABLE=False
8 changes: 4 additions & 4 deletions cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
NIGLOBAL = 108
NJGLOBAL = 96
DT = 3600
GRID_FILE = "tx3deg/ocean_hgrid_tx3deg_20260219.nc"
TOPO_FILE = "tx3deg/ocean_topog_tx3deg_20260219.nc"
CHL_FILE = "tx3deg/seawifs-clim-1997-2010-tx3deg_20260219.nc"
SALT_RESTORE_FILE = "tx3deg/state_restore_tx3deg_20260219.nc"
GRID_FILE = "../tx2_3v2/tx3deg/ocean_hgrid_tx3deg_20260219.nc"
TOPO_FILE = "../tx2_3v2/tx3deg/ocean_topog_tx3deg_20260219.nc"
CHL_FILE = "../tx2_3v2/tx3deg/seawifs-clim-1997-2010-tx3deg_20260219.nc"
SALT_RESTORE_FILE = "../tx2_3v2/tx3deg/state_restore_tx3deg_20260219.nc"
TOPO_EDITS_FILE = ''
AUTO_MASKTABLE=False
Loading