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 13344 for NEMO/releases – NEMO

Changeset 13344 for NEMO/releases


Ignore:
Timestamp:
2020-07-27T11:59:42+02:00 (4 years ago)
Author:
clem
Message:

change spitz12 namelist Cnsequently to previous commit

Location:
NEMO/releases/r4.0/r4.0-HEAD/cfgs/SPITZ12/EXPREF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SPITZ12/EXPREF/namelist_cfg

    r13284 r13344  
    345345!----------------------------------------------------------------------- 
    346346   ln_mxl0     = .true.    !  surface mixing length scale = F(wind stress) (T) or not (F) 
    347       nn_mxlice    = 2        ! type of scaling under sea-ice 
     347      nn_mxlice    = 0        ! type of scaling under sea-ice 
    348348                              !    = 0 no scaling under sea-ice 
    349349                              !    = 1 scaling with constant sea-ice thickness 
    350350                              !    = 2 scaling with mean sea-ice thickness ( only with SI3 sea-ice model ) 
    351351                              !    = 3 scaling with maximum sea-ice thickness 
    352    nn_eice     =   1       !  attenutaion of langmuir & surface wave breaking under ice 
     352   nn_eice     =   0       !  attenutaion of langmuir & surface wave breaking under ice 
    353353   !                       !           = 0 no impact of ice cover on langmuir & surface wave breaking 
    354354   !                       !           = 1 weigthed by 1-TANH(10*fr_i) 
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SPITZ12/EXPREF/namelist_ice_cfg

    r13284 r13344  
    5555&namsbc         !   Ice surface boundary conditions 
    5656!------------------------------------------------------------------------------ 
     57   nn_snwfra        =   0             !  calculate the fraction of ice covered by snow (for zdf and albedo) 
     58                                      !     = 0  fraction = 1 (if snow) or 0 (if no snow) 
     59                                      !     = 1  fraction = 1-exp(-0.2*rhos*hsnw) [MetO formulation] 
     60                                      !     = 2  fraction = hsnw / (hsnw+0.02)    [CICE formulation] 
     61   nn_qtrice        =   0             !  Solar flux transmitted thru the surface scattering layer: 
     62                                      !     = 0  Grenfell and Maykut 1977 (depends on cloudiness and is 0 when there is snow) 
     63                                      !     = 1  Lebrun 2019 (equals 0.3 anytime with different melting/dry snw conductivities) 
    5764/ 
    5865!------------------------------------------------------------------------------ 
     
    8188&namthd_pnd     !   Melt ponds 
    8289!------------------------------------------------------------------------------ 
    83    ln_pnd           = .true.          !  activate melt ponds or not 
    84      ln_pnd_LEV     = .true.          !  activate level ice melt ponds 
     90   ln_pnd           = .false.          !  activate melt ponds or not 
     91     ln_pnd_LEV     = .false.          !  activate level ice melt ponds 
    8592/ 
    8693 
Note: See TracChangeset for help on using the changeset viewer.