- Timestamp:
- 2017-08-08T15:58:05+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/icestp.F90
r8420 r8422 34 34 USE icerhg ! Ice rheology 35 35 USE iceadv ! Ice advection 36 USE limthd ! Ice thermodynamics36 USE icethd ! Ice thermodynamics 37 37 USE icerdgrft ! Ice ridging/rafting 38 38 USE iceupdate ! sea surface boundary condition … … 48 48 ! END MV MP 2016 49 49 USE iceistate ! LIM initial state 50 USE limthd_sal ! LIM ice thermodynamics: salinity50 USE icethd_sal ! LIM ice thermodynamics: salinity 51 51 ! 52 52 USE c1d ! 1D vertical configuration … … 190 190 !----------------------------! 191 191 ! --- zap this if no ice thermo --- ! 192 IF( ln_limthd ) CALL lim_thd( kt ) ! -- Ice thermodynamics192 IF( ln_limthd ) CALL ice_thd( kt ) ! -- Ice thermodynamics 193 193 194 194 ! MV MP 2016 … … 271 271 CALL ice_itd_init ! ice thickness distribution initialization 272 272 ! 273 CALL lim_thd_init ! set ice thermodynics parameters274 ! 275 CALL lim_thd_sal_init ! set ice salinity parameters273 CALL ice_thd_init ! set ice thermodynics parameters 274 ! 275 CALL ice_thd_sal_init ! set ice salinity parameters 276 276 277 277 ! MV MP 2016
Note: See TracChangeset
for help on using the changeset viewer.