Skip to content

Commit 1e2a1cc

Browse files
committed
Fix variable names and use newer zi
1 parent fd91f52 commit 1e2a1cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from mache import MachineInfo
88
from PIL import Image, ImageChops, ImageDraw
99

10-
UNIQUE_ID = "test_pr697_20250326_try2"
10+
UNIQUE_ID = "test_pr697_20250326_try3"
1111

1212
# Image checking ##########################################################
1313

@@ -175,7 +175,7 @@ def get_chyrsalis_expansions(config):
175175
"diags_walltime": "5:00:00",
176176
"environment_commands_test": "source /lcrc/soft/climate/e3sm-unified/test_e3sm_unified_1.11.0rc13_chrysalis.sh",
177177
"expected_dir": "/lcrc/group/e3sm/public_html/zppy_test_resources/",
178-
"global_time_series_environment_commands": "",
178+
"global_time_series_environment_commands": "source /gpfs/fs1/home/ac.forsyth2/miniforge3/etc/profile.d/conda.sh; conda activate zi_plots_lnd_20250326",
179179
"mpas_analysis_walltime": "00:30:00",
180180
"partition_long": "compute",
181181
"partition_short": "debug",

zppy/templates/ts.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ cat input.txt | ncclimo \
6767
{%- if vars != '' %}
6868
-v ${vars} \
6969
{%- else %}
70-
--xcl_var -v PCT_LANDUNIT_tmp,TLAKE_tmp,LAKEICEFRAC_tmp,SOILLIQ_ICE_tmp,W_SCALAR_tmp,T_SCALAR_tmp,SOILICE_ICE_tmp,SOILPSI_tmp,O_SCALAR_tmp,H2OSOI_tmp \
70+
--xcl_var -v .PCT_LANDUNIT,.TLAKE,.LAKEICEFRAC,.SOILLIQ_ICE,.W_SCALAR,.T_SCALAR,.SOILICE_ICE,.SOILPSI,.O_SCALAR,.H2OSOI \
7171
{%- endif %}
7272
--split \
7373
{%- if extra_vars != '' %}

0 commit comments

Comments
 (0)