Getting error when continuing E3SM simulation #7453
szebaze12
started this conversation in
E3SM model help
Replies: 1 comment 2 replies
-
|
FYI - I edited your question for readability. I find it much easier to understand an error message when it is separated from the other text. It seems that the problem is that there was a partially written history file in the run you are trying to branch from because the end of that Alternatively, you might be able to disable the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to continue a simulation from previous run in a new directory.
The initial run restart files was from.
v2.0.LR.F2010_restart_0064-01-01-00000_1yr_v25_code_1xCO2_20250529.The new run :
006401_Monthly_Restarts_v25_code_1xCO2Below is the error message:
PIO: FATAL ERROR: Aborting... An error occured, Writing variable (PIO_GLOBAL, varid=-1) to file (v2.0.LR.F2010_restart_0064-01-01-00000_1yr_v25_code_1xCO2_20250529.eam.h1.0064-12-27-00000.nc, ncid=19) failed. Inquiring variable type failed. NetCDF: Action prohibited on NC_GLOBAL varid (err=-50). Aborting since the error handler was set to PIO_INTERNAL_ERROR... (/geode2/home/......./E3SM/externals/scorpio/src/clib/pio_getput_int.c: 1536).That file is encoded in the eam restart file. There is also reference to it in the "rpointer.atm" .
My question is: Why EAM would need a file with a date that is in the future of the restart date (0064-01-01)? What is the recommended approach to solve this?
Beta Was this translation helpful? Give feedback.
All reactions