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

Ignore:
Timestamp:
2019-09-20T17:28:02+02:00 (5 years ago)
Author:
gsamson
Message:

dev_r11265_ABL : see #2131

  • merge HPC-13_IRRMANN_BDY_optimization branch @ r11535 (last commit) with dev_r11265_ABL branch @ r11414 (except doc directory)
  • change ORCA2 results due to changes in HPC-13_IRRMANN_BDY_optimization branch
File:
1 edited

Legend:

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

    r11413 r11586  
    199199   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    200200   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     201   ln_abl      = .false.   !  ABL  formulation                          (T => fill namsbc_abl ) 
    201202      !              ! Type of coupling (Ocean/Ice/Atmosphere) : 
    202203   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     
    280281   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    281282   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     283/ 
     284!----------------------------------------------------------------------- 
     285&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T) 
     286!----------------------------------------------------------------------- 
     287   cn_dir         = './'      !  root directory for the location of the ABL grid file 
     288   cn_dom         = 'dom_cfg_abl.nc' 
     289   ln_hpgls_frc   = .false. 
     290   ln_geos_winds  = .false. 
     291   nn_dyn_restore = 2         ! restoring option for dynamical ABL variables: = 0 no restoring 
     292                              !                                               = 1 equatorial restoring 
     293                              !                                               = 2 global restoring 
     294   rn_ldyn_min   =  4.5       !  magnitude of the nudging on ABL dynamics at the bottom of the ABL   [hour] 
     295   rn_ldyn_max   =  1.5       !  magnitude of the nudging on ABL dynamics at the top of the ABL   [hour] 
     296   rn_ltra_min   =  4.5       !  magnitude of the nudging on ABL tracers  at the bottom of the ABL   [hour] 
     297   rn_ltra_max   =  1.5       !  magnitude of the nudging on ABL tracers  at the top of the ABL   [hour] 
     298   nn_amxl        = 0         ! mixing length: = 0 Deardorff 80 length-scale 
     299                              !                = 1 length-scale based on the distance to the PBL height 
     300                              !                = 2 Bougeault & Lacarrere 89 length-scale 
     301   rn_Cm         = 0.0667     ! 0.126 in MesoNH 
     302   rn_Ct         = 0.1667     ! 0.143 in MesoNH 
     303   rn_Ce         = 0.4        ! 0.4   in MesoNH 
     304   rn_Ceps       = 0.7        ! 0.85  in MesoNH 
     305   rn_Rod        = 0.15       ! c0 in RMCA17 mixing length formulation (not yet implemented) 
     306   rn_Ric        = 0.139      !  Critical Richardson number (to compute PBL height and diffusivities) 
    282307/ 
    283308!----------------------------------------------------------------------- 
     
    600625   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    601626   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    602    rn_ice_tem    = 270.       !  si3 only: arbitrary temperature of incoming sea ice 
    603    rn_ice_sal    = 10.        !  si3 only:      --   salinity           -- 
    604    rn_ice_age    = 30.        !  si3 only:      --   age                -- 
    605627   ! 
    606628   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
     
    632654   bn_sal      = 'amm12_bdyT_tra'        ,         24.       , 'vosaline',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    633655!* for si3 
    634 !   bn_a_i     = 'amm12_bdyT_ice'        ,         24.       , 'ileadfra',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    635 !   bn_h_i     = 'amm12_bdyT_ice'        ,         24.       , 'iicethic',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
    636 !   bn_h_s     = 'amm12_bdyT_ice'        ,         24.       , 'isnowthi',    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     656   bn_a_i      = 'amm12_bdyT_ice'        ,         24.       , 'siconc'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     657   bn_h_i      = 'amm12_bdyT_ice'        ,         24.       , 'sithic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     658   bn_h_s      = 'amm12_bdyT_ice'        ,         24.       , 'snthic'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     659   bn_t_i      = 'NOT USED'              ,         24.       , 'sitemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     660   bn_t_s      = 'NOT USED'              ,         24.       , 'sntemp'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     661   bn_tsu      = 'NOT USED'              ,         24.       , 'sittop'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     662   bn_s_i      = 'NOT USED'              ,         24.       , 'sisalt'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     663   ! melt ponds (be careful, bn_aip is the pond concentration (not fraction), so it differs from rn_iceapnd) 
     664   bn_aip      = 'NOT USED'              ,         24.       , 'siapnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     665   bn_hip      = 'NOT USED'              ,         24.       , 'sihpnd'  ,    .true.   , .false.,  'daily'  ,    ''            ,   ''     ,     '' 
     666   ! if bn_t_i etc are "not used", then define arbitrary temperatures and salinity and ponds 
     667   rn_ice_tem  = 270.         !  arbitrary temperature               of incoming sea ice 
     668   rn_ice_sal  = 10.          !       --   salinity                            -- 
     669   rn_ice_age  = 30.          !       --   age                                 -- 
     670   rn_ice_apnd = 0.2          !       --   pond fraction = a_ip/a_i            -- 
     671   rn_ice_hpnd = 0.05         !       --   pond depth                          -- 
    637672/ 
    638673!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.