Skip to content

Commit 0588638

Browse files
authored
Update NCO invocations (#267)
1 parent e049af8 commit 0588638

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

tests/integration/test_complete_run.cfg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[default]
22
case = v2.LR.historical_0201
3-
environment_commands = "source /lcrc/soft/climate/e3sm-unified/load_latest_e3sm_unified_chrysalis.sh"
3+
environment_commands = "source /lcrc/soft/climate/e3sm-unified/test_e3sm_unified_1.7.0rc1_chrysalis.sh"
44
input = /lcrc/group/e3sm/$USER/E3SMv2/v2.LR.historical_0201
55
input_subdir = archive/atm/hist
66
mapping_file = /home/ac.zender/data/maps/map_ne30pg2_to_cmip6_180x360_aave.20200201.nc
@@ -48,6 +48,7 @@ years = "1850:1854:2",
4848
years = "1850:1860:5",
4949

5050
[[ land_monthly ]]
51+
extra_vars = "landfrac"
5152
frequency = "monthly"
5253
input_files = "elm.h0"
5354
input_subdir = "archive/lnd/hist"
@@ -70,6 +71,7 @@ years = "1850:1854:2",
7071

7172
[e3sm_diags]
7273
active = True
74+
environment_commands = "source /home/$USER/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_dev_20220614"
7375
grid = '180x360_aave'
7476
obs_ts = '/lcrc/group/e3sm/diagnostics/observations/Atm/time-series'
7577
ref_final_yr = 2014
@@ -85,11 +87,13 @@ years = "1850:1854:2", "1850:1854:4",
8587
[[ atm_monthly_180x360_aave ]]
8688
climo_diurnal_frequency = "diurnal_8xdaily"
8789
climo_diurnal_subsection = "atm_monthly_diurnal_8xdaily_180x360_aave"
90+
partition = compute
8891
sets = "lat_lon","zonal_mean_xy","zonal_mean_2d","polar","cosp_histogram","meridional_mean_2d","enso_diags","qbo","diurnal_cycle","annual_cycle_zonal_mean","streamflow", "zonal_mean_2d_stratosphere",
92+
walltime = "01:00:00"
8993

9094
[[ atm_monthly_180x360_aave_environment_commands ]]
9195
# To run this test, replace conda environment with your e3sm_diags dev environment
92-
environment_commands="source /home/$USER/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_dev_20220228"
96+
environment_commands = "source /home/$USER/miniconda3/etc/profile.d/conda.sh; conda activate e3sm_diags_dev_20220614"
9397
sets = "qbo",
9498
ts_subsection = "atm_monthly_180x360_aave"
9599

zppy/templates/ts.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ cat input.txt | ncclimo \
6565
-c {{ case }} \
6666
-v {{ vars }} \
6767
--mem_mb=0 \
68+
--split \
6869
{%- if extra_vars != '' %}
6970
--var_xtr={{extra_vars}} \
7071
{%- endif %}
@@ -130,7 +131,7 @@ EOF
130131
${dest_cmip}/${tmp_dir} \
131132
{% if input_files == 'elm.h0' -%}
132133
--var-list \
133-
'mrsos, mrso, mrfso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, tsl, lai, cLitter, cProduct, cSoilFast,cSoilMedium,cSoilSlow fFire, fHarvest, cVeg, nbp, gpp, ra, rh' \
134+
'mrsos, mrso, mrfso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, tsl, lai, cLitter, cProduct, cSoilFast, cSoilMedium, cSoilSlow, fFire, fHarvest, cVeg, nbp, gpp, ra, rh' \
134135
--realm \
135136
lnd \
136137
{% endif -%}

0 commit comments

Comments
 (0)