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 5956 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-11-30T20:55:41+01:00 (8 years ago)
Author:
mathiot
Message:

ISF : merged trunk (5936) into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5953 r5956  
     1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     2!!                            namelist_ref 
    13!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    24!! NEMO/OPA  :  1 - run manager      (namrun) 
     
    57!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    68!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    7 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     9!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    810!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    9 !!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_dmp) 
     11!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_ldfeiv, namtra_dmp) 
    1012!!              7 - dynamics         (namdyn_adv, namdyn_vor, namdyn_hpg, namdyn_spg, namdyn_ldf) 
    11 !!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_kpp, namzdf_ddm, namzdf_tmx) 
     13!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_ddm, namzdf_tmx) 
    1214!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    13 !!             10 - miscellaneous    (namsol, nammpp, namctl) 
     15!!             10 - miscellaneous    (nammpp, namctl) 
    1416!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1517!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    4850   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
    4951   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
    50    ln_clobber  = .false.   !  clobber (overwrite) an existing file 
     52   ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    5153   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    5254/ 
     
    161163/ 
    162164!----------------------------------------------------------------------- 
    163 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    164 !----------------------------------------------------------------------- 
    165    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
    166    ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    167    ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
    168                                        !  a user defined maximum courant number (rn_bt_cmax) 
    169    nn_baro       =    30               !  Number of iterations of barotropic mode 
    170                                        !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    171    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    172    nn_bt_flt     =    1                !  Time filter choice 
    173                                        !  = 0 None 
    174                                        !  = 1 Boxcar over   nn_baro barotropic steps 
    175                                        !  = 2 Boxcar over 2*nn_baro     "        " 
    176 / 
    177 !----------------------------------------------------------------------- 
    178165&namcrs        !   Grid coarsening for dynamics output and/or 
    179166               !   passive tracer coarsened online simulations 
     
    200187!----------------------------------------------------------------------- 
    201188&namtsd    !   data : Temperature  & Salinity 
    202 !----------------------------------------------------------------------- 
    203189!----------------------------------------------------------------------- 
    204190!          !  file name                            ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    543529!!====================================================================== 
    544530!!   namlbc        lateral momentum boundary condition 
    545 !!   namcla        cross land advection 
    546531!!   namobc        open boundaries parameters                           ("key_obc") 
    547532!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    558543/ 
    559544!----------------------------------------------------------------------- 
    560 &namcla        !   cross land advection 
    561 !----------------------------------------------------------------------- 
    562    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    563 / 
    564 !----------------------------------------------------------------------- 
    565 &namobc        !   open boundaries parameters                           ("key_obc") 
    566 !----------------------------------------------------------------------- 
    567    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    568    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    569    ln_obc_fla  = .false.   !  Flather open boundary condition 
    570    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    571                            !  = 1 the obc data are read in 'obc.dta' files 
    572    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    573                            !  set to monthly if obc datafile hold 1 month of data 
    574    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    575    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    576    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    577    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    578    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    579    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    580    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    581    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    582    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    583                            !  = 1 the total volume remains constant 
    584 / 
    585 !----------------------------------------------------------------------- 
    586545&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    587546!----------------------------------------------------------------------- 
     
    590549   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    591550   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     551   ln_chk_bathy  = .FALSE. ! 
    592552/ 
    593553!----------------------------------------------------------------------- 
     
    708668                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    709669   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    710  
    711670/ 
    712671!----------------------------------------------------------------------- 
     
    722681!!                        Tracer (T & S ) namelists 
    723682!!====================================================================== 
    724 !!   nameos        equation of state 
    725 !!   namtra_adv    advection scheme 
     683!!   nameos           equation of state 
     684!!   namtra_adv       advection scheme 
    726685!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.) 
    727 !!   namtra_ldf    lateral diffusion scheme 
    728 !!   namtra_dmp    T & S newtonian damping 
     686!!   namtra_ldf       lateral diffusion scheme 
     687!!   namtra_ldfeiv    eddy induced velocity param. 
     688!!   namtra_dmp       T & S newtonian damping 
    729689!!====================================================================== 
    730690! 
     
    737697                                 !  = 1, S-EOS   (simplified eos) 
    738698   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    739    !                             ! 
     699                                 ! 
    740700   !                     ! S-EOS coefficients : 
    741    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     701                                 !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    742702   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    743703   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     
    751711&namtra_adv    !   advection scheme for tracer 
    752712!----------------------------------------------------------------------- 
    753    ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    754    ln_traadv_tvd    =  .true.    !  TVD scheme 
    755    ln_traadv_muscl  =  .false.   !  MUSCL scheme 
    756    ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
    757    ln_traadv_ubs    =  .false.   !  UBS scheme 
    758    ln_traadv_qck    =  .false.   !  QUICKEST scheme 
    759    ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
    760    ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
     713   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     714      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     715      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     716   ln_traadv_fct =  .false.  !  FCT scheme 
     717      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     718      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     719      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     720      !                             !        (number of sub-timestep = nn_fct_zts) 
     721   ln_traadv_mus =  .false.  !  MUSCL scheme 
     722      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     723   ln_traadv_ubs =  .false.  !  UBS scheme 
     724      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     725   ln_traadv_qck =  .false.  !  QUICKEST scheme 
    761726/ 
    762727!----------------------------------------------------------------------- 
    763728&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    764729!----------------------------------------------------------------------- 
    765    ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     730   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    766731   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
    767732   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     
    777742!---------------------------------------------------------------------------------- 
    778743   !                       !  Operator type: 
    779    ln_traldf_lap    =  .true.   !  laplacian operator 
    780    ln_traldf_bilap  =  .false.  !  bilaplacian operator 
     744   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     745   ln_traldf_lap   =  .false.  !    laplacian operator 
     746   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    781747   !                       !  Direction of action: 
    782    ln_traldf_level  =  .false.  !  iso-level 
    783    ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    784    ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
    785    !                 !  Griffies parameters              (all need "key_ldfslp") 
    786    ln_traldf_grif   =  .false.  !  use griffies triads 
    787    ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
    788    ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
    789    ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
    790    !                       !  Coefficients 
    791    ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
    792    ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
    793    !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
    794    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
    795    rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    796    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    797    !                                           (normally=0; not used with Griffies) 
    798    rn_slpmax        =     0.01  !  slope limit 
    799    rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
    800    rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    801    rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
     748   ln_traldf_lev   =  .false.  !  iso-level 
     749   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     750   ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
     751   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     752   ! 
     753   !                       !  iso-neutral options:         
     754   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
     755   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     756   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     757   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     758   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     759   ! 
     760   !                       !  Coefficients: 
     761   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     762   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     763   !                                !   =  0           constant  
     764   !                                !   = 10 F(k)      =ldf_c1d  
     765   !                                !   = 20 F(i,j)    =ldf_c2d  
     766   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     767   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     768   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     769   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     770   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     771/ 
     772!---------------------------------------------------------------------------------- 
     773&namtra_ldfeiv !   eddy induced velocity param. 
     774!---------------------------------------------------------------------------------- 
     775   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     776   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     777   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
     778   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     779   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     780   !                                !   =  0           constant  
     781   !                                !   = 10 F(k)      =ldf_c1d  
     782   !                                !   = 20 F(i,j)    =ldf_c2d  
     783   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     784   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    802785/ 
    803786!----------------------------------------------------------------------- 
     
    817800!!   namdyn_vor    advection scheme 
    818801!!   namdyn_hpg    hydrostatic pressure gradient 
    819 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     802!!   namdyn_spg    surface pressure gradient 
    820803!!   namdyn_ldf    lateral diffusion scheme 
    821804!!====================================================================== 
     
    850833   ln_dynvor_ens = .false. !  energy conserving scheme 
    851834   ln_dynvor_mix = .false. !  mixed scheme 
    852    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    853    ln_dynvor_een_old = .false.  !  energy & enstrophy scheme - original formulation 
     835   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     836      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     837   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
    854838/ 
    855839!----------------------------------------------------------------------- 
     
    862846   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    863847   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    864    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    865                                  !           centered      time scheme  (F) 
    866 / 
    867 !----------------------------------------------------------------------- 
    868 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    869 !----------------------------------------------------------------------- 
    870 !                          !  explicit free surface                     ("key_dynspg_exp") 
    871 !                          !  filtered free surface                     ("key_dynspg_flt") 
    872 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    873  
     848/ 
     849!----------------------------------------------------------------------- 
     850&namdyn_spg    !   surface pressure gradient 
     851!----------------------------------------------------------------------- 
     852   ln_dynspg_exp  = .false.   ! explicit free surface 
     853   ln_dynspg_ts   = .false.   ! split-explicit free surface 
     854      ln_bt_fw      = .true.    ! Forward integration of barotropic Eqs. 
     855      ln_bt_av      = .true.    ! Time filtering of barotropic variables 
     856         nn_bt_flt    =  1        ! Time filter choice  = 0 None 
     857         !                        !                     = 1 Boxcar over   nn_baro sub-steps 
     858         !                        !                     = 2 Boxcar over 2*nn_baro  "    " 
     859      ln_bt_auto    = .true.    ! Number of sub-step defined from: 
     860         rn_bt_cmax   =  0.8      ! =T : the Maximum Courant Number allowed 
     861         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     862/ 
    874863!----------------------------------------------------------------------- 
    875864&namdyn_ldf    !   lateral diffusion on momentum 
    876865!----------------------------------------------------------------------- 
    877866   !                       !  Type of the operator : 
    878    ln_dynldf_lap    =  .true.   !  laplacian operator 
    879    ln_dynldf_bilap  =  .false.  !  bilaplacian operator 
     867   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     868   ln_dynldf_lap =  .false.    !    laplacian operator 
     869   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    880870   !                       !  Direction of action  : 
    881    ln_dynldf_level  =  .false.  !  iso-level 
    882    ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    883    ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
     871   ln_dynldf_lev =  .false.    !  iso-level 
     872   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     873   ln_dynldf_iso =  .false.    !  iso-neutral 
    884874   !                       !  Coefficient 
    885    rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    886    rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    887    rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    888    rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
    889    rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
    890    rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
    891    rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
    892    rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
     875   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     876   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     877   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     878   !                                !  =  0  constant  
     879   !                                !  = 10  F(k)=c1d 
     880   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     881   !                                !  = 30  F(i,j,k)=c2d*c1d 
     882   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     883   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     884   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     885   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     886   ! 
     887   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    893888/ 
    894889 
     
    899894!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    900895!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
    901 !!    namzdf_kpp    KPP dependent vertical mixing                       ("key_zdfkpp") 
    902896!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    903897!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     
    961955                           !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
    962956/ 
    963 !------------------------------------------------------------------------ 
    964 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    965 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    966    ln_kpprimix = .true.    !  shear instability mixing 
    967    rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    968    rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    969    rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
    970    rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    971    rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2] 
    972    rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s] 
    973    nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    974    nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
    975 / 
    976957!----------------------------------------------------------------------- 
    977958&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    1012993!!                  ***  Miscellaneous namelists  *** 
    1013994!!====================================================================== 
    1014 !!   namsol            elliptic solver / island / free surface 
    1015995!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    1016996!!   namctl            Control prints & Benchmark 
     
    10211001!!====================================================================== 
    10221002! 
    1023 !----------------------------------------------------------------------- 
    1024 &namsol        !   elliptic solver / island / free surface 
    1025 !----------------------------------------------------------------------- 
    1026    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    1027                            !                   =2 successive-over-relaxation (sor) 
    1028    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    1029    rn_eps      =  1.e-6    !  absolute precision of the solver 
    1030    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    1031    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    1032    nn_nmod     =     10    !  frequency of test for the SOR solver 
    1033    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    1034    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    1035 / 
    10361003!----------------------------------------------------------------------- 
    10371004&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     
    11941161   ln_s3d     = .false.    ! Logical switch for S profile observations 
    11951162   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
    1196    !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     1163   ln_cor     = .false.    ! Logical switch for Coriolis insitu data set 
    11971164   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
    11981165   ln_sla     = .false.    ! Logical switch for SLA observations 
    1199  
    12001166   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1201  
    12021167   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
    1203                            !     ln_ssh                  Logical switch for SSH observations 
    1204  
    1205    ln_sst     = .false.     ! Logical switch for SST observations 
    1206    ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1207    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations 
    1208  
     1168   ln_ssh     = .false.    ! Logical switch for SSH observations 
     1169   ln_sst     = .false.    ! Logical switch for SST observations 
     1170   ln_reysst  = .false.    ! Logical switch for Reynolds observations 
     1171   ln_ghrsst  = .false.    ! Logical switch for GHRSST observations 
    12091172   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    1210                            !     ln_sss                  Logical switch for SSS observations 
     1173   ln_sss     = .false.    ! Logical switch for SSS observations 
    12111174   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    1212                            !     ln_vel3d                Logical switch for velocity observations 
    1213                            !     ln_velavcur             Logical switch for velocity daily av. cur. 
    1214                            !     ln_velhrcur             Logical switch for velocity high freq. cur. 
    1215                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    1216                            !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    1217                            !     ln_velfb                Logical switch for feedback velocity data 
    1218                            !     ln_grid_global          Global distribtion of observations 
    1219                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
    1220                            !     grid_search_file        Grid search lookup file header 
    1221                            !     enactfiles              ENACT input observation file names 
    1222                            !     coriofiles              Coriolis input observation file name 
    1223    !                       ! profbfiles: Profile feedback input observation file name 
    1224    profbfiles = 'profiles_01.nc' 
    1225                            !     ln_profb_enatim         Enact feedback input time setting switch 
    1226                            !     slafilesact             Active SLA input observation file name 
    1227                            !     slafilespas             Passive SLA input observation file name 
    1228    !                       ! slafbfiles: Feedback SLA input observation file name 
    1229    slafbfiles = 'sla_01.nc' 
    1230                            !     sstfiles                GHRSST input observation file name 
    1231    !                       ! sstfbfiles: Feedback SST input observation file name 
    1232    sstfbfiles = 'sst_01.nc' 
    1233                            !     seaicefiles             Sea Ice input observation file names 
    1234    seaicefiles = 'seaice_01.nc' 
    1235                            !     velavcurfiles           Vel. cur. daily av. input file name 
    1236                            !     velhvcurfiles           Vel. cur. high freq. input file name 
    1237                            !     velavadcpfiles          Vel. ADCP daily av. input file name 
    1238                            !     velhvadcpfiles          Vel. ADCP high freq. input file name 
    1239                            !     velfbfiles              Vel. feedback input observation file name 
    1240                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
    1241                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
    1242                            !     n1dint                  Type of vertical interpolation method 
    1243                            !     n2dint                  Type of horizontal interpolation method 
    1244                            !     ln_nea                  Rejection of observations near land switch 
    1245    nmsshc     = 0          ! MSSH correction scheme 
    1246                            !     mdtcorr                 MDT  correction 
    1247                            !     mdtcutoff               MDT cutoff for computed correction 
     1175   ln_vel3d   = .false.    ! Logical switch for velocity observations 
     1176   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
     1177   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1178   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
     1179   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1180   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
     1181   ln_grid_global = .false. ! Global distribtion of observations 
     1182   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
     1183   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     1184! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
     1185   enactfiles = 'enact.nc' !  ENACT input observation file names (specify full array in namelist_cfg) 
     1186   coriofiles = 'corio.nc' !  Coriolis input observation file name 
     1187   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
     1188   ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1189   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
     1190   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
     1191   slafbfiles = 'sla_01.nc' ! slafbfiles: Feedback SLA input observation file names 
     1192   sstfiles = 'ghrsst.nc'   ! GHRSST input observation file names 
     1193   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
     1194   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
     1195   velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1196   velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1197   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
     1198   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     1199   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
     1200   dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1201   dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1202   n1dint = 0  !               Type of vertical interpolation method 
     1203   n2dint = 0  !               Type of horizontal interpolation method 
     1204   ln_nea = .false.   !        Rejection of observations near land switch 
     1205   nmsshc     = 0     !        MSSH correction scheme 
     1206   mdtcorr = 1.61     !        MDT  correction 
     1207   mdtcutoff = 65.0   !        MDT cutoff for computed correction 
    12481208   ln_altbias = .false.    ! Logical switch for alt bias 
    12491209   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    1250                            !     endailyavtypes   ENACT daily average types 
     1210   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    12511211   ln_grid_global = .true. 
    12521212   ln_grid_search_lookup = .false. 
Note: See TracChangeset for help on using the changeset viewer.