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 12890 for NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2020-05-07T16:11:23+02:00 (4 years ago)
Author:
clem
Message:

1) implement the optional nn_snwfra, i.e. the fraction of ice covered by sea ice. 2) change some namelists parameters names to avoid confusion. 3) correct a bug at ice initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref

    r12832 r12890  
    5656   rn_ishlat        =   2.            !  lbc : free slip (0) ; partial slip (0-2) ; no slip (2) ; strong slip (>2) 
    5757   ln_landfast_L16  = .false.         !  landfast: parameterization from Lemieux 2016 
    58       rn_depfra     =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
     58      rn_lf_depfra  =   0.125         !        fraction of ocean depth that ice must reach to initiate landfast 
    5959                                      !          recommended range: [0.1 ; 0.25] 
    60       rn_icebfr     =  15.            !        maximum bottom stress per unit volume [N/m3] 
    61       rn_lfrelax    =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
    62       rn_tensile    =   0.05          !        isotropic tensile strength [0-0.5??] 
     60      rn_lf_bfr     =  15.            !        maximum bottom stress per unit volume [N/m3] 
     61      rn_lf_relax   =   1.e-5         !        relaxation time scale to reach static friction [s-1] 
     62      rn_lf_tensile =   0.05          !        isotropic tensile strength [0-0.5??] 
    6363/ 
    6464!------------------------------------------------------------------------------ 
     
    110110!------------------------------------------------------------------------------ 
    111111   rn_cio           =   5.0e-03       !  ice-ocean drag coefficient (-) 
    112    rn_blow_s        =   0.66          !  mesure of snow blowing into the leads 
     112   nn_snwfra        =   0             !  calculate the fraction of ice covered by snow (for zdf and albedo) 
     113                                      !     = 0  fraction = 1 (if snow) or 0 (if no snow) 
     114                                      !     = 1  fraction = 1-exp(-0.2*rhos*hsnw) [MetO formulation] 
     115                                      !     = 2  fraction = hsnw / (hsnw+0.02)    [CICE formulation] 
     116   rn_snwblow       =   0.66          !  mesure of snow blowing into the leads 
    113117                                      !     = 1 => no snow blowing, < 1 => some snow blowing 
    114118   nn_flxdist       =  -1             !  Redistribute heat flux over ice categories 
Note: See TracChangeset for help on using the changeset viewer.