Skip to content

Commit 0917f59

Browse files
committed
Parameter updates
1 parent 2c12941 commit 0917f59

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

examples/post.v3.LR.historical.zppy_v3.cfg

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[default]
99
# Change these two paths to include your username instead
1010
# You can also change these to match your preferred directory structure
11-
output = /lcrc/group/e3sm/ac.forsyth2/E3SMv3/v3.LR.historical_eu11rc13
12-
www = /lcrc/group/e3sm/public_html/diagnostic_output/ac.forsyth2/E3SMv3_eu11rc13
11+
output = /lcrc/group/e3sm/ac.forsyth2/E3SMv3_20250331_try2/v3.LR.historical_0051
12+
www = /lcrc/group/e3sm/public_html/diagnostic_output/ac.forsyth2/E3SMv3_20250331_try2
1313
# Once E3SM Unified 1.11.0 is released, you can use this line instead:
1414
# environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
1515
environment_commands = "source /lcrc/soft/climate/e3sm-unified/test_e3sm_unified_1.11.0rc13_chrysalis.sh"
@@ -117,7 +117,8 @@ years = "1985:2014:30"
117117
input_files = "elm.h0"
118118
input_subdir = "archive/lnd/hist"
119119
mapping_file = "glb"
120-
vars = "FSH,RH2M,LAISHA,LAISUN,QINTR,QOVER,QRUNOFF,QSOIL,QVEGE,QVEGT,SOILWATER_10CM,TSA,H2OSNO,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,SOIL4C,WOOD_HARVESTC,TOTVEGC,NBP,GPP,AR,HR"
120+
# vars = "FSH,RH2M,LAISHA,LAISUN,QINTR,QOVER,QRUNOFF,QSOIL,QVEGE,QVEGT,SOILWATER_10CM,TSA,H2OSNO,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,SOIL4C,WOOD_HARVESTC,TOTVEGC,NBP,GPP,AR,HR"
121+
vars = "" # This will tell zppy to use all available variables
121122

122123
[e3sm_to_cmip]
123124
# This is a new task in zppy v3.0.0!
@@ -266,14 +267,16 @@ walltime = "4:00:00"
266267
# plot_names (plot names should now be explicitly set via the plots_atm/ice/lnd/ocn parameters)
267268
active = True
268269
climo_years ="1985-2014",
270+
environment_commands = "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi_plots_lnd_20250326"
269271
experiment_name = "v3.LR.historical_0051"
270272
figstr = "v3.LR.historical_0051"
273+
make_viewer = True
271274
moc_file = "mocTimeSeries_1985-2014.nc"
272275
plots_atm = "TREFHT,AODDUST"
273-
plots_lnd = "FSH,RH2M,LAISHA,LAISUN,QINTR,QOVER,QRUNOFF,QSOIL,QVEGE,QVEGT,SOILWATER_10CM,TSA,H2OSNO,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,SOIL4C,WOOD_HARVESTC,TOTVEGC,NBP,GPP,AR,HR"
276+
plots_lnd = "all"
274277
ts_num_years = 30
275278
ts_years ="1985-2014",
276-
walltime = "00:30:00"
279+
walltime = "10:00:00"
277280
years = "1985-2014",
278281

279282
[ilamb]

0 commit comments

Comments
 (0)