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 12182 for NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2019-12-11T12:38:43+01:00 (4 years ago)
Author:
davestorkey
Message:

2019/dev_r11943_MERGE_2019: Merge in dev_ASINTER-01-05_merge.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref

    r12150 r12182  
    6464   ln_clobber  = .true.    !  clobber (overwrite) an existing file 
    6565   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    66    ln_xios_read = .FALSE.  !  use XIOS to read restart file (only for a single file restart) 
     66   ln_xios_read = .false.  !  use XIOS to read restart file (only for a single file restart) 
    6767   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output 
    6868/ 
     
    115115   ln_tsd_init = .false.         !  ocean initialisation 
    116116   ln_tsd_dmp  = .false.         !  T-S restoring   (see namtra_dmp) 
    117     
     117 
    118118   cn_dir      = './'      !  root directory for the T-S data location 
    119119   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    202202   nn_fsbc     = 2         !  frequency of SBC module call 
    203203      !                    !  (control sea-ice & iceberg model call) 
    204                      ! Type of air-sea fluxes  
     204                     ! Type of air-sea fluxes 
    205205   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    206206   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    207207   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
     208   ln_abl      = .false.   !  ABL  formulation                          (T => fill namsbc_abl ) 
    208209      !              ! Type of coupling (Ocean/Ice/Atmosphere) : 
    209210   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     
    212213      !                    !  =0 no opa-sas OASIS coupling: default single executable config. 
    213214      !                    !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
    214       !                    !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
     215      !                    !  =2 opa-sas OASIS coupling: multi executable config., SAS component 
    215216                     ! Sea-ice : 
    216    nn_ice      = 0         !  =0 no ice boundary condition     
     217   nn_ice      = 0         !  =0 no ice boundary condition 
    217218      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif ) 
    218219      !                    !  =2 or 3 automatically for SI3 or CICE    ("key_si3" or "key_cice") 
     
    220221   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
    221222      !                    !  =F levitating ice (no pressure, mass and salt exchanges) 
    222                      ! Misc. options of sbc :  
     223                     ! Misc. options of sbc : 
    223224   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
    224225   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
     
    231232   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
    232233   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
    233    ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     234   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave) 
    234235   nn_sdrift   =  0        !  Parameterization for the calculation of 3D-Stokes drift from the surface Stokes drift 
    235236      !                    !   = 0 Breivik 2015 parameterization: v_z=v_0*[exp(2*k*z)/(1-8*k*z)] 
     
    256257/ 
    257258!----------------------------------------------------------------------- 
    258 &namsbc_blk    !   namsbc_blk  generic Bulk formula                     (ln_blk =T) 
     259&namsbc_blk    !   namsbc_blk  generic Bulk formula          (ln_blk =T) 
    259260!----------------------------------------------------------------------- 
    260261   !                    !  bulk algorithm : 
    261    ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     262   ln_NCAR      = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    262263   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003) 
    263    ln_COARE_3p5 = .false.   ! "COARE 3.5" algorithm   (Edson et al. 2013) 
    264    ln_ECMWF    = .false.   ! "ECMWF"     algorithm   (IFS cycle 31) 
     264   ln_COARE_3p6 = .false.   ! "COARE 3.6" algorithm   (Edson et al. 2013) 
     265   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 45r1) 
    265266      ! 
    266       rn_zqt      = 10.       !  Air temperature & humidity reference height (m) 
    267       rn_zu       = 10.       !  Wind vector reference height (m) 
    268       ln_Cd_L12   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2012) 
    269       ln_Cd_L15   = .false.   !  air-ice drags = F(ice concentration) (Lupkes et al. 2015) 
    270       ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    271       rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    272       rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    273       rn_vfac     = 0.        !  multiplicative factor for ocean & ice velocity used to 
    274       !                       !  calculate the wind stress (0.=absolute or 1.=relative winds) 
    275  
     267      rn_zqt     = 10.      !  Air temperature & humidity reference height (m) 
     268      rn_zu      = 10.      !  Wind vector reference height (m) 
     269      ln_Cd_L12  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2012) 
     270      ln_Cd_L15  = .false.  !  air-ice drags = F(ice conc.) (Lupkes et al. 2015) 
     271      !                     !  - module of the mean stress" data 
     272      rn_pfac    = 1.       !  multipl. factor for precipitation (total & snow) 
     273      rn_efac    = 1.       !  multipl. factor for evaporation (0. or 1.) 
     274      rn_vfac    = 0.       !  multipl. factor for ocean & ice velocity  
     275      !                     !  used to calculate the wind stress 
     276      !                     ! (0. => absolute or 1. => relative winds) 
     277      ln_skin_cs = .false.  !  use the cool-skin parameterization 
     278      ln_skin_wl = .false.  !  use the warm-layer parameterization 
     279      !                     !   ==> only available in ECMWF and COARE algorithms 
     280      ln_humi_sph = .true.  !  humidity "sn_humi" is specific humidity  [kg/kg] 
     281      ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K] 
     282      ln_humi_rlh = .false. !  humidity "sn_humi" is relative humidity     [%] 
     283   ! 
    276284   cn_dir      = './'      !  root directory for the bulk data location 
    277285   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
     
    284292   sn_tair     = 't_10.15JUNE2009_fill'       ,    6.        , 'T_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    285293   sn_humi     = 'q_10.15JUNE2009_fill'       ,    6.        , 'Q_10_MOD',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     294   sn_hpgi     = 'NONE'                       ,   24.        , 'uhpg'    ,   .false.   , .false., 'monthly' , 'weights_ERAI3D_F128_2_ORCA2_bicubic', 'UG'     , '' 
     295   sn_hpgj     = 'NONE'                       ,   24.        , 'vhpg'    ,   .false.   , .false., 'monthly' , 'weights_ERAI3D_F128_2_ORCA2_bicubic', 'VG'     , '' 
    286296   sn_prec     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'PRC_MOD1',   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    287297   sn_snow     = 'ncar_precip.15JUNE2009_fill',   -1.        , 'SNOW'    ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    288298   sn_slp      = 'slp.15JUNE2009_fill'        ,    6.        , 'SLP'     ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
    289    sn_tdif     = 'taudif_core'                ,   24         , 'taudif'  ,   .false.   , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc' , ''       , '' 
     299/ 
     300!----------------------------------------------------------------------- 
     301&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T) 
     302!----------------------------------------------------------------------- 
     303   cn_dir           = './'      !  root directory for the location of the ABL grid file 
     304   cn_dom           = 'dom_cfg_abl.nc' 
     305 
     306   cn_ablrst_in     = "restart_abl"   !  suffix of abl restart name (input) 
     307   cn_ablrst_out    = "restart_abl"   !  suffix of abl restart name (output) 
     308   cn_ablrst_indir  = "."             !  directory to read   input abl restarts 
     309   cn_ablrst_outdir = "."             !  directory to write output abl restarts 
     310 
     311   ln_hpgls_frc   = .false. 
     312   ln_geos_winds  = .false. 
     313   nn_dyn_restore = 2         ! restoring option for dynamical ABL variables: = 0 no restoring 
     314                              !                                               = 1 equatorial restoring 
     315                              !                                               = 2 global restoring 
     316   rn_ldyn_min   =  4.5       !  magnitude of the nudging on ABL dynamics at the bottom of the ABL   [hour] 
     317   rn_ldyn_max   =  1.5       !  magnitude of the nudging on ABL dynamics at the top of the ABL   [hour] 
     318   rn_ltra_min   =  4.5       !  magnitude of the nudging on ABL tracers  at the bottom of the ABL   [hour] 
     319   rn_ltra_max   =  1.5       !  magnitude of the nudging on ABL tracers  at the top of the ABL   [hour] 
     320   nn_amxl       =  0         ! mixing length: = 0 Deardorff 80 length-scale 
     321                              !                = 1 length-scale based on the distance to the PBL height 
     322                              !                = 2 Bougeault & Lacarrere 89 length-scale 
     323   rn_Cm         = 0.0667     ! 0.126 in MesoNH 
     324   rn_Ct         = 0.1667     ! 0.143 in MesoNH 
     325   rn_Ce         = 0.4        ! 0.4   in MesoNH 
     326   rn_Ceps       = 0.7        ! 0.85  in MesoNH 
     327   rn_Rod        = 0.15       ! c0 in RMCA17 mixing length formulation (not yet implemented) 
     328   rn_Ric        = 0.139      !  Critical Richardson number (to compute PBL height and diffusivities) 
    290329/ 
    291330!----------------------------------------------------------------------- 
     
    381420   nn_chldta   =      0       !  RGB : Chl data (=1) or cst value (=0) 
    382421   rn_si1      =   23.0       !  2BD : longest depth of extinction 
    383     
     422 
    384423   cn_dir      = './'      !  root directory for the chlorophyl data location 
    385424   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     
    599638!----------------------------------------------------------------------- 
    600639   ln_tide     = .false.      ! Activate tides 
    601       ln_tide_pot   = .true.                !  use tidal potential forcing 
     640      ln_tide_pot   = .false.               !  use tidal potential forcing 
    602641         ln_scal_load  = .false.               ! Use scalar approximation for 
    603642            rn_scal_load = 0.094               !     load potential 
    604643         ln_read_load  = .false.               ! Or read load potential from file 
    605644            cn_tide_load = 'tide_LOAD_grid_T.nc'  ! filename for load potential 
    606             !       
     645            ! 
    607646      ln_tide_ramp  = .false.               !  Use linear ramp for tides at startup 
    608647         rdttideramp   =    0.                 !  ramp duration in days 
     
    683722   filtide          = 'bdydta/amm12_bdytide_'   !  file name root of tidal forcing files 
    684723   ln_bdytide_2ddta = .false.                   ! 
    685    ln_bdytide_conj  = .false.                   !  
     724   ln_bdytide_conj  = .false.                   ! 
    686725/ 
    687726 
     
    710749!----------------------------------------------------------------------- 
    711750   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
    712    rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     751   rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0) 
    713752   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag) 
    714753   rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases) 
     
    721760!----------------------------------------------------------------------- 
    722761   rn_Cd0      =  1.e-3    !  drag coefficient [-] 
    723    rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0)  
     762   rn_Uc0      =  0.4      !  ref. velocity [m/s] (linear drag=Cd0*Uc0) 
    724763   rn_Cdmax    =  0.1      !  drag value maximum [-] (logarithmic drag) 
    725764   rn_ke0      =  2.5e-3   !  background kinetic energy  [m2/s2] (non-linear cases) 
     
    788827      nn_cen_v   =  4            !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
    789828   ln_traadv_fct = .false. !  FCT scheme 
    790       nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order  
    791       nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order  
     829      nn_fct_h   =  2            !  =2/4, horizontal 2nd / 4th order 
     830      nn_fct_v   =  2            !  =2/4, vertical   2nd / COMPACT 4th order 
    792831   ln_traadv_mus = .false. !  MUSCL scheme 
    793832      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    810849   ln_traldf_triad = .false.   !  iso-neutral (triad    operator) 
    811850   ! 
    812    !                       !  iso-neutral options:         
     851   !                       !  iso-neutral options: 
    813852   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators) 
    814853   rn_slpmax       =  0.01     !  slope limit                           (both operators) 
     
    820859   nn_aht_ijk_t    = 0         !  space/time variation of eddy coefficient: 
    821860      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    822       !                             !   =  0           constant  
    823       !                             !   = 10 F(k)      =ldf_c1d  
    824       !                             !   = 20 F(i,j)    =ldf_c2d  
     861      !                             !   =  0           constant 
     862      !                             !   = 10 F(k)      =ldf_c1d 
     863      !                             !   = 20 F(i,j)    =ldf_c2d 
    825864      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    826865      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    827866      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    828       !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)  
     867      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case) 
    829868      !                             !                           or   = 1/12 Ud*Ld^3 (blp case) 
    830869      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     
    852891      nn_aei_ijk_t    = 0           !  space/time variation of eddy coefficient: 
    853892      !                             !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    854       !                             !   =  0           constant  
    855       !                             !   = 10 F(k)      =ldf_c1d  
    856       !                             !   = 20 F(i,j)    =ldf_c2d  
     893      !                             !   =  0           constant 
     894      !                             !   = 10 F(k)      =ldf_c1d 
     895      !                             !   = 20 F(i,j)    =ldf_c2d 
    857896      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    858897      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    859       !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
     898      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le 
    860899      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    861900      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     
    897936   rn_lf_cutoff  =  5.0             !  cutoff frequency for low-pass filter  [days] 
    898937   rn_zdef_max   =  0.9             !  maximum fractional e3t deformation 
    899    ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
     938   ln_vvl_dbg    = .false.          !  debug prints    (T/F) 
    900939/ 
    901940!----------------------------------------------------------------------- 
     
    917956   ln_dynvor_eeT = .false. !  energy conserving scheme (een using e3t) 
    918957   ln_dynvor_een = .false. !  energy & enstrophy scheme 
    919       nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4  
     958      nn_een_e3f = 0          ! =0  e3f = mi(mj(e3t))/4 
    920959      !                       ! =1  e3f = mi(mj(e3t))/mi(mj( tmask)) 
    921960   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T)        ==>>> PLEASE DO NOT ACTIVATE 
     
    9621001      !                             !  =-30  read in eddy_viscosity_3D.nc file 
    9631002      !                             !  =-20  read in eddy_viscosity_2D.nc file 
    964       !                             !  =  0  constant  
     1003      !                             !  =  0  constant 
    9651004      !                             !  = 10  F(k)=c1d 
    9661005      !                             !  = 20  F(i,j)=F(grid spacing)=c2d 
     
    9681007      !                             !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    9691008      !                             !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    970       !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     1009      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case) 
    9711010      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
    9721011      rn_Uv      = 0.1              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     
    10921131                              !        = 0  constant 10 m length scale 
    10931132                              !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
    1094       rn_eice     =   4       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4    
     1133      rn_eice     =   4       !  below sea ice: =0 ON ; =4 OFF when ice fraction > 1/4 
    10951134/ 
    10961135!----------------------------------------------------------------------- 
     
    13551394   ln_ctl = .FALSE.                 ! Toggle all report printing on/off (T/F); Ignored if sn_cfctl%l_config is T 
    13561395     sn_cfctl%l_config = .TRUE.     ! IF .true. then control which reports are written with the following 
    1357        sn_cfctl%l_runstat = .FALSE. ! switches and which areas produce reports with the proc integer settings. 
     1396       sn_cfctl%l_runstat = .TRUE. ! switches and which areas produce reports with the proc integer settings. 
    13581397       sn_cfctl%l_trcstat = .FALSE. ! The default settings for the proc integers should ensure 
    13591398       sn_cfctl%l_oceout  = .FALSE. ! that  all areas report. 
Note: See TracChangeset for help on using the changeset viewer.