-
Notifications
You must be signed in to change notification settings - Fork 52
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
FESOM2 refuses to overwrite existing output files after restarting a failed simulation junk #533
Comments
Hey Christian, is this with the https://github.com/FESOM/fesom2/tree/wiso_add_icebergs branch? I can however only see the file https://github.com/FESOM/fesom2/blob/wiso_add_icebergs/src/io_netcdf_workaround_module.F90 there, not In general, the NC_NOCLOBBER option means you want to create a new netCDF file only if the file does not already exist, so this does seem like expected behaviour with this setting to me and would need to be changed in the line 424. Would need to see the file though to have a better idea why that could have been chosen. |
Dear Thomas,
Not sure whether
This file is available here: |
As a quick change, you could probably just write in line 423
I have not seen this behaviour yet because for me, restarted runs always go to another run directory so there are never existing files... maybe something for @koldunovn to confirm this is indeed wanted like this |
I am using FESOM2.5 in a version where Lars put iceberg code into in a version of AWI-ESM2-wiso. I think though that this might be a general issue for FESOM2.
A run on albedo crashed during writing output because of disk quota. I noted that when simply resubmitting the simulation after solving the quota issue FESOM2 does crash when trying to write output files that are already there:
Is there a good reason why FESOM2 behaves that way? Or could one change (compile-time) flags to make FESOM2 be less bothered by existing output files?
The text was updated successfully, but these errors were encountered: