|
8 | 8 | [default] |
9 | 9 | # Change these two paths to include your username instead |
10 | 10 | # 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 |
13 | 13 | # Once E3SM Unified 1.11.0 is released, you can use this line instead: |
14 | 14 | # environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh" |
15 | 15 | environment_commands = "source /lcrc/soft/climate/e3sm-unified/test_e3sm_unified_1.11.0rc13_chrysalis.sh" |
@@ -117,7 +117,8 @@ years = "1985:2014:30" |
117 | 117 | input_files = "elm.h0" |
118 | 118 | input_subdir = "archive/lnd/hist" |
119 | 119 | 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 |
121 | 122 |
|
122 | 123 | [e3sm_to_cmip] |
123 | 124 | # This is a new task in zppy v3.0.0! |
@@ -268,9 +269,10 @@ active = True |
268 | 269 | climo_years ="1985-2014", |
269 | 270 | experiment_name = "v3.LR.historical_0051" |
270 | 271 | figstr = "v3.LR.historical_0051" |
| 272 | +make_viewer = True |
271 | 273 | moc_file = "mocTimeSeries_1985-2014.nc" |
272 | 274 | 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" |
274 | 276 | ts_num_years = 30 |
275 | 277 | ts_years ="1985-2014", |
276 | 278 | walltime = "00:30:00" |
|
0 commit comments