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 11275 for NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-07-17T15:05:13+02:00 (5 years ago)
Author:
smasson
Message:

dev_r11265_ABL : add ABL interface, see #2131

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11265_ASINTER-01_Guillaume_ABL1D/cfgs/SHARED/namelist_ref

    r11268 r11275  
    195195   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    196196   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     197   ln_abl      = .false.   !  ABL  formulation                          (T => fill namsbc_abl ) 
    197198      !              ! Type of coupling (Ocean/Ice/Atmosphere) : 
    198199   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     
    258259      ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    259260      ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    260       ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    261261      rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    262262      rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
     
    277277   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    278278   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    279    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     279   sn_hpgi     = 'NOT USED'                   ,   24.        , 'xxx'  ,   .false.   , .true. , 'yearly'  , '' , ''       , '' 
     280   sn_hpgj     = 'NOT USED'                   ,   24.        , 'xxx'  ,   .false.   , .true. , 'yearly'  , '' , ''       , '' 
    280281/ 
    281282!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.