!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
!! NEMO/OCE :   Configuration namelist_cfg used to overwrite defaults value defined in namelist_ref
!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco )
!!              2 - diagnostics      (namnc4)
!!              3 - miscellaneous    (nammpp, namctl)
!!
!! namelist skeleton : egrep -E '(^/ *$|^! *$|^ *$|&nam.*|!---.*|!! .*|!!==.*|!!>>>.*)' namelist_ref > namelist_skl
!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
!-----------------------------------------------------------------------
&namrun        !   parameters of the run
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namdom        !   space and time domain (bathymetry, mesh, timestep)
!-----------------------------------------------------------------------
   ln_read_cfg = .false.
   nn_bathy    =    1      ! = 0 compute analyticaly
                           ! = 1 read the bathymetry file
                           ! = 2 compute from external bathymetry
                           ! = 3 compute from parent (if "key_agrif")
   nn_interp   =    1                          ! type of interpolation (nn_bathy =2)
   cn_domcfg   =  'domain_cfg.nc'                
   cn_topo     =  'bathy_meter.nc'  ! external topo file (nn_bathy =2)
   cn_bath     =  'Bathymetry'                 ! topo name in file  (nn_bathy =2)
   cn_lon      =  'lon'                    ! lon  name in file  (nn_bathy =2)
   cn_lat      =  'lat'                    ! lat  name in file  (nn_bathy =2)
   rn_scale    =    1
   rn_bathy    =      0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
   jphgr_msh   =       1               !  type of horizontal mesh
  ppglam0     =      21.55             !  longitude of first raw and column T-point (jphgr_msh = 1)
   ppgphi0     =     56.94             ! latitude  of first raw and column T-point (jphgr_msh = 1)
   ppe1_deg    =     0.0167             !  zonal      grid-spacing (degrees)
   ppe2_deg    =     0.0083            !  meridional grid-spacing (degrees)
   ppe1_m      =    0.0167             !  zonal      grid-spacing 
   ppe2_m      =    0.0083             !  meridional grid-spacing 
   ppsur       =    999999  !  ORCA r4, r2 and r05 coefficients
   ppa0        =    999999  ! (default coefficients)
   ppa1        =    999999   !
  ppkth       =       85.  !
   ppacr       =       3.0            !
   ppdzmin     =       1.             !  Minimum vertical spacing
   pphmax      =      135.             !  Maximum depth
   ldbletanh   =    .false.             !  Use/do not use double tanf function for vertical coordinates
   ppa2        =      999999.!  Double tanh function parameters
   ppkth2      =      999999. !
   ppacr2      =      999999. !
/
!-----------------------------------------------------------------------
&namcfg        !   parameters of the configuration
!-----------------------------------------------------------------------
   !
   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
   !                       !      ===>>> will become the only possibility in v4.0
   !                       ! =F : e3 analytical derivative of depth function
   !                       !      only there for backward compatibility test with v3.6
      !                      ! if ln_e3_dep = T
      ln_dept_mid = .true.  ! =T : set T points in the middle of cells
   !                       !
   cp_cfg      =  "EST_0.5nm"   !  name of the configuration
   jp_cfg      =       0   !  resolution of the configuration
   jpidta      =     529   !  1st lateral dimension ( >= jpi )
   jpjdta      =     455   !  2nd    "         "    ( >= jpj )
   jpkdta      =     110   !  number of levels      ( >= jpk )
   Ni0glo      =     529   !  1st dimension of global domain --> i =jpidta
   Nj0glo      =     455   !  2nd    -                  -    --> j  =jpjdta
   jpkglo      =     110
   jperio      =     0   !  lateral cond. type (between 0 and 6)
   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
                           !  in netcdf input files, as the start j-row for reading
   ln_domclo = .false.     ! computation of closed sea masks (see namclo)
/
!-----------------------------------------------------------------------
&namzgr        !   vertical coordinate                                  (default: NO selection)
!-----------------------------------------------------------------------
!-----------------------------------------------------------------------
   ln_zco      = .false.   !  z-coordinate - full    steps
   ln_zps      = .true.   !  z-coordinate - partial steps
   ln_sco      = .false.   !  s- or hybrid z-s-coordinate
   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf)
/
!-----------------------------------------------------------------------
&namzgr_isf    !   isf cavity geometry definition
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namagrif      !  AGRIF zoom                                            ("key_agrif")
!-----------------------------------------------------------------------
/
!-----------------------------------------------------------------------
&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
!-----------------------------------------------------------------------
/
