|
@@ -12,6 +12,11 @@ rst_freq="1 month"
|
|
|
# Number of restart legs to be run in one go
|
|
|
run_num_legs=6
|
|
|
|
|
|
+# Special restart
|
|
|
+special_restart=false
|
|
|
+special_restart_from=EXP0
|
|
|
+special_restart_date="1959-01-01"
|
|
|
+
|
|
|
# Parameters
|
|
|
nem_time_step_sec=3600
|
|
|
lim_time_step_sec=21600
|
|
@@ -20,3 +25,8 @@ nem_config_name=ORCA1_LIM3_REF
|
|
|
|
|
|
# This file is used to store information about restarts
|
|
|
info_file="nemo.info"
|
|
|
+
|
|
|
+# Paths
|
|
|
+start_dir=${PBS_O_WORKDIR-$PWD}
|
|
|
+run_dir="/SCRATCH/acad/limhr/$USER/nemo/run/${exp_name}"
|
|
|
+archive_dir="/SCRATCH/acad/limhr/$USER/nemo/archive/${exp_name}"
|