-
Notifications
You must be signed in to change notification settings - Fork 9
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
gcmpost.script is corrupted #277
Comments
@yvikhlya I believe @sdrabenh commented this out because the AGCM moved to use monthly history for pretty much all HISTORY output in: You might need to do something similar for the AOGCM histories if you move up to "recent" GMAO_Shared. Of course, if you need the daily files, then we might need to figure out a way to at-run-time say whether archiving is needed. |
@mathomp4 I don't need dailies, I NEED to get rid of them from holding location in a safe way. I can't switch to monthly output in my ongoing runs. We will switch to monthly output in coupled runs, but what should I do with ongoing runs? Deleting dailies manually leaves a chance of missing data. |
Once again, the issue here is accumulation of dailies in holding location. They has to be deleted when month is processed, otherwise left in holding. |
I found a way to process monthlies from dailies for my ongoing runs. All future coupled runs will be with monthly collections. But still, if someone tries to run with daily collections, they will not be moved out of holding. |
@yvikhlya I agree there is a potential for problems and unexpected results by commenting out this line. However, we have been asked not to write our data to |
@sdrabenh Clear enough. So, if storing dailies in holding is desirable behavior, so be it, I am going to close this issue. I have a way to continue my ongoing runs the old way (archive, clear holding). Will edit coupled history templates to use monthly collections. |
Closing issue. Current behavior of gcmpost.script is intentional. |
@yvikhlya please beware that |
Submitting archive job is commented out.
https://github.com/GEOS-ESM/GMAO_Shared/blob/main/GEOS_Util/post/gcmpost.script#L1018
This results in daily output remaining in
holding
directory in coupled run, overfilling disk quota eventually. If I uncomment this line, the script will fill archive disk with daily data.The text was updated successfully, but these errors were encountered: