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 5070 for branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/ice.F90 – NEMO

Ignore:
Timestamp:
2015-02-09T14:39:07+01:00 (9 years ago)
Author:
clem
Message:

LIM3 cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5044_CNRS_LIM3CLEAN/NEMOGCM/NEMO/LIM_SRC_3/ice.F90

    r5067 r5070  
    147147   !! tm_i        |      -      |    Mean sea ice temperature     | K     | 
    148148   !! ot_i        !      -      !    Sea ice areal age content    | day   | 
    149    !! et_i        !      -      !    Total ice enthalpy           | 10^9 J|  
    150    !! et_s        !      -      !    Total snow enthalpy          | 10^9 J|  
     149   !! et_i        !      -      !    Total ice enthalpy           | J/m2  |  
     150   !! et_s        !      -      !    Total snow enthalpy          | J/m2  |  
    151151   !! bv_i        !      -      !    Mean relative brine volume   | ???   |  
    152152   !!===================================================================== 
     
    172172 
    173173   !                                     !!** ice-dynamics namelist (namicedyn) ** 
     174   LOGICAL , PUBLIC ::   ln_icestr_bvf    !: use brine volume to diminish ice strength 
    174175   INTEGER , PUBLIC ::   nn_icestr        !: ice strength parameterization (0=Hibler79 1=Rothrock75) 
    175    INTEGER , PUBLIC ::   nn_icestr_bvf    !: use brine volume to diminish ice strength 
    176176   INTEGER , PUBLIC ::   nn_nevp          !: number of iterations for subcycling 
     177   INTEGER , PUBLIC ::   nn_ahi0          !: sea-ice hor. eddy diffusivity coeff. (3 ways of calculation) 
     178   REAL(wp), PUBLIC ::   rn_pe_rdg        !: ridging work divided by pot. energy change in ridging, nn_icestr = 1 
    177179   REAL(wp), PUBLIC ::   rn_cio           !: drag coefficient for oceanic stress 
    178180   REAL(wp), PUBLIC ::   rn_pstar         !: determines ice strength (N/M), Hibler JPO79 
     
    202204   !                                     !!** ice-mechanical redistribution namelist (namiceitdme) 
    203205   REAL(wp), PUBLIC ::   rn_cs            !: fraction of shearing energy contributing to ridging             
    204    REAL(wp), PUBLIC ::   rn_pe_rdg        !: ridging work divided by pot. energy change in ridging, nn_ice str = 1 
    205206   REAL(wp), PUBLIC ::   rn_fsnowrdg      !: fractional snow loss to the ocean during ridging 
    206207   REAL(wp), PUBLIC ::   rn_fsnowrft      !: fractional snow loss to the ocean during ridging 
     
    217218 
    218219   !                                     !!** ice-mechanical redistribution namelist (namiceitdme) 
    219    INTEGER , PUBLIC ::   nn_rafting      !: rafting of ice or not                         
     220   LOGICAL , PUBLIC ::   ln_rafting      !: rafting of ice or not                         
    220221   INTEGER , PUBLIC ::   nn_partfun      !: participation function: =0 Thorndike et al. (1975), =1 Lipscomb et al. (2007) 
    221222 
Note: See TracChangeset for help on using the changeset viewer.