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

Ignore:
Timestamp:
2015-10-01T15:07:40+02:00 (8 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.2: phasing the improvements/simplifications of advective tracer trend: associated namelist

File:
1 edited

Legend:

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

    r5760 r5771  
    77!!                                    namsbc_cpl, namtra_qsr, namsbc_rnf, 
    88!!                                    namsbc_apr, namsbc_ssr, namsbc_alb) 
    9 !!              4 - lateral boundary (namlbc, namcla, namobc, namagrif, nambdy, nambdy_tide) 
     9!!              4 - lateral boundary (namlbc, namagrif, nambdy, nambdy_tide) 
    1010!!              5 - bottom  boundary (nambfr, nambbc, nambbl) 
    1111!!              6 - Tracer           (nameos, namtra_adv, namtra_ldf, namtra_ldfeiv, namtra_dmp) 
     
    546546!!====================================================================== 
    547547!!   namlbc        lateral momentum boundary condition 
    548 !!   namcla        cross land advection 
    549548!!   namobc        open boundaries parameters                           ("key_obc") 
    550549!!   namagrif      agrif nested grid ( read by child model only )       ("key_agrif") 
     
    559558                           !  free slip  !   partial slip  !   no slip   ! strong slip 
    560559   ln_vorlat   = .false.   !  consistency of vorticity boundary condition with analytical eqs. 
    561 / 
    562 !----------------------------------------------------------------------- 
    563 &namcla        !   cross land advection 
    564 !----------------------------------------------------------------------- 
    565    nn_cla      =    0      !  advection between 2 ocean pts separates by land 
    566 / 
    567 !----------------------------------------------------------------------- 
    568 &namobc        !   open boundaries parameters                           ("key_obc") 
    569 !----------------------------------------------------------------------- 
    570    ln_obc_clim = .false.   !  climatological obc data files (T) or not (F) 
    571    ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F) 
    572    ln_obc_fla  = .false.   !  Flather open boundary condition 
    573    nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state 
    574                            !  = 1 the obc data are read in 'obc.dta' files 
    575    cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    576                            !  set to monthly if obc datafile hold 1 month of data 
    577    rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary 
    578    rn_dpwin    =    1.     !     -           -         -       west    -      - 
    579    rn_dpnin    =    1.     !     -           -         -       north   -      - 
    580    rn_dpsin    =    1.     !     -           -         -       south   -      - 
    581    rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary 
    582    rn_dpwob    =   15.     !     -           -         -     west    -      - 
    583    rn_dpnob    = 3000.     !     -           -         -     north   -      - 
    584    rn_dpsob    =   15.     !     -           -         -     south   -      - 
    585    rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R) 
    586                            !  = 1 the total volume remains constant 
    587560/ 
    588561!----------------------------------------------------------------------- 
     
    755728&namtra_adv    !   advection scheme for tracer 
    756729!----------------------------------------------------------------------- 
    757    ln_traadv_cen2   =  .false.   !  2nd order centered scheme 
    758    ln_traadv_tvd    =  .true.    !  TVD scheme 
    759    ln_traadv_muscl  =  .false.   !  MUSCL scheme 
    760    ln_traadv_muscl2 =  .false.   !  MUSCL2 scheme + cen2 at boundaries 
    761    ln_traadv_ubs    =  .false.   !  UBS scheme 
    762    ln_traadv_qck    =  .false.   !  QUICKEST scheme 
    763    ln_traadv_msc_ups=  .false.   !  use upstream scheme within muscl 
    764    ln_traadv_tvd_zts=  .false.  !  TVD scheme with sub-timestepping of vertical tracer advection 
     730   ln_traadv_cen =  .false.  !  2nd order centered scheme 
     731      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     732      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     733   ln_traadv_fct =  .false.  !  FCT scheme 
     734      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     735      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     736      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     737      !                             !        (number of sub-timestep = nn_fct_zts) 
     738   ln_traadv_mus =  .false.  !  MUSCL scheme 
     739      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     740   ln_traadv_ubs =  .false.  !  UBS scheme 
     741      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     742   ln_traadv_qck =  .false.  !  QUICKEST scheme 
    765743/ 
    766744!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.