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 5905 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-11-20T17:59:57+01:00 (8 years ago)
Author:
mathiot
Message:

ISF: based on N. Jourdain comments, compute fwf from potential temp instead of insitu, extra comment + rm useless line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5834 r5905  
    440440!              !           !  (if <0  months)  !   name   !    (logical)   !  (T/F)  ! 'monthly' ! filename ! pairing  ! 
    441441! nn_isf == 4 
    442    sn_qisf      = 'rnfisf' ,         -12      ,'sohflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
    443    sn_fwfisf    = 'rnfisf' ,         -12      ,'sowflisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     442   sn_fwfisf   = 'rnfisf'  ,         -12       ,'sowflisf',     .false.    , .true.  , 'yearly'  ,  ''      ,   '' 
    444443! nn_isf == 3 
    445    sn_rnfisf    = 'runoffs' ,         -12      ,'sofwfisf',    .false.      , .true.  , 'yearly'  ,  ''      ,   '' 
     444   sn_rnfisf   = 'rnfisf'  ,         -12       ,'sofwfisf',     .false.    , .true.  , 'yearly'  ,  ''      ,   '' 
    446445! nn_isf == 2 and 3 
    447    sn_depmax_isf = 'runoffs' ,       -12        ,'sozisfmax' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
    448    sn_depmin_isf = 'runoffs' ,       -12        ,'sozisfmin' ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     446   sn_depmax_isf = 'rnfisf' ,        -12       ,'sozisfmax' ,   .false.    , .true.  , 'yearly'  ,  ''      ,   '' 
     447   sn_depmin_isf = 'rnfisf' ,        -12       ,'sozisfmin' ,   .false.    , .true.  , 'yearly'  ,  ''      ,   '' 
    449448! nn_isf == 2 
    450    sn_Leff_isf = 'rnfisf' ,       0          ,'Leff'         ,   .false.  , .true.  , 'yearly'  ,  ''      ,   '' 
     449   sn_Leff_isf = 'rnfisf'  ,         -12       ,'Leff'    ,     .false.    , .true.  , 'yearly'  ,  ''      ,   '' 
    451450! for all case 
    452451   nn_isf      = 1         !  ice shelf melting/freezing 
     
    458457   rn_gammas0  = 1.0e-4   ! gammas coefficient used in blk formula 
    459458! only for nn_isf = 1 or 4 
    460    rn_hisf_tbl =  30.      ! thickness of the top boundary layer           (Losh et al. 2008) 
     459   rn_hisf_tbl =  30.      ! thickness of the top boundary layer    (Losh et al. 2008) 
    461460                          ! 0 => thickness of the tbl = thickness of the first wet cell 
    462461! only for nn_isf = 1 
    463    nn_isfblk   = 1        ! 1 ISOMIP ; 2 : 3 equation formulation, Jenkins et al. 1991 
     462   nn_isfblk   = 1        ! 1 ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
     463                          ! 2 ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    464464   nn_gammablk = 1        ! 0 = cst Gammat (= gammat/s) 
    465465                          ! 1 = velocity dependend Gamma (u* * gammat/s)  (Jenkins et al. 2010) 
    466                           !     if you want to keep the cd as in global config, adjust rn_gammat0 to compensate 
    467                           ! 2 = velocity and stability dependent Gamma    Holland et al. 1999 
     466                          ! 2 = velocity and stability dependent Gamma    (Holland et al. 1999) 
    468467/ 
    469468!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.