diff --git a/tests/integration/template_weekly_comprehensive_v3.cfg b/tests/integration/template_weekly_comprehensive_v3.cfg index a5ef609e..d4cb0a62 100644 --- a/tests/integration/template_weekly_comprehensive_v3.cfg +++ b/tests/integration/template_weekly_comprehensive_v3.cfg @@ -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" diff --git a/tests/integration/utils.py b/tests/integration/utils.py index 101f86db..0aa8b8c1 100644 --- a/tests/integration/utils.py +++ b/tests/integration/utils.py @@ -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}/", } diff --git a/zppy/templates/ts.bash b/zppy/templates/ts.bash index af5b104d..b0bf164d 100644 --- a/zppy/templates/ts.bash +++ b/zppy/templates/ts.bash @@ -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} \