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 8407 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2017-08-07T16:45:49+02:00 (7 years ago)
Author:
clem
Message:

change calls in icestp.F90 for rheology

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/ice.F90

    r8360 r8407  
    7474   !! in icestp.F90, the routines that compute the changes in the ice     | 
    7575   !! state variables are called                                          | 
    76    !! - lim_dyn : ice dynamics                                            | 
     76   !! - ice_rhg : ice dynamics                                            | 
    7777   !! - lim_trp : ice transport                                           | 
    7878   !! - lim_itd_me : mechanical redistribution (ridging and rafting)      | 
     
    208208   REAL(wp), PUBLIC ::   rn_crhg          !: determines changes in ice strength 
    209209   LOGICAL , PUBLIC ::   ln_icestr_bvf    !: use brine volume to diminish ice strength 
    210                                           ! -- limdyn & limrhg -- ! 
     210                                          ! -- limdyn & icerhg -- ! 
    211211   REAL(wp), PUBLIC ::   rn_ishlat        !: lateral boundary condition for sea-ice 
    212212   REAL(wp), PUBLIC ::   rn_cio           !: drag coefficient for oceanic stress 
Note: See TracChangeset for help on using the changeset viewer.