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_LIM/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_LIM/EXP00/namelist_cfg

    r4990 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    =    1050   !  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_stocklist = 0,0,0,0,0,0,0,0,0,0 ! List of timesteps when a restart file is to be written 
     28   nn_write    =    105   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     29   ln_dimgnnn  = .false.   !  DIMG file format: 1 file for all processors (F) or by processor (T) 
     30   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%) 
     31   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard 
     32   ln_clobber  = .true.   !  clobber (overwrite) an existing file 
     33   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines) 
    834/ 
    935!----------------------------------------------------------------------- 
     
    127153&namtra_ldf    !   lateral diffusion scheme for tracers 
    128154!---------------------------------------------------------------------------------- 
    129 / 
    130 !----------------------------------------------------------------------- 
     155   !                       !  Operator type: 
     156   ln_traldf_lap   =  .true.   !    laplacian operator 
     157   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     158   !                       !  Direction of action: 
     159   ln_traldf_lev   =  .false.  !  iso-level 
     160   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     161   ln_traldf_iso   =  .true.   !  iso-neutral 
     162   ln_traldf_triad =  .false.  !  iso-neutral using Griffies triads 
     163   ! 
     164   !                       !  iso-neutral options:         
     165   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     166   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     167   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML     (triad only) 
     168   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     169   ln_botmix_triad =  .false.  !  lateral mixing on bottom         (triad only) 
     170   ! 
     171   !                       !  Coefficients: 
     172   nn_aht_ijk_t    = 21        !  space/time variation of eddy coef 
     173   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     174   !                                !   =  0           constant  
     175   !                                !   = 10 F(k)      =ldf_c1d  
     176   !                                !   = 20 F(i,j)    =ldf_c2d  
     177   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     178   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     179   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     180   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     181   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     182/ 
     183!---------------------------------------------------------------------------------- 
     184&namtra_ldfeiv !   eddy induced velocity param. 
     185!---------------------------------------------------------------------------------- 
     186   ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     187   ln_ldfeiv_dia =.true.   ! diagnose eiv stream function and velocities 
     188   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     189   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     190   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     191   !                                !   =  0           constant  
     192   !                                !   = 10 F(k)      =ldf_c1d  
     193   !                                !   = 20 F(i,j)    =ldf_c2d  
     194   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     195   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     196/!----------------------------------------------------------------------- 
    131197&namtra_dmp    !   tracer: T & S newtonian damping 
    132198!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.