-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug when nrestart=1 #5
Comments
I remember that |
You mean when |
just in general. I've tried to restart the experimental runs after accidentally timeout before and it's never worked for me. |
Oh, if an experiment stops accidentally, there will be problems with restart (incomplete file/mismatched steps in restart file and stat file). But I was talking about experiments that end normally. Just tested the clean version of 6.11.7 and it seemed to be good, but our version has this bug even if I set |
Shouldn't you use nrestart = 2? |
Tried |
I don't think those 2 commits are relevant to this bug. I tested a clean version with changes only in the following files: main.f90, stepout.f90, restart.f90, hbuffer.f90, pressure.f90, pressure_mpiensemble.f90, and RAD_RRTM/rad.f90, and the restart worked well (both =1 or =2) |
Oh it seems that those two commits you mentioned earlier ARE the problem. I tried to replace the related files in those two commits into my "clean" version with mpiensemble, which performed well with restart, and then the restart didn't work. |
SFLR (sorry for late reply) I am currently not in the right frame of mind to work. But can we have a look at this when I am back (I'm back on Tuesday, but I will probably come into office on Wednesday)? |
Created a new branch qiyusong. Good for restart. |
Now allowing for gridded archipelago of islands
I'll probably get around to testing |
If
nrestart=1
, all fields will become NAN quickly (or maybe at first step after restart). Need to fixed.The text was updated successfully, but these errors were encountered: