#2007 closed Defect (fixed)
writing of iceberg restarts doesn't work with ln_rst_list=.true. in dev_merge_2017
Reported by: | davestorkey | Owned by: | davestorkey |
---|---|---|---|
Priority: | low | Milestone: | 2018 release-4.0 |
Component: | OCE | Version: | v3.6 |
Severity: | minor | Keywords: | OPA v3.6 v4.0 |
Cc: |
Description
Context
The writing of iceberg restarts doesn't know about the ln_rst_list functionality. The icebergs output a restart every nstock timesteps and at the end of the run even if ln_rst_list = .true.
Analysis
...
Recommendation
The writing of the iceberg restarts should be controlled by lrst_oce to ensure consistency with the writing of ocean and sea ice restarts.
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
9328 | davestorkey | 2018-02-15T18:01:10+01:00 | Fix iceberg restarting to always be consistent with ocean/ice restarting. Ticket #2007 (also addresses one of Pierre's points in ticket #1595). |
Change History (4)
comment:1 Changed 7 years ago by davestorkey
comment:2 Changed 7 years ago by davestorkey
- Resolution set to fixed
- Status changed from new to closed
Proposed change tested for the two cases ln_rst_list = .false. and ln_rst_list = .true. and in each case the produces iceberg restarts at the same time as the ocean and sea ice restarts.
Does not change SETTE results (and run.stat file for WORCA2LIM3PIS_ST LONG job is unchanged). Code change reviewed by Pierre and committed at rev 9328.
This addresses one of the points in ticket #1595.
comment:3 Changed 3 years ago by nemo
- Keywords OPA v3.6 added
comment:4 Changed 3 years ago by nemo
- Keywords v4.0 added
In 9328: