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 7005 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM_PISCES – NEMO

Ignore:
Timestamp:
2016-10-07T11:13:00+02:00 (8 years ago)
Author:
flavoni
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r6624 r7005  
    66&namrun        !   parameters of the run 
    77!----------------------------------------------------------------------- 
    8 / 
    9 !----------------------------------------------------------------------- 
    10 &namcfg        !   parameters of the configuration 
    11 !----------------------------------------------------------------------- 
    12    cp_cfg      =  "orca"               !  name of the configuration 
    13    jp_cfg      =       2               !  resolution of the configuration 
     8   nn_no       =       0       !  job number (no more used...) 
     9   cn_exp      =  "ORCA2_PIS"  !  experience name 
     10   nn_it000    =       1       !  first time step 
     11   nn_itend    =    5475       !  last  time step (std 5475) 
     12/ 
     13!----------------------------------------------------------------------- 
     14&namcfg     !   parameters of the configuration 
     15!----------------------------------------------------------------------- 
     16   ln_read_cfg = .true.   !  (=T) read the domain configuration in 'domain_cfg.nc" file 
     17   !                       !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules 
     18   ln_write_cfg= .false.    !  (=T) create the domain configuration file 
     19   ! 
     20   cp_cfg      =  "orca"   !  name of the configuration 
     21   jp_cfg      =       2   !  resolution of the configuration 
     22   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     23   !                       !  in netcdf input files, as the start j-row for reading 
    1424/ 
    1525!----------------------------------------------------------------------- 
     
    1727!----------------------------------------------------------------------- 
    1828   ln_zps      = .true.    !  z-coordinate - partial steps 
    19    ln_linssh   = .true.    !  linear free surface 
    2029/ 
    2130!----------------------------------------------------------------------- 
    2231&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    2332!----------------------------------------------------------------------- 
    24    ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
    25    ppa0        =     255.58049070440   ! (default coefficients) 
    26    ppa1        =     245.58132232490   ! 
    27    ppkth       =      21.43336197938   ! 
    28    ppacr       =       3.0             ! 
    29    ppdzmin     =  999999.              !  Minimum vertical spacing 
    30    pphmax      =  999999.              !  Maximum depth 
    31    ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
    32    ppa2        =  999999.              !  Double tanh function parameters 
    33    ppkth2      =  999999.              ! 
    34    ppacr2      =  999999.              ! 
     33   ln_linssh   = .false.   !  =T  linear free surface  ==>>  model level are fixed in time 
     34   ! 
     35   nn_msh      =    0      !  create (>0) a mesh file or not (=0) 
     36   ! 
    3537/ 
    3638!----------------------------------------------------------------------- 
     
    115117   ln_traldf_lev   =  .false.  !  iso-level 
    116118   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    117    ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
    118    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     119   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     120   ln_traldf_triad =  .false.  !  iso-neutral (Triads   operator) 
    119121   ! 
    120122   !                       !  iso-neutral options:         
     
    152154/ 
    153155!----------------------------------------------------------------------- 
    154 &namtra_dmp    !   tracer: T & S newtonian damping 
     156&namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    155157!----------------------------------------------------------------------- 
    156158/ 
     
    200202   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    201203   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     204   ! 
     205   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    202206/ 
    203207!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.