Changes between Version 7 and Version 8 of 2019WP/ENHANCE-04_AndrewC-reporting
- Timestamp:
- 2019-01-16T15:56:07+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
2019WP/ENHANCE-04_AndrewC-reporting
v7 v8 218 218 ''' 3. OCE/stpctl.F90 ''' 219 219 220 The logic changes required in stpctl.F90 to control the production of run.stat are relatively simple. T wo new local logicals are introduced to avoid having to evaluate logical constructs repeatedly. These determine whether or not to collect the global maximums (lcolruns) and whether or not to handle the actual writing (lwrtruns).220 The logic changes required in stpctl.F90 to control the production of run.stat are relatively simple. Three new local logicals are introduced to make the purpose of the logical constructs clearer. These determine whether or not to collect the global maximums (ll_colruns) , whether or not to handle the actual writing (ll_wrtruns) and whether or not to update the time.step file (ll_wrtstp). 221 221 222 222 {{{#!diff