I have coupled WW3 and ROMS and wanna restart the computation. however, error comes out that it cant read avg_00000.nc
the question is i dont have this file but I do not know how can i solve the problem...
the attached are the files might can help
restart file error
restart file error
- Attachments
-
- sandy.h
- (2.35 KiB) Downloaded 146 times
-
- run.log
- (205.33 KiB) Downloaded 152 times
-
- roms_coupling.in
- (138.34 KiB) Downloaded 144 times
-
- coupling_sandy.in
- (8.38 KiB) Downloaded 149 times
Re: restart file error
well, the cpp options says
Activated C-preprocessing Options:
....
SANDY Hurricane Sandy
....
AVERAGES Writing out time-averaged nonlinear model fields
so it is looking to do the averages, and since it is a restart, it is looking to add to the existing avg restart.
If you dont want averages, then undef the avg options and recompile.
-j
Activated C-preprocessing Options:
....
SANDY Hurricane Sandy
....
AVERAGES Writing out time-averaged nonlinear model fields
so it is looking to do the averages, and since it is a restart, it is looking to add to the existing avg restart.
If you dont want averages, then undef the avg options and recompile.
-j
Re: restart file error
I think this is actually a ROMS issue. I had a recent run fail the same way. I "fixed" it by changing DSTART to an earlier date. I was reading a restart file and had changed DSTART to match the restart time - that's the job that failed. The job that ran didn't need to read an averages file (I didn't have any there).
Re: restart file error
Hi all,
Thank you very much and the problem is solved.
However, I would like to ask how to determine the DT and DTFAST, I am now using DT=150s and DTSFAST=30, yet it might be too computational inefficient so I would like to know how to find the best timestep.
Thank you.
Thank you very much and the problem is solved.
However, I would like to ask how to determine the DT and DTFAST, I am now using DT=150s and DTSFAST=30, yet it might be too computational inefficient so I would like to know how to find the best timestep.
Thank you.
Re: restart file error
Trial and error? My runs can go for months, then suddenly blow up. It is often an instability in momentum, in the middle of the water column, just at one point. In that case, trying a shorter timestep gets me through it.