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

Ignore:
Timestamp:
2019-09-02T15:30:17+02:00 (5 years ago)
Author:
mathiot
Message:

ENHANCE-02_ISF: move ln_isf out of namsbc and add an easy way to run with isf cavity and no ice shelf melt (ticket #2142)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-02_ISF_nemo/cfgs/SHARED/namelist_ref

    r11487 r11489  
    179179!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
    180180!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T) 
    181 !!   namsbc_iscpl    coupling option between land ice model and ocean   (ln_isfcav  =T) 
    182181!!   namsbc_wave     external fields from wave model                    (ln_wave    =T) 
    183182!!   namberg         iceberg floats                                     (ln_icebergs=T) 
     
    216215   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
    217216   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    218    ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf & namsbc_iscpl) 
    219217   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    220218   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
     
    434432/ 
    435433!----------------------------------------------------------------------- 
    436 &namisf       !  Top boundary layer (ISF)                              (ln_isf = T .AND. ln_isfcav: read (ln_read_cfg=T)  
    437 !-----------------------------------------------------------------------                         or set or usr_def_zgr ) 
    438    cn_isfdir = './' 
     434&namisf       !  Top boundary layer (ISF)                               (default: OFF) 
     435!----------------------------------------------------------------------- 
     436   ! 
     437   ! ---------------- general ------------------------------- 
     438   ! 
     439   ln_isf = .false.           ! activate ice shelf module 
     440   cn_isfdir = './'           ! directory for all ice shelf input file 
     441   ! 
     442   ! ---------------- cavities opened ------------------------------- 
     443   ! 
    439444   cn_isfload = 'isomip' 
    440  
     445   ! 
    441446   ln_isfcav_mlt = .false.    ! ice shelf melting into the cavity 
    442447      cn_isfcav_mlt = '3eq'   ! ice shelf melting formulation (spe/2eq/3eq/oasis) 
     
    444449      !                       ! 2eq = ISOMIP  like: 2 equations formulation (Hunter et al., 2006) 
    445450      !                       ! 3eq = ISOMIP+ like: 3 equations formulation (Asay-Davis et al., 2015) 
    446       !                       ! oasis = fwfisf is given by oasis 
     451      !                       ! oasis = fwfisf is given by oasis and pattern by file sn_isfcav_fwf 
    447452      !              !  cn_isfcav_mlt = 2eq or 3eq cases: 
    448453      cn_gammablk = 'ad15'    ! scheme to compute gammat/s (spe,ad15,hj99) 
     
    460465      !           !             !  (if <0  months)  !   name    !  (logical)  !  (T/F)  ! 'monthly' ! filename ! pairing  ! filename      ! 
    461466      sn_isfcav_fwf = 'isfmlt_cav',      -12       , 'fwflisf' ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    462  
    463  
     467   ! 
     468   ! ---------------- cavities parametrised ------------------------------- 
     469   ! 
    464470   ln_isfpar_mlt = .false.   ! ice shelf melting parametrised 
    465471      cn_isfpar_mlt = 'spe'  ! ice shelf melting parametrisation (spe/bg03/oasis) 
     472      !                      ! spe   = fwfisf is read from a forcing field 
     473      !                      ! bg03  = melt computed using Beckmann and Goosse parametrisation 
     474      !                      ! oasis = fwfisf is given by oasis and pattern by file sn_isfpar_fwf 
    466475      ! 
    467476      !* all cases 
     
    475484      !* 'bg03' case 
    476485      sn_isfpar_Leff = 'isfmlt_par',       0        ,'Leff'     ,  .false.    , .true.  , 'yearly'  ,    ''    ,   ''     ,    '' 
    477  
    478     
     486   ! 
     487   ! ---------------- ice sheet coupling ------------------------------- 
     488   ! 
    479489   ln_isfcpl = .false. 
    480490      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.