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 5759 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-09-24T08:35:56+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.1: phasing the improvements/simplifications of diffusive trend: namelist and keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r4995 r5759  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
     8   nn_no       =       0   !  job number (no more used...) 
     9   cn_exp      =  "ORCA2"  !  experience name 
     10   nn_it000    =       1   !  first time step 
     11   nn_itend    =      30   !  last  time step (std 5475) 
     12   nn_date0    =  010101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1) 
     13   nn_leapy    =       0   !  Leap year calendar (1) or not (0) 
     14   ln_rstart   = .false.   !  start from rest (F) or from a restart file (T) 
     15   nn_euler    =       1   !  = 0 : start with forward time step if ln_rstart=T 
     16   nn_rstctl   =       0   !  restart control ==> activated only if ln_rstart=T 
     17                           !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist 
     18                           !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart 
     19                           !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart 
     20   cn_ocerst_in  = "restart"   !  suffix of ocean restart name (input) 
     21   cn_ocerst_indir = "."       !  directory from which to read input ocean restarts 
     22   cn_ocerst_out = "restart"   !  suffix of ocean restart name (output) 
     23   cn_ocerst_outdir = "."      !  directory in which to write output ocean restarts 
     24   nn_istate   =       0   !  output the initial state (1) or not (0) 
     25   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F) 
     26   nn_stock    =    5475   !  frequency of creation of a restart file (modulo referenced to 1) 
     27   nn_write    =    15   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     28   ln_clobber  = .true.   !  clobber (overwrite) an existing file 
    829/ 
    930!----------------------------------------------------------------------- 
     
    123144&namtra_ldf    !   lateral diffusion scheme for tracers 
    124145!---------------------------------------------------------------------------------- 
    125 / 
    126 !----------------------------------------------------------------------- 
     146   !                       !  Operator type: 
     147   ln_traldf_lap   =  .true.   !    laplacian operator 
     148   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     149   !                       !  Direction of action: 
     150   ln_traldf_lev   =  .false.  !  iso-level 
     151   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     152   ln_traldf_iso   =  .false.  !  iso-neutral (Standard operator) 
     153   ln_traldf_triad =  .true.   !  iso-neutral (Triads   operator) 
     154   ! 
     155   !                       !  iso-neutral options:         
     156   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     157   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     158   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     159   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     160   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     161   ! 
     162   !                       !  Coefficients: 
     163   nn_aht_ijk_t    = 21        !  space/time variation of eddy coef 
     164   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     165   !                                !   =  0           constant  
     166   !                                !   = 10 F(k)      =ldf_c1d  
     167   !                                !   = 20 F(i,j)    =ldf_c2d  
     168   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     169   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     170   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     171   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     172   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     173/ 
     174!---------------------------------------------------------------------------------- 
     175&namtra_ldfeiv !   eddy induced velocity param. 
     176!---------------------------------------------------------------------------------- 
     177   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     178   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     179   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     180   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     181   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     182   !                                !   =  0           constant  
     183   !                                !   = 10 F(k)      =ldf_c1d  
     184   !                                !   = 20 F(i,j)    =ldf_c2d  
     185   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     186   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     187/!----------------------------------------------------------------------- 
    127188&namtra_dmp    !   tracer: T & S newtonian damping 
    128189!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.