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 13204 for utils/tools/DOMAINcfg/namelist_cfg – NEMO

Ignore:
Timestamp:
2020-07-02T10:38:35+02:00 (4 years ago)
Author:
smasson
Message:

tools: update with tools_dev_r12970_AGRIF_CMEMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/namelist_cfg

    r12414 r13204  
    1515&namdom        !   space and time domain (bathymetry, mesh, timestep) 
    1616!----------------------------------------------------------------------- 
     17   nn_bathy    =    1      !  compute analyticaly (=0) or read (=1) the bathymetry file 
     18                           !  or compute (2) from external bathymetry 
     19   nn_interp   =    1                          ! type of interpolation (nn_bathy =2)                        
     20   cn_topo     =  'bathymetry_ORCA12_V3.3.nc'  ! external topo file (nn_bathy =2) 
     21   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2) 
     22   cn_lon      =  'nav_lon'                    ! lon  name in file  (nn_bathy =2) 
     23   cn_lat      =  'nav_lat'                    ! lat  name in file  (nn_bathy =2) 
     24   rn_scale    = 1 
     25   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1 
     26   jphgr_msh   =       0               !  type of horizontal mesh 
     27   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1) 
     28   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1) 
     29   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees) 
     30   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees) 
     31   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees) 
     32   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees) 
     33   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients 
     34   ppa0        =     255.58049070440   ! (default coefficients) 
     35   ppa1        =     245.58132232490   ! 
     36   ppkth       =      21.43336197938   ! 
     37   ppacr       =       3.0             ! 
     38   ppdzmin     =  999999.              !  Minimum vertical spacing 
     39   pphmax      =  999999.              !  Maximum depth 
     40   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates 
     41   ppa2        =  999999.              !  Double tanh function parameters 
     42   ppkth2      =  999999.              ! 
     43   ppacr2      =  999999.              ! 
    1744/ 
    1845!----------------------------------------------------------------------- 
    1946&namcfg        !   parameters of the configuration 
    2047!----------------------------------------------------------------------- 
     48   ! 
     49   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens. 
     50   !                       !      ===>>> will become the only possibility in v4.0 
     51   !                       ! =F : e3 analytical derivative of depth function 
     52   !                       !      only there for backward compatibility test with v3.6 
     53   !                       ! 
     54   cp_cfg      =  "orca"   !  name of the configuration 
     55   jp_cfg      =       2   !  resolution of the configuration 
     56   jpidta      =     182   !  1st lateral dimension ( >= jpi ) 
     57   jpjdta      =     149   !  2nd    "         "    ( >= jpj ) 
     58   jpkdta      =      31   !  number of levels      ( >= jpk ) 
     59   jpiglo      =     182   !  1st dimension of global domain --> i =jpidta 
     60   jpjglo      =     149   !  2nd    -                  -    --> j  =jpjdta 
     61   jperio      =       4   !  lateral cond. type (between 0 and 6) 
     62   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present 
     63                           !  in netcdf input files, as the start j-row for reading 
     64   ln_domclo = .false.     ! computation of closed sea masks (see namclo) 
    2165/ 
    2266!----------------------------------------------------------------------- 
    2367&namzgr        !   vertical coordinate                                  (default: NO selection) 
    2468!----------------------------------------------------------------------- 
     69!----------------------------------------------------------------------- 
     70   ln_zco      = .false.   !  z-coordinate - full    steps 
     71   ln_zps      = .true.   !  z-coordinate - partial steps 
     72   ln_sco      = .false.   !  s- or hybrid z-s-coordinate 
     73   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf) 
    2574/ 
    2675!----------------------------------------------------------------------- 
     
    4594/ 
    4695!----------------------------------------------------------------------- 
    47 &nambdy        !  unstructured open boundaries                          (default: OFF) 
    48 !----------------------------------------------------------------------- 
    49 / 
    50 !----------------------------------------------------------------------- 
    5196&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4") 
    5297!----------------------------------------------------------------------- 
     
    55100&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
    56101!----------------------------------------------------------------------- 
     102jpni = 0 
     103jpnj=0 
    57104/ 
    58 !----------------------------------------------------------------------- 
    59 &namctl        !   Control prints                                       (default: OFF) 
    60 !----------------------------------------------------------------------- 
    61 / 
Note: See TracChangeset for help on using the changeset viewer.