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 5786 – NEMO

Changeset 5786


Ignore:
Timestamp:
2015-10-12T14:52:05+02:00 (9 years ago)
Author:
cetlod
Message:

Simplification branch : minor correction in namelists

Location:
branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r5782 r5786  
    77!----------------------------------------------------------------------- 
    88   cn_exp      = "Agulhas" !  experience name  
    9 nn_itend=150 
     9   nn_itend    =   10950 
    1010   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1) 
    1111   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    12 ln_clobber=.true. 
     12   ln_clobber  =  .true. 
    1313/ 
    1414!----------------------------------------------------------------------- 
     
    153153&namtra_ldf    !   lateral diffusion scheme for tracers 
    154154!----------------------------------------------------------------------- 
     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 (standard operator) 
     162   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     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    = 20        !  space/time variation of eddy coef 
     173   !                                !   =-20 (=-30)    read in eddy_diffusivity_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) 
    155180   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     181   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    156182/ 
    157183!---------------------------------------------------------------------------------- 
     
    233259!----------------------------------------------------------------------- 
    234260&namctl        !   Control prints & Benchmark 
     261!----------------------------------------------------------------------- 
    235262/ 
    236263!----------------------------------------------------------------------- 
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r5782 r5786  
    181181   ln_dynvor_mix = .false. !  mixed scheme 
    182182   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    183       nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    184    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
     183      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     184   ln_dynvor_msk = .true. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    185185/ 
    186186!----------------------------------------------------------------------- 
     
    252252!----------------------------------------------------------------------- 
    253253/ 
     254!----------------------------------------------------------------------- 
     255&namobs       !  observation usage                                      ('key_diaobs') 
     256!----------------------------------------------------------------------- 
     257/ 
     258!----------------------------------------------------------------------- 
     259&nam_asminc   !   assimilation increments                               ('key_asminc') 
     260!----------------------------------------------------------------------- 
     261/ 
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5782 r5786  
    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 
    298/ 
    309!----------------------------------------------------------------------- 
     
    202181   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    203182      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    204    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
     183   ln_dynvor_msk = .true. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    205184/ 
    206185!----------------------------------------------------------------------- 
     
    281260!----------------------------------------------------------------------- 
    282261/ 
     262!----------------------------------------------------------------------- 
     263&namobs       !  observation usage                                      ('key_diaobs') 
     264!----------------------------------------------------------------------- 
     265/ 
     266!----------------------------------------------------------------------- 
     267&nam_asminc   !   assimilation increments                               ('key_asminc') 
     268!----------------------------------------------------------------------- 
     269/ 
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r5778 r5786  
    182182   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
    183183      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
    184    ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
     184   ln_dynvor_msk = .true. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    185185/ 
    186186!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.