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/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2015-12-03T09:10:32+01:00 (9 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/SHARED/namelist_top_ref

    r5260 r5989  
    2121                           !                  = 2 calendar parameters read in the restart file 
    2222   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     23   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts 
    2324   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     25   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts 
    2426/ 
    2527!----------------------------------------------------------------------- 
     
    3941&namtrc_adv    !   advection scheme for passive tracer  
    4042!----------------------------------------------------------------------- 
    41    ln_trcadv_cen2    =  .false.  !  2nd order centered scheme    
    42    ln_trcadv_tvd     =  .true.  !  TVD scheme 
    43    ln_trcadv_muscl   =  .false.   !  MUSCL scheme 
    44    ln_trcadv_muscl2  =  .false.  !  MUSCL2 scheme + cen2 at boundaries 
    45    ln_trcadv_ubs     =  .false.  !  UBS scheme 
    46    ln_trcadv_qck     =  .false.  !  QUICKEST scheme 
    47    ln_trcadv_msc_ups =  .false.  !  use upstream scheme within muscl 
     43   ln_trcadv_cen =  .false.  !  2nd order centered scheme 
     44      nn_cen_h   =  4               !  =2/4, horizontal 2nd order CEN / 4th order CEN 
     45      nn_cen_v   =  4               !  =2/4, vertical   2nd order CEN / 4th order COMPACT 
     46   ln_trcadv_fct =  .false.  !  FCT scheme 
     47      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
     48      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
     49      nn_fct_zts =  0               !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
     50      !                             !        (number of sub-timestep = nn_fct_zts) 
     51   ln_trcadv_mus =  .false.  !  MUSCL scheme 
     52      ln_mus_ups =  .false.         !  use upstream scheme near river mouths 
     53   ln_trcadv_ubs =  .false.  !  UBS scheme 
     54      nn_ubs_v   =  2               !  =2  , vertical 2nd order FCT 
     55   ln_trcadv_qck =  .false.  !  QUICKEST scheme 
    4856/ 
    4957!----------------------------------------------------------------------- 
    5058&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5159!----------------------------------------------------------------------- 
    52    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    53 !                               !  Type of the operator :  
    54    ln_trcldf_lap    =  .true.   !     laplacian operator        
    55    ln_trcldf_bilap  =  .false.  !     bilaplacian operator      
    56                                 !  Direction of action  : 
    57    ln_trcldf_level  =  .false.  !     iso-level                 
    58    ln_trcldf_hor    =  .false.  !     horizontal (geopotential)         (require "key_ldfslp" when ln_sco=T) 
    59    ln_trcldf_iso    =  .true.   !     iso-neutral                       (require "key_ldfslp") 
    60 !                               !  Coefficient 
    61    rn_ahtrc_0       =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    62    rn_ahtrb_0       =     0.    !     background eddy diffusivity for ldf_iso [m2/s] 
     60!                          !  Type of the operator:   
     61   ln_trcldf_lap   =  .true.   !    laplacian operator 
     62   ln_trcldf_blp   =  .false.  !  bilaplacian operator 
     63   !                       !  Direction of action: 
     64   ln_trcldf_lev   =  .false.  !  iso-level 
     65   ln_trcldf_hor   =  .false.  !  horizontal (geopotential) 
     66   ln_trcldf_iso   =  .true.   !  iso-neutral (standard operator) 
     67   ln_trcldf_triad =  .false.  !  iso-neutral (triad    operator) 
     68   !                       !  Coefficient  
     69   rn_ahtrc_0      = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     70   rn_bhtrc_0      = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    6371/ 
    6472!----------------------------------------------------------------------- 
     
    8088                           !                   =2 no damping in the mixed  layer (rho crieria) 
    8189   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0) 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namtrc_ice       !    Representation of sea ice growth & melt effects 
     93!----------------------------------------------------------------------- 
     94   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     95                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     96                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     97                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
    8298/ 
    8399!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.