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

Trying to get restart files.

parent 39f3966e
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,13 @@ t2_unix=$(date -d "$Chunk_END_DATE" +%s)
# Compute difference in seconds
checkpoint_time=$(( (t2_unix - t1_unix) / 2 ))
dtime = 300
nsteps=$((checkpoint_time / dtime))
checkpoint_time=3600
# Extend chunk 10 minutes to ensure checkpoint creation at the proper time
Chunk_END_DATE="${END_YEAR}-${END_MONTH}-${END_DAY}T${END_HOUR}:30:00Z"
......@@ -76,7 +81,7 @@ cat >icon_atmosphere.namelist <<EOF
dtime = 300 ! time step of 300 seconds
output = 'nml' ! use output nameslists
msg_level = 15
nsteps = 72
nsteps = ${nsteps}
num_lev = 31
lvert_nest = .false.
ldynamics = .true.
......
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