Skip to content
Snippets Groups Projects
Commit 318dfc03 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Keep name of fg and an files

parent 5973cdb2
No related branches found
No related tags found
1 merge request!2Split prepare_rundir.sh into three different stages for the whole experiment,...
......@@ -10,8 +10,8 @@ BGRID=%simulation.BGRID%
RGRID=%simulation.RGRID%
BEXTPAR=%simulation.BEXTPAR%
AN_FILE=analysis.grb
FG_FILE=fg.grb
AN_FILE=$( cat an_file.txt )
FG_FILE=$( cat fg_file.txt )
STARTDATE=%SDATE%
......
......@@ -58,8 +58,12 @@ if [ ! -f "${FG_SOURCE}" ]; then
fi
AN_FILE=analysis.grb
FG_FILE=fg.grb
AN_FILE=$(basename ${AN_SOURCE})
FG_FILE=$(basename ${FG_SOURCE})
echo ${AN_FILE} > an_file.txt
echo ${FG_FILE} > fg_file.txt
BGRID=%simulation.BGRID%
RGRID=%simulation.RGRID%
......
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