Skip to content

Commit

Permalink
Update baseline directory for Derecho
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Nov 9, 2023
1 parent 4e09130 commit b916d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/machine_defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"derecho": MachineDefaults(
job_launcher_type=JOB_LAUNCHER_QSUB,
scratch_dir=os.path.join(os.path.sep, "glade", "derecho", "scratch", get_user()),
baseline_dir=os.path.join(os.path.sep, "glade", "p", "cgd", "tss", "ctsm_baselines"),
baseline_dir=os.path.join(os.path.sep, "glade", "campaign", "cgd", "tss", "ctsm_baselines"),
account_required=True,
create_test_retry=0,
create_test_queue="regular",
Expand Down

0 comments on commit b916d38

Please sign in to comment.