New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9604 for NEMO/trunk/src/ICE/icedyn.F90 – NEMO

Ignore:
Timestamp:
2018-05-18T09:53:22+02:00 (6 years ago)
Author:
clem
Message:

change history of the ice routines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn.F90

    r9598 r9604  
    44   !!   Sea-Ice dynamics : master routine for sea ice dynamics  
    55   !!====================================================================== 
    6    !! history :  4.0  ! 2017-09  (C. Rousset)  original code  
     6   !! history :  4.0  ! 2018  (C. Rousset)  original code SI3 [aka Sea Ice cube] 
    77   !!---------------------------------------------------------------------- 
    88#if defined key_si3 
     
    6363      !! ** Purpose :   this routine manages sea ice dynamics 
    6464      !! 
    65       !! ** Action : - Initialisation of some variables 
    66       !!             - call ice_rhg 
     65      !! ** Action : - calculation of friction in case of landfast ice 
     66      !!             - call ice_dyn_rhg    = rheology 
     67      !!             - call ice_dyn_adv    = advection 
     68      !!             - call ice_dyn_rdgrft = ridging/rafting 
     69      !!             - call ice_cor        = corrections if fields are out of bounds 
    6770      !!-------------------------------------------------------------------- 
    6871      INTEGER, INTENT(in) ::   kt     ! ice time step 
Note: See TracChangeset for help on using the changeset viewer.