- Timestamp:
- 2017-12-19T09:26:25+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/NEMOGCM/NEMO/LIM_SRC_3/icecor.F90
r9019 r9124 57 57 !!---------------------------------------------------------------------- 58 58 ! controls 59 IF( nn_timing == 1) CALL timing_start('icecor') ! timing60 IF( ln_icediachk 59 IF( ln_timing ) CALL timing_start('icecor') ! timing 60 IF( ln_icediachk ) CALL ice_cons_hsm(0, 'icecor', rdiag_v, rdiag_s, rdiag_t, rdiag_fv, rdiag_fs, rdiag_ft) ! conservation 61 61 ! 62 62 IF( kt == nit000 .AND. lwp .AND. kn == 2 ) THEN … … 178 178 IF( ln_ctl ) CALL ice_prt3D ('icecor') ! prints 179 179 IF( ln_icectl .AND. kn == 2 ) CALL ice_prt( kt, iiceprt, jiceprt, 2, ' - Final state - ' ) ! prints 180 IF( nn_timing == 1) CALL timing_stop ('icecor') ! timing180 IF( ln_timing ) CALL timing_stop ('icecor') ! timing 181 181 ! 182 182 END SUBROUTINE ice_cor
Note: See TracChangeset
for help on using the changeset viewer.