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

Ignore:
Timestamp:
2015-02-02T12:02:16+01:00 (9 years ago)
Author:
vancop
Message:

compilation bugs

File:
1 edited

Legend:

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

    r5048 r5049  
    193193      !  Clem - je sais pas encore dans quelle namelist les mettre, ca depend des chgts liés à bdy 
    194194      nn_hibnd  = 2                !  thickness category boundaries: tanh function (1) h^(-alpha) (2) 
    195       rn_himean = 2.5              !  mean thickness of the domain (used to compute category boundaries, nn_hibnd = 2 only) 
     195      rn_hibnd = 2.5              !  mean thickness of the domain (used to compute category boundaries, nn_hibnd = 2 only) 
    196196 
    197197      hi_max(:) = 0._wp 
    198198 
    199       SELECT CASE ( nn_hbnd  )        
     199      SELECT CASE ( nn_hibnd  )        
    200200                                   !---------------------- 
    201201         CASE (1)                  ! tanh function (CICE) 
     
    217217         zalpha = 0.05             ! exponent of the transform function 
    218218 
    219          zhmax  = 3.*rn_himean 
     219         zhmax  = 3.*rn_hibnd 
    220220 
    221221         DO jl = 1, jpl  
Note: See TracChangeset for help on using the changeset viewer.