From b2275a0e3505e7416f826aec041e1e23117bd4e3 Mon Sep 17 00:00:00 2001 From: alperaltuntas Date: Wed, 8 Jul 2026 16:33:15 -0600 Subject: [PATCH] Make mom-tx10deg/tx3deg testmods grid-independent (#338) --- .../testdefs/testmods_dirs/mom/tx10deg/user_nl_mom | 8 ++++---- cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom b/cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom index 1aa9bd3..9d92b7b 100644 --- a/cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom +++ b/cime_config/testdefs/testmods_dirs/mom/tx10deg/user_nl_mom @@ -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 diff --git a/cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom b/cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom index bad1615..7f860df 100644 --- a/cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom +++ b/cime_config/testdefs/testmods_dirs/mom/tx3deg/user_nl_mom @@ -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