|
@@ -26,9 +26,9 @@ run_end_date="[[[MOD:GENERAL:RUN_END_DATE]]]"
|
|
|
# directory. Leave set to 'false' otherwise.
|
|
|
# NOTE: If set to 'true' the run directory $run_dir is cleaned!
|
|
|
force_run_from_scratch=[[[MOD:GENERAL:FORCE_RUN_FROM_SCRATCH]]]
|
|
|
-special_restart=false
|
|
|
-special_restart_from=ECE3
|
|
|
-special_restart_date="1995-01-01"
|
|
|
+special_restart=true
|
|
|
+special_restart_from=E002
|
|
|
+special_restart_date="1993-01-01"
|
|
|
|
|
|
# Resolution
|
|
|
ifs_grid=[[[MOD:IFS:GRID]]]
|
|
@@ -249,9 +249,9 @@ then
|
|
|
. ${run_dir}/ece.info
|
|
|
special_restart_leg=$(printf %03d $((leg_number+1)))
|
|
|
# PUT HERE THE INSTRUCTIONS TO COPY THE restart files
|
|
|
- rsync -av ${run_dir}/../${special_restart_from}/restart/ifs/${special_restart_leg}/ ${run_dir}
|
|
|
- rsync -av ${run_dir}/../${special_restart_from}/restart/oasis/${special_restart_leg}/ ${run_dir}
|
|
|
- cd ${run_dir}/../${special_restart_from}/restart/nemo/${special_restart_leg}
|
|
|
+ rsync -av ${run_dir}/../../archive/${special_restart_from}/restart/ifs/${special_restart_leg}/ ${run_dir}
|
|
|
+ rsync -av ${run_dir}/../../archive/${special_restart_from}/restart/oasis/${special_restart_leg}/ ${run_dir}
|
|
|
+ cd ${run_dir}/../../archive/${special_restart_from}/restart/nemo/${special_restart_leg}
|
|
|
for f in *.nc; do
|
|
|
nf=${exp_name}${f:4}
|
|
|
cp $f ${run_dir}/$nf
|