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 11494 for NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs – NEMO

Ignore:
Timestamp:
2019-09-03T12:46:35+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF: switch on isf param in WED025 and fix bugs in isf param code + cosmetic changes (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/WED025/EXPREF/namelist_cfg

    r11488 r11494  
    130130      !                    !     =2 annual global mean of e-p-r set to zero 
    131131   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    132    ln_isf      = .true. 
    133132/ 
    134133!----------------------------------------------------------------------- 
     
    209208/ 
    210209!----------------------------------------------------------------------- 
    211 &namisf       !  Top boundary layer (ISF)                              (ln_isf = T .AND. ln_isfcav: read (ln_read_cfg=T)  
    212 !-----------------------------------------------------------------------                         or set or usr_def_zgr ) 
    213    cn_isfdir = './' 
     210&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     211!----------------------------------------------------------------------- 
     212   ! 
     213   ! ---------------- general ------------------------------- 
     214   ! 
     215   ln_isf = .true.            ! activate ice shelf module 
     216   cn_isfdir = './'           ! directory for all ice shelf input file 
     217   ! 
     218   ! ---------------- cavities opened ------------------------------- 
     219   ! 
    214220   cn_isfload = 'isomip' 
    215  
     221   ! 
    216222   ln_isfcav_mlt = .true.     ! ice shelf melting into the cavity 
    217223      cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     
    219225      !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    220226      !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    221       !                       ! oasis = fwfisf is given by oasis 
     227      !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
    222228      !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
    223229      cn_gammablk = 'ad15'    ! scheme to compute gammat/s (spe,ad15,hj99) 
     
    234240      !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    235241      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    236       sn_isfcav_fwf = 'isfmlt_cav',      -12       , 'fwflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    237  
    238  
    239    ln_isfpar_mlt = .false.   ! ice shelf melting parametrised 
     242      sn_isfcav_fwf = 'isfmlt_cav',      -12.      , 'fwflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     243   ! 
     244   ! ---------------- cavities parametrised ------------------------------- 
     245   ! 
     246   ln_isfpar_mlt = .true.    ! ice shelf melting parametrised 
    240247      cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     248      !                      ! spe   = fwfisf is read from a forcing field 
     249      !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation 
     250      !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf 
    241251      ! 
    242252      !* all cases 
     
    244254      !           !  file name  ! frequency (hours) ! variable  ! time interp.!  clim   ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    245255      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    246       sn_isfpar_zmax = 'isfmlt_par',       0        ,'sozisfmax',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    247       sn_isfpar_zmin = 'isfmlt_par',       0        ,'sozisfmin',  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     256      sn_isfpar_zmax = 'isfmlt_par',      -12.      , 'sozisfmax' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     257      sn_isfpar_zmin = 'isfmlt_par',      -12.      , 'sozisfmin' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    248258      !* 'spe' and 'oasis' case 
    249       sn_isfpar_fwf = 'isfmlt_par' ,      -12       ,'fwfisf'   ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
     259      sn_isfpar_fwf = 'isfmlt_par' ,      -12.      , 'sofwfisf' ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    '' 
    250260      !* 'bg03' case 
    251       sn_isfpar_Leff = 'isfmlt_par',       0        ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    252  
    253     
     261      sn_isfpar_Leff = 'isfmlt_par',       0.       , 'Leff'     ,  .false.    , .true.  , 'yearly'   ,    ''    ,   ''     ,    '' 
     262   ! 
     263   ! ---------------- ice sheet coupling ------------------------------- 
     264   ! 
    254265   ln_isfcpl = .false. 
    255266      nn_drown       = 10        ! number of iteration of the extrapolation loop (fill the new wet cells) 
Note: See TracChangeset for help on using the changeset viewer.