New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 6225 for branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg – NEMO

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

Update MPP_BDY_UPDATE branch to be consistent with head of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4704_NOC5_MPP_BDY_UPDATE/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r4667 r6225  
    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 
     
    10297&namsbc_ana    !   analytical surface boundary condition 
    10398!----------------------------------------------------------------------- 
    104    nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    105    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    10699/ 
    107100!----------------------------------------------------------------------- 
     
    126119   sn_prec     = 'forcing_PAPASTATION_1h' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    127120   sn_snow     = 'forcing_PAPASTATION_1h' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    128    ln_2m         = .true.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
     121   rn_zqt      =  2.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    129122/ 
    130123!----------------------------------------------------------------------- 
     
    133126/ 
    134127!----------------------------------------------------------------------- 
    135 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     128&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    136129!----------------------------------------------------------------------- 
    137130/ 
     
    143136&namtra_qsr    !   penetrative solar radiation 
    144137!----------------------------------------------------------------------- 
     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'  , ''       , ''       , '' 
    145141/ 
    146142!----------------------------------------------------------------------- 
     
    174170/ 
    175171!----------------------------------------------------------------------- 
    176 &namcla        !   cross land advection 
    177 !----------------------------------------------------------------------- 
    178 / 
    179 !----------------------------------------------------------------------- 
    180 &namobc        !   open boundaries parameters                           ("key_obc") 
    181 !----------------------------------------------------------------------- 
    182 / 
    183 !----------------------------------------------------------------------- 
    184172&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    185173!----------------------------------------------------------------------- 
     
    207195/ 
    208196!----------------------------------------------------------------------- 
    209 &nambbc        !   bottom temperature boundary condition 
    210 !----------------------------------------------------------------------- 
    211    ln_trabbc   = .false.   !  Apply a geothermal heating at the ocean bottom 
    212    nn_geoflx   =    0      !  geothermal heat flux: = 0 no flux 
     197&nambbc        !   bottom temperature boundary condition                (default: NO) 
     198!----------------------------------------------------------------------- 
    213199/ 
    214200!----------------------------------------------------------------------- 
     
    219205&nameos        !   ocean physical parameters 
    220206!----------------------------------------------------------------------- 
     207   nn_eos      =  0      !  type of equation of state and Brunt-Vaisala frequency 
     208                                 !  =-1, TEOS-10 
     209                                 !  = 0, EOS-80 
     210                                 !  = 1, S-EOS   (simplified eos) 
     211   ln_useCT    = .false. ! use of Conservative Temp. ==> surface CT converted in Pot. Temp. in sbcssm 
    221212/ 
    222213!----------------------------------------------------------------------- 
    223214&namtra_adv    !   advection scheme for tracer 
    224215!----------------------------------------------------------------------- 
     216! C1D : no advection scheme  
    225217/ 
    226218!----------------------------------------------------------------------- 
     
    228220!----------------------------------------------------------------------- 
    229221/ 
    230 !---------------------------------------------------------------------------------- 
     222!----------------------------------------------------------------------- 
    231223&namtra_ldf    !   lateral diffusion scheme for tracers 
    232 !---------------------------------------------------------------------------------- 
    233 !---------------------------------------------------------------------------------- 
    234    ln_traldf_hor    =  .true.   !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
    235    ln_traldf_iso    =  .false.  !  iso-neutral                 (needs "key_ldfslp") 
    236    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    237    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   
    238231/ 
    239232!----------------------------------------------------------------------- 
     
    241234!----------------------------------------------------------------------- 
    242235   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    243    nn_zdmp     =   -1      !  vertical   shape =0    damping throughout the water column 
    244    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    245236/ 
    246237!----------------------------------------------------------------------- 
    247238&namdyn_adv    !   formulation of the momentum advection 
    248239!----------------------------------------------------------------------- 
     240! C1D : no advection scheme  
    249241/ 
    250242!----------------------------------------------------------------------- 
     
    257249/ 
    258250!----------------------------------------------------------------------- 
     251&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
     252!----------------------------------------------------------------------- 
     253/ 
     254!----------------------------------------------------------------------- 
    259255&namdyn_hpg    !   Hydrostatic pressure gradient option 
    260256!----------------------------------------------------------------------- 
    261257/ 
    262258!----------------------------------------------------------------------- 
    263 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    264 !----------------------------------------------------------------------- 
     259&namdyn_spg    !   surface pressure gradient                            (default: NO spg) 
     260!----------------------------------------------------------------------- 
     261/ 
    265262!----------------------------------------------------------------------- 
    266263&namdyn_ldf    !   lateral diffusion on momentum 
     
    271268&namzdf        !   vertical physics 
    272269!----------------------------------------------------------------------- 
    273 !   rn_avm0     =   5.0e-6  !rbb 1.2e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    274 !   rn_avt0     =   5.0e-6  !rbb 1.2e-5  !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    275    ln_zdfevd   = .false. !rbb .true.    !  enhanced vertical diffusion (evd) (T) or not (F) 
     270   ln_zdfevd   = .false.        !  enhanced vertical diffusion (evd) (T) or not (F) 
    276271/ 
    277272!----------------------------------------------------------------------- 
     
    283278!----------------------------------------------------------------------- 
    284279/ 
    285 !------------------------------------------------------------------------ 
    286 &namzdf_kpp    !   K-Profile Parameterization dependent vertical mixing  ("key_zdfkpp", and optionally: 
    287 !------------------------------------------------------------------------ "key_kppcustom" or "key_kpplktb") 
    288 / 
    289280!----------------------------------------------------------------------- 
    290281&namzdf_gls                !   GLS vertical diffusion                   ("key_zdfgls") 
    291282!----------------------------------------------------------------------- 
    292    rn_clim_galp  = 0.267   !  galperin limit 
    293283/ 
    294284!----------------------------------------------------------------------- 
     
    300290!----------------------------------------------------------------------- 
    301291   ln_tmx_itf  = .false.   !  ITF specific parameterisation 
    302 / 
    303 !----------------------------------------------------------------------- 
    304 &namsol        !   elliptic solver / island / free surface 
    305 !----------------------------------------------------------------------- 
    306    nn_solv     =      2    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    307    nn_nmin     =    210    !  minimum of iterations for the SOR solver 
    308    rn_sor      =  1.96     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    309292/ 
    310293!----------------------------------------------------------------------- 
     
    356339!----------------------------------------------------------------------- 
    357340/ 
    358 !----------------------------------------------------------------------- 
    359 &namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed) 
    360 !----------------------------------------------------------------------- 
    361    ln_neptramp       = .false.  ! ramp down Neptune velocity in shallow water 
    362 / 
Note: See TracChangeset for help on using the changeset viewer.