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 5989 for branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-12-03T09:10:32+01:00 (8 years ago)
Author:
deazer
Message:

Merging TMB and 25h diagnostics to head of trunk
added brief documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO10_Tidally_Meaned_Diagnostics/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r5260 r5989  
    7272/ 
    7373!----------------------------------------------------------------------- 
    74 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    75 !----------------------------------------------------------------------- 
    76    ln_bt_nn_auto =    .FALSE.          !  Set nn_baro automatically to be just below 
    77                                        !  a user defined maximum courant number (rn_bt_cmax) 
    78    nn_baro       =    30               !  Number of iterations of barotropic mode 
    79 / 
    80 !----------------------------------------------------------------------- 
    8174&namcrs        !   Grid coarsening for dynamics output and/or 
    8275               !   passive tracer coarsened online simulations 
     
    9992   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    10093   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
     94   ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     95 
    10196/ 
    10297!----------------------------------------------------------------------- 
     
    129124/ 
    130125!----------------------------------------------------------------------- 
    131 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     126&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    132127!----------------------------------------------------------------------- 
    133128/ 
     
    158153!          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    159154!          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    160    sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' , '' 
     155   sn_apr     = 'amm12_mslp'     ,          1        ,  'p_msl'      , .false.      , .false. , 'daily'   ,  ''      ,  '' , '' 
    161156 
    162    cn_dir      = './'      !  root directory for the location of the bulk files 
    163    rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     157   cn_dir      = './fluxes/' !  root directory for the location of the bulk files 
     158   rn_pref     = 101000.    !  reference atmospheric pressure   [N/m2]/ 
    164159   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
    165    ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
     160   ln_apr_obc  = .true.    !  inverse barometer added to OBC ssh data 
    166161/ 
    167162!----------------------------------------------------------------------- 
     
    192187   rn_shlat    =     0     !  shlat = 0  !  0 < shlat < 2  !  shlat = 2  !  2 < shlat 
    193188                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    194 / 
    195 !----------------------------------------------------------------------- 
    196 &namcla        !   cross land advection 
    197 !----------------------------------------------------------------------- 
    198 / 
    199 !----------------------------------------------------------------------- 
    200 &namobc        !   open boundaries parameters                           ("key_obc") 
    201 !----------------------------------------------------------------------- 
    202189/ 
    203190!----------------------------------------------------------------------- 
     
    279266&namtra_adv    !   advection scheme for tracer 
    280267!----------------------------------------------------------------------- 
     268   ln_traadv_fct =  .true.   !  FCT scheme 
     269      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     270      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     271      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     272      !                             !        (number of sub-timestep = nn_fct_zts) 
    281273/ 
    282274!----------------------------------------------------------------------- 
     
    287279&namtra_ldf    !   lateral diffusion scheme for tracers 
    288280!---------------------------------------------------------------------------------- 
    289    ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    290    ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    291    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    292    rn_aht_0         =    50.    !  horizontal eddy diffusivity for tracers [m2/s] 
     281   !                       !  Operator type: 
     282   ln_traldf_lap   =  .true.   !    laplacian operator 
     283   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     284   !                       !  Direction of action: 
     285   ln_traldf_lev   =  .false.  !  iso-level 
     286   ln_traldf_hor   =  .true.   !  horizontal (geopotential) 
     287   ln_traldf_iso   =  .false.  !  iso-neutral 
     288   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     289   ! 
     290   !                       !  iso-neutral options:         
     291   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     292   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     293   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     294   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     295   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     296   ! 
     297   !                       !  Coefficients: 
     298   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     299   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     300   !                                !   =  0           constant  
     301   !                                !   = 10 F(k)      =ldf_c1d  
     302   !                                !   = 20 F(i,j)    =ldf_c2d  
     303   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     304   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     305   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     306   rn_aht_0        =   50.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     307   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     308/ 
     309!---------------------------------------------------------------------------------- 
     310&namtra_ldfeiv !   eddy induced velocity param. 
     311!---------------------------------------------------------------------------------- 
     312   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    293313/ 
    294314!----------------------------------------------------------------------- 
     
    304324&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    305325!----------------------------------------------------------------------- 
     326   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     327   ln_dynvor_ens = .false. !  energy conserving scheme 
     328   ln_dynvor_mix = .false. !  mixed scheme 
     329   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     330      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    306331/ 
    307332!----------------------------------------------------------------------- 
     
    312337/ 
    313338!----------------------------------------------------------------------- 
    314 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    315 !----------------------------------------------------------------------- 
    316 !                          !  explicit free surface                     ("key_dynspg_exp") 
    317 !                          !  filtered free surface                     ("key_dynspg_flt") 
    318 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    319  
     339&namdyn_spg    !   surface pressure gradient  
     340!----------------------------------------------------------------------- 
     341   ln_dynspg_ts   = .true.    ! split-explicit free surface 
     342      ln_bt_auto    = .false.   ! Number of sub-step defined from: 
     343         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     344/ 
    320345!----------------------------------------------------------------------- 
    321346&namdyn_ldf    !   lateral diffusion on momentum 
    322347!----------------------------------------------------------------------- 
    323348   !                       !  Type of the operator : 
    324    ln_dynldf_bilap  =  .true.   !  bilaplacian operator 
    325    ln_dynldf_lap    =  .false.  !  bilaplacian operator 
     349   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     350   ln_dynldf_lap =  .false.    !    laplacian operator 
     351   ln_dynldf_blp =  .true.     !  bilaplacian operator 
    326352   !                       !  Direction of action  : 
    327    ln_dynldf_level  =  .true.   !  iso-level 
    328    ln_dynldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" in s-coord.) 
    329                            !  Coefficient 
    330    rn_ahm_0_lap     = 60.0      !  horizontal laplacian eddy viscosity   [m2/s] 
    331    rn_ahm_0_blp     = -1.0e+10  !  horizontal bilaplacian eddy viscosity [m4/s] 
     353   ln_dynldf_lev =  .true.     !  iso-level 
     354   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     355   ln_dynldf_iso =  .false.    !  iso-neutral 
     356   !                       !  Coefficient 
     357   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     358   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     359   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     360   !                                !  =  0  constant  
     361   !                                !  = 10  F(k)=c1d 
     362   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     363   !                                !  = 30  F(i,j,k)=c2d*c1d 
     364   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     365   rn_ahm_0      =     60.     !  horizontal laplacian eddy viscosity   [m2/s] 
     366   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     367   rn_bhm_0      = 1.0e+10     !  horizontal bilaplacian eddy viscosity [m4/s] 
     368   ! 
     369   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    332370/ 
    333371!----------------------------------------------------------------------- 
     
    347385!----------------------------------------------------------------------- 
    348386/ 
    349 !------------------------------------------------------------------------ 
    350 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    351 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    352 / 
    353387!----------------------------------------------------------------------- 
    354388&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    367401/ 
    368402!----------------------------------------------------------------------- 
    369 &namsol        !   elliptic solver / island / free surface 
    370 !----------------------------------------------------------------------- 
    371 / 
    372 !----------------------------------------------------------------------- 
    373403&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
    374404!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.