Skip to content
Snippets Groups Projects
Commit 586a5b93 authored by Oriol Tintó Prims's avatar Oriol Tintó Prims
Browse files

Fix transfer_namelists.sh.

parent a3911158
No related branches found
No related tags found
2 merge requests!2Split prepare_rundir.sh into three different stages for the whole experiment,...,!1Cast checkpoint time to integer, add 10 minutes to the simulation to guarantee...
...@@ -10,4 +10,4 @@ REMOTE_NAMELISTS_FOLDER=${WORKDIR}/namelists ...@@ -10,4 +10,4 @@ REMOTE_NAMELISTS_FOLDER=${WORKDIR}/namelists
LOCAL_NAMELISTS_FOLDER="%PROJDIR%/namelists" LOCAL_NAMELISTS_FOLDER="%PROJDIR%/namelists"
# Transfer the namelists # Transfer the namelists
rsync -v ${LOCAL_NAMELISTS_FOLDER} ${HPCUSER}@${HPCHOST}:${REMOTE_NAMELISTS_FOLDER} rsync -v -u -r ${LOCAL_NAMELISTS_FOLDER} ${HPCUSER}@${HPCHOST}:${REMOTE_NAMELISTS_FOLDER}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment