- Timestamp:
- 2020-04-09T21:06:01+02:00 (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/dev_r12377_KERNEL-06_techene_e3/src/OCE/nemogcm.F90
r12724 r12732 61 61 USE diamlr ! IOM context management for multiple-linear-regression analysis 62 62 #if defined key_qco 63 USE step lf ! NEMO time-stepping (stplfroutine)63 USE stepMLF ! NEMO time-stepping (stp_MLF routine) 64 64 #else 65 65 USE step ! NEMO time-stepping (stp routine) … … 129 129 !! 130 130 !! ** Method : - model general initialization 131 !! - launch the time-stepping (stp lfroutine)131 !! - launch the time-stepping (stp routine) 132 132 !! - finalize the run by closing files and communications 133 133 !! … … 187 187 DO WHILE( istp <= nitend .AND. nstop == 0 ) 188 188 #if defined key_qco 189 CALL stp lf189 CALL stp_MLF 190 190 #else 191 191 CALL stp … … 215 215 216 216 #if defined key_qco 217 CALL stp lf( istp )217 CALL stp_MLF ( istp ) 218 218 #else 219 219 CALL stp ( istp )
Note: See TracChangeset
for help on using the changeset viewer.