a2o_flux file missing #1117
Replies: 2 comments 4 replies
-
Ah, the famous "large oasis number" bug. If you looked into the oasis source code, you would find: if (iam == master_task) then
inquire(file=trim(rstfile),exist=exists)
if (.not.exists) then
write(nulprt,*) subname,' ERROR: file missing ',trim(rstfile)
WRITE(nulprt,*) subname,' model :',compid,' proc :',mpi_rank_local
CALL oasis_flush(nulprt)
IF (labort) THEN
WRITE(nulprt,*) subname,' abort by model :',compid,' proc :',mpi_rank_local
CALL oasis_flush(nulprt)
write(*,*) '1385423270818802975'; call oasis_abort_noarg()
ENDIF
else It seems that a restart file is missing. Could you give some more details about your model run? Maybe one of the files is taking too long to write to disk and isn't in place yet for the second run. |
Beta Was this translation helpful? Give feedback.
-
Hi @YuchenSun33, No problem, we are here to help after all 😀
I would not do this, as it could potentially introduce a jump in your experiment. There is no guarantee that Instead, we should try to find out where in the |
Beta Was this translation helpful? Give feedback.
-
Dear all,
I often encounter an error while running experiments using the AWIESM model. Specifically, after the completion of a model year, the 'a2o_flux' file is not generated, which prevents the model from proceeding further. Additionally, an error code '1385423270818802975' appears in the log file. This error frequently occurs in the second model year. Does anyone know how to solve this issue?
The context of this error message in the log file is like this:
You can find this log file at
/work/ba0989/a270107/AWI-ESM2.5/EXP/PI_fesom288/run_32020101-32021231/log/PI_fesom288_awiesm_compute_8438919.log
on LevanteBest regards,
Yuchen
Beta Was this translation helpful? Give feedback.
All reactions