Opened 8 years ago
Closed 8 years ago
#1773 closed Bug (fixed)
Restartabilty issues in TOP with vvl and/or diurnal cycle
Reported by: | cetlod | Owned by: | nemo |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | TOP | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
- The horizontal gradient of passive tracers ( gtru/gtrv ) are computed after the time-stepping ( using e3w_n & tra arrays ) and should be computed using e3w_n & trn to ensure restartability, especially in vvl as the vertical scale factor are changing. The solution is to move the call of zps_hde from the end of trctrp.F90 to the beginning.
- Similarly, when using diurnal cycle in TOP - see ticket #1648 -, the array used to store qsr must be saved in the restart file to properly recomputed the daily mean shortwave. Otherwise, the restartability is not ensured.
Commit History (3)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
7787 | cetlod | 2017-03-11T09:56:09+01:00 | trunk: read the last time step of qsr sampling in TOP restart file only when nn_rsttr not equal to 0, see ticket #1773 |
6942 | cetlod | 2016-09-23T11:44:14+02:00 | trunk: bugfix on TOP restartability with vvl and/or with diurnal cycle, see ticket #1773 |
6941 | cetlod | 2016-09-23T11:43:43+02:00 | v3.6stable: bugfix on TOP restartability with vvl and/or with diurnal cycle, see ticket #1773 |
Change History (1)
comment:1 Changed 8 years ago by cetlod
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.