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 5948 for branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-11-30T11:47:24+01:00 (8 years ago)
Author:
timgraham
Message:

Merged in head of trunk (r5936)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO12_CFL_diags_take2/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5947 r5948  
     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 ! 
     
    545531!!====================================================================== 
    546532!!   namlbc        lateral momentum boundary condition 
    547 !!   namcla        cross land advection 
    548533!!   namobc        open boundaries parameters                           ("key_obc") 
    549534!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    560545/ 
    561546!----------------------------------------------------------------------- 
    562 &namcla        !   cross land advection 
    563 !----------------------------------------------------------------------- 
    564    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    565 / 
    566 !----------------------------------------------------------------------- 
    567 &namobc        !   open boundaries parameters                           ("key_obc") 
    568 !----------------------------------------------------------------------- 
    569    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    570    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    571    ln_obc_fla  = .false.   !  Flather open boundary condition 
    572    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    573                            !  = 1 the obc data are read in 'obc.dta' files 
    574    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    575                            !  set to monthly if obc datafile hold 1 month of data 
    576    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    577    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    578    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    579    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    580    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    581    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    582    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    583    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    584    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    585                            !  = 1 the total volume remains constant 
    586 / 
    587 !----------------------------------------------------------------------- 
    588547&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    589548!----------------------------------------------------------------------- 
     
    592551   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    593552   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     553   ln_chk_bathy  = .FALSE. ! 
    594554/ 
    595555!----------------------------------------------------------------------- 
     
    710670                           !     = 2 variable flux (read in geothermal_heating.nc in mW/m2) 
    711671   rn_geoflx_cst = 86.4e-3 !  Constant value of geothermal heat flux [W/m2] 
    712  
    713672/ 
    714673!----------------------------------------------------------------------- 
     
    724683!!                        Tracer (T & S ) namelists 
    725684!!====================================================================== 
    726 !!   nameos        equation of state 
    727 !!   namtra_adv    advection scheme 
     685!!   nameos           equation of state 
     686!!   namtra_adv       advection scheme 
    728687!!   namtra_adv_mle   mixed layer eddy param. (Fox-Kemper param.) 
    729 !!   namtra_ldf    lateral diffusion scheme 
    730 !!   namtra_dmp    T & S newtonian damping 
     688!!   namtra_ldf       lateral diffusion scheme 
     689!!   namtra_ldfeiv    eddy induced velocity param. 
     690!!   namtra_dmp       T & S newtonian damping 
    731691!!====================================================================== 
    732692! 
     
    739699                                 !  = 1, S-EOS   (simplified eos) 
    740700   ln_useCT    = .true.  ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    741    !                             ! 
     701                                 ! 
    742702   !                     ! S-EOS coefficients : 
    743    !                             !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
     703                                 !  rd(T,S,Z)*rau0 = -a0*(1+.5*lambda*dT+mu*Z+nu*dS)*dT+b0*dS 
    744704   rn_a0       =  1.6550e-1      !  thermal expension coefficient (nn_eos= 1) 
    745705   rn_b0       =  7.6554e-1      !  saline  expension coefficient (nn_eos= 1) 
     
    753713&namtra_adv    !   advection scheme for tracer 
    754714!----------------------------------------------------------------------- 
    755    ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    756    ln_traadv_tvd    =  .true.    !  TVD scheme 
    757    ln_traadv_muscl  =  .false.   !  MUSCL scheme 
    758    ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
    759    ln_traadv_ubs    =  .false.   !  UBS scheme 
    760    ln_traadv_qck    =  .false.   !  QUICKEST scheme 
    761    ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
    762    ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
     715   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     716      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     717      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     718   ln_traadv_fct =  .false.  !  FCT scheme 
     719      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     720      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     721      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     722      !                             !        (number of sub-timestep = nn_fct_zts) 
     723   ln_traadv_mus =  .false.  !  MUSCL scheme 
     724      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     725   ln_traadv_ubs =  .false.  !  UBS scheme 
     726      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     727   ln_traadv_qck =  .false.  !  QUICKEST scheme 
    763728/ 
    764729!----------------------------------------------------------------------- 
    765730&namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) 
    766731!----------------------------------------------------------------------- 
    767    ln_mle    = .true.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
     732   ln_mle    = .false.      ! (T) use the Mixed Layer Eddy (MLE) parameterisation 
    768733   rn_ce     = 0.06        ! magnitude of the MLE (typical value: 0.06 to 0.08) 
    769734   nn_mle    = 1           ! MLE type: =0 standard Fox-Kemper ; =1 new formulation 
     
    779744!---------------------------------------------------------------------------------- 
    780745   !                       !  Operator type: 
    781    ln_traldf_lap    =  .true.   !  laplacian operator 
    782    ln_traldf_bilap  =  .false.  !  bilaplacian operator 
     746   !                           !  no diffusion: set ln_traldf_lap=..._blp=F  
     747   ln_traldf_lap   =  .false.  !    laplacian operator 
     748   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    783749   !                       !  Direction of action: 
    784    ln_traldf_level  =  .false.  !  iso-level 
    785    ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    786    ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
    787    !                 !  Griffies parameters              (all need "key_ldfslp") 
    788    ln_traldf_grif   =  .false.  !  use griffies triads 
    789    ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
    790    ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
    791    ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
    792    !                       !  Coefficients 
    793    ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
    794    ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
    795    !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
    796    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
    797    rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    798    rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    799    !                                           (normally=0; not used with Griffies) 
    800    rn_slpmax        =     0.01  !  slope limit 
    801    rn_chsmag        =     1.    !  multiplicative factor in Smagorinsky diffusivity 
    802    rn_smsh          =     1.    !  Smagorinsky diffusivity: = 0 - use only sheer 
    803    rn_aht_m         =  2000.    !  upper limit or stability criteria for lateral eddy diffusivity (m2/s) 
     750   ln_traldf_lev   =  .false.  !  iso-level 
     751   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     752   ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
     753   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     754   ! 
     755   !                       !  iso-neutral options:         
     756   ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
     757   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     758   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     759   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     760   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     761   ! 
     762   !                       !  Coefficients: 
     763   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     764   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     765   !                                !   =  0           constant  
     766   !                                !   = 10 F(k)      =ldf_c1d  
     767   !                                !   = 20 F(i,j)    =ldf_c2d  
     768   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     769   !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     770   !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     771   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     772   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     773/ 
     774!---------------------------------------------------------------------------------- 
     775&namtra_ldfeiv !   eddy induced velocity param. 
     776!---------------------------------------------------------------------------------- 
     777   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     778   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     779   rn_aeiv_0     = 2000.    ! eddy induced velocity coefficient   [m2/s] 
     780   nn_aei_ijk_t  = 21       ! space/time variation of the eiv coeficient 
     781   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     782   !                                !   =  0           constant  
     783   !                                !   = 10 F(k)      =ldf_c1d  
     784   !                                !   = 20 F(i,j)    =ldf_c2d  
     785   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     786   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    804787/ 
    805788!----------------------------------------------------------------------- 
     
    819802!!   namdyn_vor    advection scheme 
    820803!!   namdyn_hpg    hydrostatic pressure gradient 
    821 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     804!!   namdyn_spg    surface pressure gradient 
    822805!!   namdyn_ldf    lateral diffusion scheme 
    823806!!====================================================================== 
     
    852835   ln_dynvor_ens = .false. !  energy conserving scheme 
    853836   ln_dynvor_mix = .false. !  mixed scheme 
    854    ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    855    ln_dynvor_een_old = .false.  !  energy & enstrophy scheme - original formulation 
     837   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     838      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     839   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes)  ! PLEASE DO NOT USE 
    856840/ 
    857841!----------------------------------------------------------------------- 
     
    864848   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    865849   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    866    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    867                                  !           centered      time scheme  (F) 
    868 / 
    869 !----------------------------------------------------------------------- 
    870 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    871 !----------------------------------------------------------------------- 
    872 !                          !  explicit free surface                     ("key_dynspg_exp") 
    873 !                          !  filtered free surface                     ("key_dynspg_flt") 
    874 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    875  
     850/ 
     851!----------------------------------------------------------------------- 
     852&namdyn_spg    !   surface pressure gradient 
     853!----------------------------------------------------------------------- 
     854   ln_dynspg_exp  = .false.   ! explicit free surface 
     855   ln_dynspg_ts   = .false.   ! split-explicit free surface 
     856      ln_bt_fw      = .true.    ! Forward integration of barotropic Eqs. 
     857      ln_bt_av      = .true.    ! Time filtering of barotropic variables 
     858         nn_bt_flt    =  1        ! Time filter choice  = 0 None 
     859         !                        !                     = 1 Boxcar over   nn_baro sub-steps 
     860         !                        !                     = 2 Boxcar over 2*nn_baro  "    " 
     861      ln_bt_auto    = .true.    ! Number of sub-step defined from: 
     862         rn_bt_cmax   =  0.8      ! =T : the Maximum Courant Number allowed 
     863         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     864/ 
    876865!----------------------------------------------------------------------- 
    877866&namdyn_ldf    !   lateral diffusion on momentum 
    878867!----------------------------------------------------------------------- 
    879868   !                       !  Type of the operator : 
    880    ln_dynldf_lap    =  .true.   !  laplacian operator 
    881    ln_dynldf_bilap  =  .false.  !  bilaplacian operator 
     869   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     870   ln_dynldf_lap =  .false.    !    laplacian operator 
     871   ln_dynldf_blp =  .false.    !  bilaplacian operator 
    882872   !                       !  Direction of action  : 
    883    ln_dynldf_level  =  .false.  !  iso-level 
    884    ln_dynldf_hor    =  .true.   !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    885    ln_dynldf_iso    =  .false.  !  iso-neutral                          (require "key_ldfslp") 
     873   ln_dynldf_lev =  .false.    !  iso-level 
     874   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     875   ln_dynldf_iso =  .false.    !  iso-neutral 
    886876   !                       !  Coefficient 
    887    rn_ahm_0_lap     = 40000.    !  horizontal laplacian eddy viscosity   [m2/s] 
    888    rn_ahmb_0        =     0.    !  background eddy viscosity for ldf_iso [m2/s] 
    889    rn_ahm_0_blp     =     0.    !  horizontal bilaplacian eddy viscosity [m4/s] 
    890    rn_cmsmag_1      =     3.    !  constant in laplacian Smagorinsky viscosity 
    891    rn_cmsmag_2      =     3     !  constant in bilaplacian Smagorinsky viscosity 
    892    rn_cmsh          =     1.    !  1 or 0 , if 0 -use only shear for Smagorinsky viscosity 
    893    rn_ahm_m_blp     =    -1.e12 !  upper limit for bilap  abs(ahm) < min( dx^4/128rdt, rn_ahm_m_blp) 
    894    rn_ahm_m_lap     = 40000.    !  upper limit for lap  ahm < min(dx^2/16rdt, rn_ahm_m_lap) 
     877   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     878   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     879   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     880   !                                !  =  0  constant  
     881   !                                !  = 10  F(k)=c1d 
     882   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     883   !                                !  = 30  F(i,j,k)=c2d*c1d 
     884   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     885   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     886   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     887   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     888   ! 
     889   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    895890/ 
    896891 
     
    901896!!    namzdf_ric    richardson number dependent vertical mixing         ("key_zdfric") 
    902897!!    namzdf_tke    TKE dependent vertical mixing                       ("key_zdftke") 
    903 !!    namzdf_kpp    KPP dependent vertical mixing                       ("key_zdfkpp") 
    904898!!    namzdf_ddm    double diffusive mixing parameterization            ("key_zdfddm") 
    905899!!    namzdf_tmx    tidal mixing parameterization                       ("key_zdftmx") 
     
    963957                           !        = 1  0.5m at the equator to 30m poleward of 40 degrees 
    964958/ 
    965 !------------------------------------------------------------------------ 
    966 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    967 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    968    ln_kpprimix = .true.    !  shear instability mixing 
    969    rn_difmiw   =  1.0e-04  !  constant internal wave viscosity [m2/s] 
    970    rn_difsiw   =  0.1e-04  !  constant internal wave diffusivity [m2/s] 
    971    rn_riinfty  =  0.8      !  local Richardson Number limit for shear instability 
    972    rn_difri    =  0.0050   !  maximum shear mixing at Rig = 0    [m2/s] 
    973    rn_bvsqcon  = -0.01e-07 !  Brunt-Vaisala squared for maximum convection [1/s2] 
    974    rn_difcon   =  1.       !  maximum mixing in interior convection [m2/s] 
    975    nn_avb      =  0        !  horizontal averaged (=1) or not (=0) on avt and amv 
    976    nn_ave      =  1        !  constant (=0) or profile (=1) background on avt 
    977 / 
    978959!----------------------------------------------------------------------- 
    979960&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    1014995!!                  ***  Miscellaneous namelists  *** 
    1015996!!====================================================================== 
    1016 !!   namsol            elliptic solver / island / free surface 
    1017997!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    1018998!!   namctl            Control prints & Benchmark 
     
    10231003!!====================================================================== 
    10241004! 
    1025 !----------------------------------------------------------------------- 
    1026 &namsol        !   elliptic solver / island / free surface 
    1027 !----------------------------------------------------------------------- 
    1028    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    1029                            !                   =2 successive-over-relaxation (sor) 
    1030    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    1031    rn_eps      =  1.e-6    !  absolute precision of the solver 
    1032    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    1033    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    1034    nn_nmod     =     10    !  frequency of test for the SOR solver 
    1035    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    1036    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    1037 / 
    10381005!----------------------------------------------------------------------- 
    10391006&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
     
    11971164   ln_s3d     = .false.    ! Logical switch for S profile observations 
    11981165   ln_ena     = .false.    ! Logical switch for ENACT insitu data set 
    1199    !                       !     ln_cor                  Logical switch for Coriolis insitu data set 
     1166   ln_cor     = .false.    ! Logical switch for Coriolis insitu data set 
    12001167   ln_profb   = .false.    ! Logical switch for feedback insitu data set 
    12011168   ln_sla     = .false.    ! Logical switch for SLA observations 
    1202  
    12031169   ln_sladt   = .false.    ! Logical switch for AVISO SLA data 
    1204  
    12051170   ln_slafb   = .false.    ! Logical switch for feedback SLA data 
    1206                            !     ln_ssh                  Logical switch for SSH observations 
    1207  
    1208    ln_sst     = .false.     ! Logical switch for SST observations 
    1209    ln_reysst  = .false.     !     ln_reysst               Logical switch for Reynolds observations 
    1210    ln_ghrsst  = .false.    !     ln_ghrsst               Logical switch for GHRSST observations 
    1211  
     1171   ln_ssh     = .false.    ! Logical switch for SSH observations 
     1172   ln_sst     = .false.    ! Logical switch for SST observations 
     1173   ln_reysst  = .false.    ! Logical switch for Reynolds observations 
     1174   ln_ghrsst  = .false.    ! Logical switch for GHRSST observations 
    12121175   ln_sstfb   = .false.    ! Logical switch for feedback SST data 
    1213                            !     ln_sss                  Logical switch for SSS observations 
     1176   ln_sss     = .false.    ! Logical switch for SSS observations 
    12141177   ln_seaice  = .false.    ! Logical switch for Sea Ice observations 
    1215                            !     ln_vel3d                Logical switch for velocity observations 
    1216                            !     ln_velavcur             Logical switch for velocity daily av. cur. 
    1217                            !     ln_velhrcur             Logical switch for velocity high freq. cur. 
    1218                            !     ln_velavadcp            Logical switch for velocity daily av. ADCP 
    1219                            !     ln_velhradcp            Logical switch for velocity high freq. ADCP 
    1220                            !     ln_velfb                Logical switch for feedback velocity data 
    1221                            !     ln_grid_global          Global distribtion of observations 
    1222                            !     ln_grid_search_lookup   Logical switch for obs grid search w/lookup table 
    1223                            !     grid_search_file        Grid search lookup file header 
    1224                            !     enactfiles              ENACT input observation file names 
    1225                            !     coriofiles              Coriolis input observation file name 
    1226    !                       ! profbfiles: Profile feedback input observation file name 
    1227    profbfiles = 'profiles_01.nc' 
    1228                            !     ln_profb_enatim         Enact feedback input time setting switch 
    1229                            !     slafilesact             Active SLA input observation file name 
    1230                            !     slafilespas             Passive SLA input observation file name 
    1231    !                       ! slafbfiles: Feedback SLA input observation file name 
    1232    slafbfiles = 'sla_01.nc' 
    1233                            !     sstfiles                GHRSST input observation file name 
    1234    !                       ! sstfbfiles: Feedback SST input observation file name 
    1235    sstfbfiles = 'sst_01.nc' 
    1236                            !     seaicefiles             Sea Ice input observation file names 
    1237    seaicefiles = 'seaice_01.nc' 
    1238                            !     velavcurfiles           Vel. cur. daily av. input file name 
    1239                            !     velhvcurfiles           Vel. cur. high freq. input file name 
    1240                            !     velavadcpfiles          Vel. ADCP daily av. input file name 
    1241                            !     velhvadcpfiles          Vel. ADCP high freq. input file name 
    1242                            !     velfbfiles              Vel. feedback input observation file name 
    1243                            !     dobsini                 Initial date in window YYYYMMDD.HHMMSS 
    1244                            !     dobsend                 Final date in window YYYYMMDD.HHMMSS 
    1245                            !     n1dint                  Type of vertical interpolation method 
    1246                            !     n2dint                  Type of horizontal interpolation method 
    1247                            !     ln_nea                  Rejection of observations near land switch 
    1248    nmsshc     = 0          ! MSSH correction scheme 
    1249                            !     mdtcorr                 MDT  correction 
    1250                            !     mdtcutoff               MDT cutoff for computed correction 
     1178   ln_vel3d   = .false.    ! Logical switch for velocity observations 
     1179   ln_velavcur= .false     ! Logical switch for velocity daily av. cur. 
     1180   ln_velhrcur= .false     ! Logical switch for velocity high freq. cur. 
     1181   ln_velavadcp = .false.  ! Logical switch for velocity daily av. ADCP 
     1182   ln_velhradcp = .false.  ! Logical switch for velocity high freq. ADCP 
     1183   ln_velfb   = .false.    ! Logical switch for feedback velocity data 
     1184   ln_grid_global = .false. ! Global distribtion of observations 
     1185   ln_grid_search_lookup = .false. !  Logical switch for obs grid search w/lookup table 
     1186   grid_search_file = 'grid_search'  !  Grid search lookup file header 
     1187! All of the *files* variables below are arrays. Use namelist_cfg to add more files 
     1188   enactfiles = 'enact.nc' !  ENACT input observation file names (specify full array in namelist_cfg) 
     1189   coriofiles = 'corio.nc' !  Coriolis input observation file name 
     1190   profbfiles = 'profiles_01.nc' ! Profile feedback input observation file name 
     1191   ln_profb_enatim = .false !        Enact feedback input time setting switch 
     1192   slafilesact = 'sla_act.nc' !  Active SLA input observation file names 
     1193   slafilespas = 'sla_pass.nc' ! Passive SLA input observation file names 
     1194   slafbfiles = 'sla_01.nc' ! slafbfiles: Feedback SLA input observation file names 
     1195   sstfiles = 'ghrsst.nc'   ! GHRSST input observation file names 
     1196   sstfbfiles = 'sst_01.nc' ! Feedback SST input observation file names 
     1197   seaicefiles = 'seaice_01.nc' ! Sea Ice input observation file names 
     1198   velavcurfiles = 'velavcurfile.nc'  ! Vel. cur. daily av. input file name 
     1199   velhrcurfiles = 'velhrcurfile.nc'  ! Vel. cur. high freq. input file name 
     1200   velavadcpfiles = 'velavadcpfile.nc' ! Vel. ADCP daily av. input file name 
     1201   velhradcpfiles = 'velhradcpfile.nc' ! Vel. ADCP high freq. input file name 
     1202   velfbfiles = 'velfbfile.nc' ! Vel. feedback input observation file name 
     1203   dobsini = 20000101.000000  !  Initial date in window YYYYMMDD.HHMMSS 
     1204   dobsend = 20010101.000000  !  Final date in window YYYYMMDD.HHMMSS 
     1205   n1dint = 0  !               Type of vertical interpolation method 
     1206   n2dint = 0  !               Type of horizontal interpolation method 
     1207   ln_nea = .false.   !        Rejection of observations near land switch 
     1208   nmsshc     = 0     !        MSSH correction scheme 
     1209   mdtcorr = 1.61     !        MDT  correction 
     1210   mdtcutoff = 65.0   !        MDT cutoff for computed correction 
    12511211   ln_altbias = .false.    ! Logical switch for alt bias 
    12521212   ln_ignmis  = .true.     ! Logical switch for ignoring missing files 
    1253                            !     endailyavtypes   ENACT daily average types 
     1213   endailyavtypes = 820    ! ENACT daily average types - array (use namelist_cfg to set more values) 
    12541214   ln_grid_global = .true. 
    12551215   ln_grid_search_lookup = .false. 
Note: See TracChangeset for help on using the changeset viewer.