Skip to content

Commit fada218

Browse files
committed
Add solo_driver example for global case
This uses the CESM 2/3 degree global grid and turns on the MARBL tracers as well.
1 parent 66fd94a commit fada218

6 files changed

Lines changed: 2310 additions & 0 deletions

File tree

standalone/examples/cesm_t232_with_MARBL/MOM_input

Lines changed: 1309 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
! Parameter changes to run CESM-MOM6 config in standalone mode
2+
3+
#override INPUTDIR = /glade/work/altuntas/mom6.standalone.runs/cesm/INPUT/t232
4+
#override READ_RIV_FLUXES = False
5+
WIND_FILE = "ocean_forcing_daily.nc"
6+
DT_FORCING = 1800.0
7+
EVAPORATION_FILE = "ocean_forcing_daily.nc"
8+
SNOW_FILE = "ocean_precip_monthly.nc"
9+
SSTRESTORE_FILE = "ocean_forcing_daily.nc"
10+
WINDSTRESS_X_VAR = "taux"
11+
LONGWAVE_FILE = "ocean_forcing_daily.nc"
12+
SALINITYRESTORE_FILE = "ocean_forcing_daily.nc"
13+
RUNOFF_FILE = "ocean_precip_monthly.nc"
14+
WINDSTRESS_Y_VAR = "tauy"
15+
SENSIBLEHEAT_FILE = "ocean_forcing_daily.nc"
16+
SHORTWAVE_FILE = "ocean_forcing_daily.nc"
17+
WIND_CONFIG = "file"
18+
BUOY_CONFIG = "file"
19+
WINDSTRESS_STAGGER = "C"
20+
RAIN_FILE = "ocean_precip_monthly.nc"
21+
LATENTHEAT_FILE = "ocean_forcing_daily.nc"
22+
ARCHAIC_OMIP_FORCING_FILE = .false.
23+
DAYMAX = 1.0
24+
25+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.nc
2+
*.res

0 commit comments

Comments
 (0)