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/icevar.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/icevar.F90

    r9598 r9604  
    22   !!====================================================================== 
    33   !!                       ***  MODULE icevar *** 
    4    !!   sea-ice:     Different sets of ice model variables  
    5    !!                   how to switch from one to another 
     4   !!   sea-ice:  series of functions to transform or compute ice variables 
     5   !!====================================================================== 
     6   !! History :   -   !  2006-01  (M. Vancoppenolle) Original code 
     7   !!            4.0  !  2018     (many people)      SI3 [aka Sea Ice cube] 
     8   !!---------------------------------------------------------------------- 
     9#if defined key_si3 
     10   !!---------------------------------------------------------------------- 
     11   !!   'key_si3'                                       SI3 sea-ice model 
     12   !!---------------------------------------------------------------------- 
    613   !! 
    714   !!                 There are three sets of variables 
     
    1219   !!                        - t_s (jpi,jpj,jpl) 
    1320   !!                        - e_i (jpi,jpj,nlay_i,jpl) 
     21   !!                        - e_s (jpi,jpj,nlay_s,jpl) 
    1422   !!                        - sv_i(jpi,jpj,jpl) 
    1523   !!                        - oa_i(jpi,jpj,jpl) 
     
    2937   !!                        - tm_i(jpi,jpj)  mean ice temperature 
    3038   !!                        - tm_s(jpi,jpj)  mean snw temperature 
    31    !!====================================================================== 
    32    !! History :   -   ! 2006-01 (M. Vancoppenolle) Original code 
    33    !!            3.4  ! 2011-02 (G. Madec) dynamical allocation 
    34    !!            3.5  ! 2012    (M. Vancoppenolle)  add ice_var_itd 
    35    !!            3.6  ! 2014-01 (C. Rousset) add ice_var_zapsmall, rewrite ice_var_itd 
    36    !!---------------------------------------------------------------------- 
    37 #if defined key_si3 
    38    !!---------------------------------------------------------------------- 
    39    !!   'key_si3'                                       SI3 sea-ice model 
    4039   !!---------------------------------------------------------------------- 
    4140   !!   ice_var_agg       : integrate variables over layers and categories 
Note: See TracChangeset for help on using the changeset viewer.