Skip to content

Commit 8ffc7b0

Browse files
committed
Update Land support
1 parent cc104a9 commit 8ffc7b0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

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

Lines changed: 6 additions & 4 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/run_20250324/E3SMv3/v3.LR.historical_eu11rc13
12+
www = /lcrc/group/e3sm/public_html/diagnostic_output/ac.forsyth2/run_20250324/E3SMv3_eu11rc13
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!
@@ -268,9 +269,10 @@ active = True
268269
climo_years ="1985-2014",
269270
experiment_name = "v3.LR.historical_0051"
270271
figstr = "v3.LR.historical_0051"
272+
make_viewer = True
271273
moc_file = "mocTimeSeries_1985-2014.nc"
272274
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"
275+
plots_lnd = "all"
274276
ts_num_years = 30
275277
ts_years ="1985-2014",
276278
walltime = "00:30:00"

zppy/defaults/default.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ figstr = string(default="")
316316
# NOTE: always overrides value in [default]
317317
input_subdir = string(default="archive/ocn/hist")
318318
# Set to True to construct a Viewer page
319-
make_viewer = string(default="False")
319+
make_viewer = boolean(default=False)
320320
moc_file = string(default="")
321321
# Number of columns per page
322322
ncols = integer(default=2)

0 commit comments

Comments
 (0)