#442 closed Enhancement (fixed)
for dimgout users, allow restart changing the number of proc
Reported by: | molines | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.1 |
Severity: | Keywords: | ||
Cc: |
Description
I have made small changes in order to allow the restart of a run using netcdf restart files (monoproc) even if the code is compile whith key_dimgout.
The netcdf restart files are obtained by recombination of the individual dimg restart file (done off-line, I can provide the corresponding tool to do so).
In the restart modules ( restart.F90, limrst.F90, limrst_2.F90, trcrst.F90, sedrst.F90, trdmld_rst.F90 and trdmld_trc_rst.F90 ), I added an INQUIRE statement to check if the netcdf version of the restart file is available in the current dir. If so, I set the iolib argument to jpnf90 in the subsequent call to iom_open, despite the fact that jprstlib is jprstdimg.
It works fine. Files are attached to this ticket.
Jean-Marc
Commit History (0)
(No commits)
Attachments (7)
Change History (9)
Changed 15 years ago by molines
Changed 15 years ago by molines
Changed 15 years ago by molines
Changed 15 years ago by molines
Changed 15 years ago by molines
Changed 15 years ago by molines
Changed 15 years ago by molines
comment:1 Changed 15 years ago by smasson
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jwhile
In 14794:
done, see changeset:1473