From 7e2b0c6e67d3d9358ee9c9213d0a6c61ce6bbafc Mon Sep 17 00:00:00 2001 From: schroeder5 <s.schroeder@fz-juelich.de> Date: Sat, 1 Jun 2024 16:14:46 +0000 Subject: [PATCH] for ML downscaling, switch to sources from official github repo --- src/pages/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard.py b/src/pages/dashboard.py index 8761c1a..1033bd6 100644 --- a/src/pages/dashboard.py +++ b/src/pages/dashboard.py @@ -1342,7 +1342,7 @@ def ml_downscaling_output_download(download_button, job_dict, plot_dict): base_url = f"{UNICORE_BASE}JURECA/rest/core" credentials = uc_credentials.UsernamePassword(UNICORE_USER, UNICORE_PASSWORD) client = uc_client.Client(credentials, base_url) - job_description = {'Executable': f"/p/project/cjicg21/{UNICORE_USER}/downscaling_maelstrom/HPC_batch_scripts/inference_destine_test_{variable}.sh", + job_description = {'Executable': f"/p/project/cjicg21/{UNICORE_USER}/downscaling_destine_de370c/HPC_batch_scripts/inference_destine_test_{variable}.sh", 'Arguments': [ f"{jobnr.upper()}/CTM/", year, month, day ] } job = client.new_job(job_description) # wait for the job to finish: -- GitLab