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 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg – NEMO

Ignore:
Timestamp:
2016-01-08T10:35:19+01:00 (8 years ago)
Author:
jamesharle
Message:

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/1_namelist_cfg

    r4147 r6225  
    55!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf,  
    66!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     7!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    88!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    99!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     
    5959&namzgr        !   vertical coordinate 
    6060!----------------------------------------------------------------------- 
    61    ln_zco      = .false.   !  z-coordinate - full    steps   (T/F)      ("key_zco" may also be defined) 
    6261   ln_zps      = .true.    !  z-coordinate - partial steps   (T/F) 
    63    ln_sco      = .false.   !  s- or hybrid z-s-coordinate    (T/F) 
     62   ln_linssh   = .true.    !  linear free surface 
    6463/ 
    6564!----------------------------------------------------------------------- 
     
    8685                           ! 
    8786   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0) 
    88    nn_baro     =   64      !  number of barotropic time step            ("key_dynspg_ts") 
    8987   rn_atfp     =    0.1    !  asselin time filter parameter 
    90    nn_acc      =    0      !  acceleration of convergence : =1      used, rdt < rdttra(k) 
    91                                  !                          =0, not used, rdt = rdttra 
    92    rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1) 
    93    rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1) 
    94    rn_rdth     =  800.           !  depth variation of tracer time step  (used if nn_acc=1) 
    9588/ 
    9689!----------------------------------------------------------------------- 
     
    110103!!   namsbc_clio     CLIO bulk formulea formulation 
    111104!!   namsbc_core     CORE bulk formulea formulation 
    112 !!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     105!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
    113106!!   namtra_qsr      penetrative solar radiation 
    114107!!   namsbc_rnf      river runoffs 
     
    199192/ 
    200193!----------------------------------------------------------------------- 
    201 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     194&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    202195!----------------------------------------------------------------------- 
    203196!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     
    297290   rn_alphdi   =    0.72   !  (Pyane, 1972) 
    298291/ 
     292!----------------------------------------------------------------------- 
     293&namsbc_wave   ! External fields from wave model 
     294!----------------------------------------------------------------------- 
     295!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
     296!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
     297   sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
     298! 
     299   cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
     300/ 
    299301 
    300302!!====================================================================== 
     
    302304!!====================================================================== 
    303305!!   namlbc        lateral momentum boundary condition 
    304 !!   namcla        cross land advection 
    305 !!   namobc        open boundaries parameters                           ("key_obc") 
    306306!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif")  
    307307!!   nambdy        Unstructured open boundaries                         ("key_bdy") 
     
    314314   rn_shlat    =    2.     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    315315                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &namcla        !   cross land advection 
    319 !----------------------------------------------------------------------- 
    320    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    321 / 
    322 !----------------------------------------------------------------------- 
    323 &namobc        !   open boundaries parameters                           ("key_obc") 
    324 !----------------------------------------------------------------------- 
    325    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    326    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    327    ln_obc_fla  = .false.   !  Flather open boundary condition  
    328    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    329                            !  = 1 the obc data are read in 'obc.dta' files 
    330    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    331                            !  set to monthly if obc datafile hold 1 month of data 
    332    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    333    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    334    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    335    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    336    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    337    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    338    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    339    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    340    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    341                            !  = 1 the total volume remains constant 
    342316/ 
    343317!----------------------------------------------------------------------- 
     
    394368&nambdy_tide     ! tidal forcing at open boundaries               
    395369!----------------------------------------------------------------------- 
    396    filtide      = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
     370    filtide       = 'bdydta/amm12_bdytide_'         !  file name root of tidal forcing files 
    397371    tide_cpt(1)   ='Q1'  !  names of tidal components used 
    398372    tide_cpt(2)   ='O1'  !  names of tidal components used 
     
    485459/ 
    486460!----------------------------------------------------------------------- 
    487 &namtra_adv    !   advection scheme for tracer  
    488 !----------------------------------------------------------------------- 
    489    ln_traadv_cen2   =  .false.  !  2nd order centered scheme    
    490    ln_traadv_tvd    =  .true.   !  TVD scheme                 
    491    ln_traadv_muscl  =  .false.  !  MUSCL scheme              
    492    ln_traadv_muscl2 =  .false.  !  MUSCL2 scheme + cen2 at boundaries   
    493    ln_traadv_ubs    =  .false.  !  UBS scheme                  
    494    ln_traadv_qck    =  .false.  !  QUCIKEST scheme                  
     461&namtra_adv    !   advection scheme for tracer 
     462!----------------------------------------------------------------------- 
     463   ln_traadv_fct =  .true.    !  FCT scheme 
     464      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     465      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     466      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     467      !                             !        (number of sub-timestep = nn_fct_zts) 
    495468/ 
    496469!----------------------------------------------------------------------- 
    497470&namtra_ldf    !   lateral diffusion scheme for tracer  
    498471!----------------------------------------------------------------------- 
    499    !                       !  Type of the operator :  
    500    ln_traldf_lap    =  .true.   !  laplacian operator        
    501    ln_traldf_bilap  =  .false.  !  bilaplacian operator      
    502    !                       !  Direction of action  : 
    503    ln_traldf_level  =  .false.  !  iso-level                 
    504    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    505    ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    506    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
    507    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp")  ! UNDER TEST, DO NOT USE 
    508    !                       !  Coefficient 
    509    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    510    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    511    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     472   !                       !  Operator type: 
     473   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     474   ln_traldf_lap   =  .true.   !    laplacian operator 
     475   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     476   !                       !  Direction of action: 
     477   ln_traldf_lev   =  .false.  !  iso-level 
     478   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     479   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     480   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     481   ! 
     482   !                       !  iso-neutral options:         
     483   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     484   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     485   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     486   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     487   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     488   ! 
     489   !                       !  Coefficients: 
     490   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     491   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     492   !                                !   =  0           constant  
     493   !                                !   = 10 F(k)      =ldf_c1d  
     494   !                                !   = 20 F(i,j)    =ldf_c2d  
     495   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     496   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     497   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     498   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     499   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     500/ 
     501!---------------------------------------------------------------------------------- 
     502&namtra_ldfeiv !   eddy induced velocity param. 
     503!---------------------------------------------------------------------------------- 
     504   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    512505/ 
    513506!----------------------------------------------------------------------- 
     
    546539&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    547540!----------------------------------------------------------------------- 
    548    ln_dynvor_ene = .false. !  enstrophy conserving scheme   
    549    ln_dynvor_ens = .false. !  energy conserving scheme     
    550    ln_dynvor_mix = .false. !  mixed scheme                
    551    ln_dynvor_een = .true.  !  energy & enstrophy scheme   
     541   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     542   ln_dynvor_ens = .false. !  energy conserving scheme 
     543   ln_dynvor_mix = .false. !  mixed scheme 
     544   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     545      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     546   ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    552547/ 
    553548!----------------------------------------------------------------------- 
     
    559554   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    560555   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    561    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    562                                  !           centered      time scheme  (F) 
    563 / 
    564 !----------------------------------------------------------------------- 
    565 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    566 !----------------------------------------------------------------------- 
    567 !                          !  explicit free surface                     ("key_dynspg_exp") 
    568 !                          !  filtered free surface                     ("key_dynspg_flt") 
    569 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    570  
     556/ 
     557!----------------------------------------------------------------------- 
     558&namdyn_spg    !   surface pressure gradient 
     559!----------------------------------------------------------------------- 
     560   ln_dynspg_ts  = .true.  !  split-explicit free surface 
     561/ 
    571562!----------------------------------------------------------------------- 
    572563&namdyn_ldf    !   lateral diffusion on momentum 
    573564!----------------------------------------------------------------------- 
    574    !                       !  Type of the operator :  
    575    ln_dynldf_lap    =  .false.  !  laplacian operator          
    576    ln_dynldf_bilap  =  .true.   !  bilaplacian operator     
    577    !                       !  Direction of action  :  
    578    ln_dynldf_level  =  .false.  !  iso-level                
    579    ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    580    ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
     565   !                       !  Type of the operator : 
     566   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     567   ln_dynldf_lap =  .false.    !    laplacian operator 
     568   ln_dynldf_blp =  .true.     !  bilaplacian operator 
     569   !                       !  Direction of action  : 
     570   ln_dynldf_lev =  .true.     !  iso-level 
     571   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     572   ln_dynldf_iso =  .false.    !  iso-neutral 
    581573   !                       !  Coefficient 
    582    rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    583    rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    584    rn_ahm_0_blp     = -8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]  
     574   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     575   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     576   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     577   !                                !  =  0  constant  
     578   !                                !  = 10  F(k)=c1d 
     579   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     580   !                                !  = 30  F(i,j,k)=c2d*c1d 
     581   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     582   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     583   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     584   rn_bhm_0      = 8.5e+11     !  horizontal bilaplacian eddy viscosity [m4/s] 
    585585/ 
    586586 
     
    640640                           !        = 1 add a tke source below the ML 
    641641                           !        = 2 add a tke source just at the base of the ML 
    642                            !        = 3 as = 1 applied on HF part of the stress    ("key_coupled") 
     642                           !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    643643   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    644644   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
     
    700700!!   nammpp_dyndist    Massively Parallel domain decomposition          ("key_agrif" && "key_mpp_dyndist") 
    701701!!   namctl            Control prints & Benchmark 
    702 !!   namsol            elliptic solver / island / free surface  
    703 !!====================================================================== 
    704 ! 
    705 !----------------------------------------------------------------------- 
    706 &namsol        !   elliptic solver / island / free surface  
    707 !----------------------------------------------------------------------- 
    708    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    709                            !                   =2 successive-over-relaxation (sor) 
    710    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    711    rn_eps      =  1.e-6    !  absolute precision of the solver 
    712    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    713    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    714    nn_nmod     =     10    !  frequency of test for the SOR solver 
    715    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    716    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    717 / 
     702!!====================================================================== 
     703! 
    718704!----------------------------------------------------------------------- 
    719705&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     
    877863   ln_ignmis  = .true.     ! Logical switch for ignoring missing files    
    878864                           !     endailyavtypes   ENACT daily average types                     
    879    ln_grid_global = .true. 
    880865   ln_grid_search_lookup = .false. 
    881866/  
     
    897882    salfixmin = -9999      !  Minimum salinity after applying the increments 
    898883/ 
    899 !----------------------------------------------------------------------- 
    900 &namsbc_wave   ! External fields from wave model 
    901 !----------------------------------------------------------------------- 
    902 !              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! 
    903 !              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! 
    904    sn_cdg      =  'cdg_wave' ,        1          , 'drag_coeff' , .true.   , .false. , 'daily'  ,''         , '' 
    905 ! 
    906    cn_dir_cdg  = './'  !  root directory for the location of drag coefficient files 
    907 / 
    908 !----------------------------------------------------------------------- 
    909 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    910 !----------------------------------------------------------------------- 
    911    ! Suggested lengthscale values are those of Eby & Holloway (1994) for a coarse model 
    912    ln_neptsimp       = .false.  ! yes/no use simplified neptune 
    913  
    914    ln_smooth_neptvel = .false.  ! yes/no smooth zunep, zvnep 
    915    rn_tslse          =  1.2e4   ! value of lengthscale L at the equator 
    916    rn_tslsp          =  3.0e3   ! value of lengthscale L at the pole 
    917    ! Specify whether to ramp down the Neptune velocity in shallow 
    918    ! water, and if so the depth range controlling such ramping down 
    919    ln_neptramp       = .true.   ! ramp down Neptune velocity in shallow water 
    920    rn_htrmin         =  100.0   ! min. depth of transition range 
    921    rn_htrmax         =  200.0   ! max. depth of transition range 
    922 / 
Note: See TracChangeset for help on using the changeset viewer.