Hello,
I'm trying to make a restart file from a climatology (cold start) using a similar method to the GOMb0.08 example.
Since I'm setting the new domain (North Atlantic Ocean), I don't have the existing restart file.
So, I'm trying to shoot a one-day run without forcing to make a restart file, and then use this to an archv2restart.f so that I can convert an archive file (subregioned GLBb 1994_01 file) to a restart file.
However, I'm getting multiple neg. dp (m) flags, and those locations are quite far from the boundaries, so I want to believe it is not a problem of masking or relaxation.
Could you let me know the clue of these error flags, and give a hint to resolve this?
Also, I'm a bit unsure that I can change LIMITS to LIMITI to avoid HYCOM to find restart_in.[ab] at here.
setenv YOF ""
#setenv YOF `echo ${Y01} | awk '{printf("%04.0f", $1+1900)}'`
C
C --- local input files.
C
if (-e ${D}/../${E}y${Y01}${A}.limits) then
/bin/cp ${D}/../${E}y${Y01}${A}.limits limits
else
# use "LIMITI" when starting a run after day zero.
# use "LIMITS9" (say) for a 9-day run
# echo "LIMITS" | awk -f ${D}/../${E}.awk y01=${Y01} ab=${A} >! limits
echo "LIMITI" | awk -f ${D}/../${E}.awk y01=${Y01} ab=${A} >! limits
endif
I use the same grid resolution of GLBb0.08 and GOMb0.08, and run without any forcing, tidal forcing, etc.
For your information, I've attached the figure of the original domain and my masked domain, relaxation mask file, csh and log file, and blkdat.input file.
I'm idm, jdm are 1475, 953, and running with the configuration of src_2.3.01_relo_mpi, with 24MPI.
Let me know if you need any other information to figure this out.
Many thanks,
Jeongin