Changeset 8410
- Timestamp:
- 2017-08-07T17:43:51+02:00 (7 years ago)
- Location:
- branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90
r8409 r8410 40 40 USE limwri ! Ice outputs 41 41 USE limrst ! Ice restarts 42 USE ice cor1 ! Ice corrections after dynamics43 USE ice cor2 ! Ice corrections after thermo42 USE iceerr1 ! Ice corrections after dynamics 43 USE iceerr2 ! Ice corrections after thermo 44 44 USE limvar ! Ice variables switch 45 45 USE limctl ! … … 157 157 IF( nn_limdyn == 2 .AND. nn_monocat /= 2 ) & ! -- ridging/rafting 158 158 & CALL ice_rdgrft 159 IF( nn_limdyn == 2 ) CALL ice_ cor1( kt ) ! -- Corrections159 IF( nn_limdyn == 2 ) CALL ice_err1( kt ) ! -- Corrections 160 160 ! 161 161 ENDIF … … 196 196 ! END MV MP 2016 197 197 198 IF( ln_limthd ) CALL ice_ cor2( kt ) ! -- Corrections198 IF( ln_limthd ) CALL ice_err2( kt ) ! -- Corrections 199 199 ! --- 200 200 # if defined key_agrif -
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limitd_th.F90
r8409 r8410 36 36 37 37 PUBLIC lim_itd_th_rem ! called in limthd 38 PUBLIC lim_itd_th_reb ! called in ice cor38 PUBLIC lim_itd_th_reb ! called in iceerr 39 39 40 40 !!----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.