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.
3_namelist_cfg in utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg – NEMO

source: utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/3_namelist_cfg @ 13163

Last change on this file since 13163 was 13163, checked in by rblod, 4 years ago

#2129 : suppress ln_bry_south

File size: 5.5 KB
Line 
1!! NEMO/OCE :   Configuration namelist_cfg used to overwrite defaults value defined in namelist_ref
2!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
3!! NEMO/OCE  :  1 - Domain & run manager (namrun, namcfg, namdom, namzgr, namzgr_sco )
4!!              2 - diagnostics      (namnc4)
5!!              3 - miscellaneous    (nammpp, namctl)
6!!
7!! namelist skeleton : egrep -E '(^/ *$|^! *$|^ *$|&nam.*|!---.*|!! .*|!!==.*|!!>>>.*)' namelist_ref > namelist_skl
8!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
9!-----------------------------------------------------------------------
10&namrun        !   parameters of the run
11!-----------------------------------------------------------------------
12/
13!-----------------------------------------------------------------------
14&namdom        !   space and time domain (bathymetry, mesh, timestep)
15!-----------------------------------------------------------------------
16   nn_bathy = 2
17                           !  or compute (2) from external bathymetry
18   nn_interp = 1
19   cn_topo = 'GEBCO_2020.nc'
20   cn_bath = 'elevation'
21   cn_lon = 'lon'
22   cn_lat = 'lat'
23   rn_scale = -1
24   rn_bathy    =    0.     !  value of the bathymetry. if (=0) bottom flat at jpkm1
25   jphgr_msh   =       0               !  type of horizontal mesh
26   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
27   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
28   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
29   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
30   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
31   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
32   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
33   ppa0        =     255.58049070440   ! (default coefficients)
34   ppa1        =     245.58132232490   !
35   ppkth       =      21.43336197938   !
36   ppacr       =       3.0             !
37   ppdzmin     =  999999.              !  Minimum vertical spacing
38   pphmax      =  999999.              !  Maximum depth
39   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
40   ppa2        =  999999.              !  Double tanh function parameters
41   ppkth2      =  999999.              !
42   ppacr2      =  999999.              !
43/
44!-----------------------------------------------------------------------
45&namcfg        !   parameters of the configuration
46!-----------------------------------------------------------------------
47   !
48   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
49   !                       !      ===>>> will become the only possibility in v4.0
50   !                       ! =F : e3 analytical derivative of depth function
51   !                       !      only there for backward compatibility test with v3.6
52   !                       !
53   cp_cfg = 'dumb'
54   jp_cfg      =       2   !  resolution of the configuration
55   jpidta = 542
56   jpjdta = 107
57   jpkdta      =      31   !  number of levels      ( >= jpk )
58   jpiglo = 542
59   jpjglo = 107
60   jperio = 1
61   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
62                           !  in netcdf input files, as the start j-row for reading
63   ln_domclo = .false.     ! computation of closed sea masks (see namclo)
64/
65!-----------------------------------------------------------------------
66&namzgr        !   vertical coordinate                                  (default: NO selection)
67!-----------------------------------------------------------------------
68!-----------------------------------------------------------------------
69   ln_zco      = .false.   !  z-coordinate - full    steps
70   ln_zps      = .true.   !  z-coordinate - partial steps
71   ln_sco      = .false.   !  s- or hybrid z-s-coordinate
72   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf)
73/
74!-----------------------------------------------------------------------
75&namzgr_isf    !   isf cavity geometry definition
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
79&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
88!-----------------------------------------------------------------------
89/
90!-----------------------------------------------------------------------
91&namagrif      !  AGRIF zoom                                            ("key_agrif")
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
100!-----------------------------------------------------------------------
101jpni = 0
102jpnj=0
103/
Note: See TracBrowser for help on using the repository browser.