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 @ 13024

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

First version of new nesting tools merged with domaincfg, see ticket #2129

File size: 8.8 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&namcrs        !   Grid coarsening for dynamics output and/or
46               !   passive tracer coarsened online simulations
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namtsd    !   data : Temperature  & Salinity
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namsbc        !   Surface Boundary Condition (surface module)
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namsbc_core   !   namsbc_core  CORE bulk formulae
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namtra_qsr    !   penetrative solar radiation
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namsbc_rnf    !   runoffs namelist surface boundary condition
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namsbc_ssr    !   surface boundary condition : sea surface restoring
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&namsbc_alb    !   albedo parameters
75!-----------------------------------------------------------------------
76/
77!-----------------------------------------------------------------------
78&namberg       !   iceberg parameters
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&namlbc        !   lateral momentum boundary condition
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&nambfr        !   bottom friction
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&nambbc        !   bottom temperature boundary condition                (default: NO)
91!-----------------------------------------------------------------------
92   ln_trabbc   = .true.    !  Apply a geothermal heating at the ocean bottom
93/
94!-----------------------------------------------------------------------
95&nambbl        !   bottom boundary layer scheme
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&namcfg        !   parameters of the configuration
100!-----------------------------------------------------------------------
101   !
102   ln_e3_dep   = .true.    ! =T : e3=dk[depth] in discret sens.
103   !                       !      ===>>> will become the only possibility in v4.0
104   !                       ! =F : e3 analytical derivative of depth function
105   !                       !      only there for backward compatibility test with v3.6
106   !                       !
107   cp_cfg = 'dumb'
108   jp_cfg      =       2   !  resolution of the configuration
109   jpidta = 542
110   jpjdta = 107
111   jpkdta      =      31   !  number of levels      ( >= jpk )
112   jpiglo = 542
113   jpjglo = 107
114   jperio = 1
115   ln_use_jattr = .false.  !  use (T) the file attribute: open_ocean_jstart, if present
116                           !  in netcdf input files, as the start j-row for reading
117   ln_domclo = .false.     ! computation of closed sea masks (see namclo)
118/
119!-----------------------------------------------------------------------
120&namzgr        !   vertical coordinate                                  (default: NO selection)
121!-----------------------------------------------------------------------
122!-----------------------------------------------------------------------
123   ln_zco      = .false.   !  z-coordinate - full    steps
124   ln_zps      = .true.   !  z-coordinate - partial steps
125   ln_sco      = .false.   !  s- or hybrid z-s-coordinate
126   ln_isfcav   = .false.   !  ice shelf cavity             (T: see namzgr_isf)
127   ln_linssh   = .true.   !  linear free surface
128/
129!-----------------------------------------------------------------------
130&namzgr_isf    !   isf cavity geometry definition
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namzgr_sco    !   s-coordinate or hybrid z-s-coordinate                (default F)
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&namclo ! (closed sea : need ln_domclo = .true. in namcfg)
139!-----------------------------------------------------------------------
140/
141!-----------------------------------------------------------------------
142&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
143!-----------------------------------------------------------------------
144jpni = 0
145jpnj=0
146/
147!-----------------------------------------------------------------------
148&namagrif      !  AGRIF zoom                                            ("key_agrif")
149   ln_bry_south = .FALSE.
150!-----------------------------------------------------------------------
151/
152!-----------------------------------------------------------------------
153&nambdy        !  unstructured open boundaries                          (default: OFF)
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&namnc4        !   netcdf4 chunking and compression settings            ("key_netcdf4")
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
162!-----------------------------------------------------------------------
163/
164!-----------------------------------------------------------------------
165&namctl        !   Control prints                                       (default: OFF)
166!-----------------------------------------------------------------------
167/
Note: See TracBrowser for help on using the repository browser.