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 7280 for branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2016-11-21T11:40:00+01:00 (7 years ago)
Author:
flavoni
Message:

merge CNRS2016 with aerobulk branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7278 r7280  
    44!! NEMO/OPA  :  1 - run manager      (namrun) 
    55!! namelists    2 - Domain           (namcfg, namzgr, namdom, namtsd, namcrs, namc1d, namc1d_uvd) 
    6 !!              3 - Surface boundary (namsbc, namsbc_flx, namsbc_clio, namsbc_core, namsbc_sas 
     6!!              3 - Surface boundary (namsbc, namsbc_flx, namsbc_blk, namsbc_sas) 
    77!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    88!!                                    namsbc_apr, namsbc_ssr, namsbc_alb, namsbc_wave) 
     
    162162!!   namsbc          surface boundary condition 
    163163!!   namsbc_flx      flux               formulation                     (ln_flx     =T) 
    164 !!   namsbc_clio     CLIO bulk formulae formulation                     (ln_blk_clio=T) 
    165 !!   namsbc_core     CORE bulk formulae formulation                     (ln_blk_core=T) 
    166 !!   namsbc_mfs      MFS  bulk formulae formulation                     (ln_blk_mfs =T) 
     164!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T) 
    167165!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" ) 
    168 !!   namsbc_sas      StAndalone Surface module 
     166!!   namsbc_sas      Stand-Alone Surface module 
    169167!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T) 
    170168!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T) 
     
    186184   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    187185   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    188    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    189    ln_blk_core = .false.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    190    ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     186   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    191187                     ! Type of coupling (Ocean/Ice/Atmosphere) : 
    192188   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     
    204200   nn_ice      = 2         !  =0 no ice boundary condition   , 
    205201                           !  =1 use observed ice-cover      , 
    206                            !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
     202                           !  =2 to 4 :  ice-model used (LIM2, LIM3 or CICE)                         ("key_lim3", "key_lim2", or "key_cice") 
    207203   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    208204                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    209205                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    210206                     ! Misc. options of sbc :  
    211    ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     207   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    212208   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    213209   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     
    216212                           !     =1 global mean of e-p-r set to zero at each time step 
    217213                           !     =2 annual global mean of e-p-r set to zero 
    218    ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    219    ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
     214   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr) 
     215   ln_isf      = .false.   !  ice shelf                                 (T => fill namsbc_isf) 
    220216   ln_wave     = .false.   !  coupling with surface wave                (T => fill namsbc_wave) 
    221217   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     
    223219/ 
    224220!----------------------------------------------------------------------- 
    225 &namsbc_flx    !   surface boundary condition : flux formulation 
     221&namsbc_flx    !   surface boundary condition : flux formulation        (ln_ana = T) 
    226222!----------------------------------------------------------------------- 
    227223!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    236232/ 
    237233!----------------------------------------------------------------------- 
    238 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    239 !----------------------------------------------------------------------- 
    240 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    241 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    242    sn_utau     = 'taux_1m'   ,       -1          , 'sozotaux',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    243    sn_vtau     = 'tauy_1m'   ,       -1          , 'sometauy',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    244    sn_wndm     = 'flx'       ,       -1          , 'socliowi',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    245    sn_tair     = 'flx'       ,       -1          , 'socliot2',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    246    sn_humi     = 'flx'       ,       -1          , 'socliohu',   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    247    sn_ccov     = 'flx'       ,       -1          , 'socliocl',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    248    sn_prec     = 'flx'       ,       -1          , 'socliopl',   .false.    , .true. , 'yearly'  , ''       , ''       , '' 
    249  
    250    cn_dir      = './'      !  root directory for the location of the bulk files are 
    251 / 
    252 !----------------------------------------------------------------------- 
    253 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    254 !----------------------------------------------------------------------- 
    255 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    256 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
     234&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
     235!----------------------------------------------------------------------- 
     236!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     237!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    257238   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    258239   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
     
    263244   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    264245   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     246   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    265247   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    266  
     248   !                    !  bulk algorithm : 
     249   ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     250   ln_COARE_3p0= .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
     251   ln_COARE_3p5= .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
     252   ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     253   ! 
    267254   cn_dir      = './'      !  root directory for the location of the bulk files 
    268255   ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
     
    273260   rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    274261                           !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
    275 / 
    276 !----------------------------------------------------------------------- 
    277 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    278 !----------------------------------------------------------------------- 
    279 !              !  file name  ! frequency (hours) ! variable ! time interp. !  clim  ! 'yearly'/ ! weights     ! rotation ! land/sea mask ! 
    280 !              !             !  (if <0  months)  !   name   !   (logical)  !  (T/F) ! 'monthly' ! filename    ! pairing  ! filename      ! 
    281    sn_wndi     =   'ecmwf'   ,        6          , 'u10'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,   '' 
    282    sn_wndj     =   'ecmwf'   ,        6          , 'v10'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,   '' 
    283    sn_clc      =   'ecmwf'   ,        6          , 'clc'    ,    .true.    , .false., 'daily'   ,'bilinear.nc',   ''     ,   '' 
    284    sn_msl      =   'ecmwf'   ,        6          , 'msl'    ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,   '' 
    285    sn_tair     =   'ecmwf'   ,        6          , 't2'     ,    .true.    , .false., 'daily'   ,'bicubic.nc' ,   ''     ,   '' 
    286    sn_rhm      =   'ecmwf'   ,        6          , 'rh'     ,    .true.    , .false., 'daily'   ,'bilinear.nc',   ''     ,   '' 
    287    sn_prec     =   'ecmwf'   ,        6          , 'precip' ,    .true.    , .true. , 'daily'   ,'bicubic.nc' ,   ''     ,   '' 
    288  
    289    cn_dir      = './ECMWF/'      !  root directory for the location of the bulk files 
    290262/ 
    291263!----------------------------------------------------------------------- 
     
    415387/ 
    416388!----------------------------------------------------------------------- 
    417 &namsbc_apr    !   Atmospheric pressure used as ocean forcing or in bulk 
     389&namsbc_apr    !   Atmospheric pressure used as ocean forcing           (ln_apr_dyn =T) 
    418390!----------------------------------------------------------------------- 
    419391!              !  file name ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
Note: See TracChangeset for help on using the changeset viewer.