Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integration/template_weekly_comprehensive_v3.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ years = "1985-1995",
[[ all_lnd_var_viewer ]]
# 1. plot ALL land variables
make_viewer = True
partition = "compute"
partition = "#expand partition_long#"
plots_lnd = "all"
plots_original = ""
walltime = "03:00:00"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_compy_expansions(config):
"qos_long": "regular",
"qos_short": "regular",
"user_input_v2": "/compyfs/fors729/",
"user_input_v3": "/compyfs/fors729/",
"user_input_v3": "/compyfs/fors729/zppy_test_data",
"user_output": f"/compyfs/{username}/",
"user_www": f"{web_base_path}/{username}/",
}
Expand Down
2 changes: 1 addition & 1 deletion zppy/templates/ts.bash
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if grep -q "*" input.txt; then
fi
# Generate time series files
# If the user-defined parameter "vars" is "", then ${vars}, defined above, will be too.
cat input.txt | /home/ac.zender/bin_chrysalis/ncclimo --npo \
cat input.txt | ncclimo \
-c {{ case }} \
{%- if vars != '' %}
-v ${vars} \
Expand Down
Loading