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 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r5407 r6808  
    3030&namzgr        !   vertical coordinate 
    3131!----------------------------------------------------------------------- 
     32   ln_zps      = .true.    !  z-coordinate - partial steps 
    3233/ 
    3334!----------------------------------------------------------------------- 
     
    4142   rn_bathy    = 4198.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
    4243   nn_msh      =    0      !  create (=1) a mesh file or not (=0) 
    43    rn_rdt      =  360.     !  time step for the dynamics (and tracer if nn_acc=0) 
    44    rn_rdtmin   =  360.     !  minimum time step on tracers (used if nn_acc=1) 
    45    rn_rdtmax   =  360.     !  maximum time step on tracers (used if nn_acc=1) 
     44   rn_rdt      =  360.     !  time step for the dynamics  
    4645   jphgr_msh   =       1                 !  type of horizontal mesh 
    4746   ppglam0     =    -150.0               !  longitude of first raw and column T-point (jphgr_msh = 1) 
     
    6463/ 
    6564!----------------------------------------------------------------------- 
    66 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    67 !----------------------------------------------------------------------- 
    68 / 
    69 !----------------------------------------------------------------------- 
    7065&namcrs        !   Grid coarsening for dynamics output and/or 
    7166               !   passive tracer coarsened online simulations 
     
    141136&namtra_qsr    !   penetrative solar radiation 
    142137!----------------------------------------------------------------------- 
     138!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     139!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     140   sn_chl      ='chlorophyll_PAPASTATION', -1    , 'CHLA'    ,   .true.     , .true. , 'yearly'  , ''       , ''       , '' 
    143141/ 
    144142!----------------------------------------------------------------------- 
     
    172170/ 
    173171!----------------------------------------------------------------------- 
    174 &namcla        !   cross land advection 
    175 !----------------------------------------------------------------------- 
    176 / 
    177 !----------------------------------------------------------------------- 
    178 &namobc        !   open boundaries parameters                           ("key_obc") 
    179 !----------------------------------------------------------------------- 
    180 / 
    181 !----------------------------------------------------------------------- 
    182172&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    183173!----------------------------------------------------------------------- 
     
    205195/ 
    206196!----------------------------------------------------------------------- 
    207 &nambbc        !   bottom temperature boundary condition 
    208 !----------------------------------------------------------------------- 
    209    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    210    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     197&nambbc        !   bottom temperature boundary condition                (default: NO) 
     198!----------------------------------------------------------------------- 
    211199/ 
    212200!----------------------------------------------------------------------- 
     
    226214&namtra_adv    !   advection scheme for tracer 
    227215!----------------------------------------------------------------------- 
     216! C1D : no advection scheme  
    228217/ 
    229218!----------------------------------------------------------------------- 
     
    231220!----------------------------------------------------------------------- 
    232221/ 
    233 !---------------------------------------------------------------------------------- 
     222!----------------------------------------------------------------------- 
    234223&namtra_ldf    !   lateral diffusion scheme for tracers 
    235 !---------------------------------------------------------------------------------- 
    236 !---------------------------------------------------------------------------------- 
    237    ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    238    ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    239    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    240    rn_aht_0         =     0.    !  horizontal eddy diffusivity for tracers [m2/s] 
     224!----------------------------------------------------------------------- 
     225! C1D : no lateral diffusion   
     226/ 
     227!----------------------------------------------------------------------- 
     228&namtra_ldfeiv !   eddy induced velocity param. 
     229!----------------------------------------------------------------------- 
     230! C1D : no eiv   
    241231/ 
    242232!----------------------------------------------------------------------- 
     
    248238&namdyn_adv    !   formulation of the momentum advection 
    249239!----------------------------------------------------------------------- 
     240! C1D : no advection scheme  
    250241/ 
    251242!----------------------------------------------------------------------- 
     
    266257/ 
    267258!----------------------------------------------------------------------- 
    268 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    269 !----------------------------------------------------------------------- 
     259&namdyn_spg    !   surface pressure gradient                            (default: NO spg) 
     260!----------------------------------------------------------------------- 
     261/ 
    270262!----------------------------------------------------------------------- 
    271263&namdyn_ldf    !   lateral diffusion on momentum 
     
    286278!----------------------------------------------------------------------- 
    287279/ 
    288 !------------------------------------------------------------------------ 
    289 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    290 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    291 / 
    292280!----------------------------------------------------------------------- 
    293281&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
     
    302290!----------------------------------------------------------------------- 
    303291   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    304 / 
    305 !----------------------------------------------------------------------- 
    306 &namsol        !   elliptic solver / island / free surface 
    307 !----------------------------------------------------------------------- 
    308    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    309    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    310    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    311292/ 
    312293!----------------------------------------------------------------------- 
     
    358339!----------------------------------------------------------------------- 
    359340/ 
    360 !----------------------------------------------------------------------- 
    361 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    362 !----------------------------------------------------------------------- 
    363    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    364 / 
Note: See TracChangeset for help on using the changeset viewer.