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.
namelist_cfg in branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00 – NEMO

source: branches/2015/dev_r5803_NOC_WAD/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg @ 5870

Last change on this file since 5870 was 5870, checked in by acc, 8 years ago

Branch 2015/dev_r5803_NOC_WAD. Merge in trunk changes from 5803 to 5869 in preparation for merge. Also tidied and reorganised some wetting and drying code. Renamed wadlmt.F90 to wetdry.F90. Wetting drying code changes restricted to domzgr.F90, domvvl.F90 nemogcm.F90 sshwzv.F90, dynspg_ts.F90, wetdry.F90 and dynhpg.F90. Code passes full SETTE tests with ln_wd=.false.. Still awaiting test case for checking with ln_wd=.false.

File size: 5.4 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      =  "ORCA2_SAS"  !  experience name
8   nn_it000    =       1       !  first time step
9   nn_itend    =     100       !  last  time step (std 5475)
10/
11!-----------------------------------------------------------------------
12&namcfg        !   parameters of the configuration
13!-----------------------------------------------------------------------
14   cp_cfg      =  "orca"               !  name of the configuration
15   jp_cfg      =       2               !  resolution of the configuration
16   jpidta      =     182               !  1st lateral dimension ( >= jpi )
17   jpjdta      =     149               !  2nd    "         "    ( >= jpj )
18   jpkdta      =      31               !  number of levels      ( >= jpk )
19   jpiglo      =     182               !  1st dimension of global domain --> i =jpidta
20   jpjglo      =     149               !  2nd    -                  -    --> j  =jpjdta
21   jpizoom     =       1               !  left bottom (i,j) indices of the zoom
22   jpjzoom     =       1               !  in data domain indices
23   jperio      =       4               !  lateral cond. type (between 0 and 6)
24/
25!-----------------------------------------------------------------------
26&namzgr        !   vertical coordinate
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&namdom        !   space and time domain (bathymetry, mesh, timestep)
31!-----------------------------------------------------------------------
32   jphgr_msh   =       0               !  type of horizontal mesh
33   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
34   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
35   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
36   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
37   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
38   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
39   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
40   ppa0        =     255.58049070440   ! (default coefficients)
41   ppa1        =     245.58132232490   !
42   ppkth       =      21.43336197938   !
43   ppacr       =       3.0             !
44   ppdzmin     =  999999.              !  Minimum vertical spacing
45   pphmax      =  999999.              !  Maximum depth
46   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
47   ppa2        =  999999.              !  Double tanh function parameters
48   ppkth2      =  999999.              !
49   ppacr2      =  999999.              !
50/
51!-----------------------------------------------------------------------
52&namsplit      !   time splitting parameters                            ("key_dynspg_ts")
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namcrs        !   Grid coarsening for dynamics output and/or
57               !   passive tracer coarsened online simulations
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namctl        !   Control prints & Benchmark
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namsbc        !   Surface Boundary Condition (surface module)
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namsbc_sas    !   analytical surface boundary condition
70!-----------------------------------------------------------------------
71/     
72!-----------------------------------------------------------------------
73&namsbc_core   !   namsbc_core  CORE bulk formulae
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&namsbc_ssr    !   surface boundary condition : sea surface restoring
78!-----------------------------------------------------------------------
79/     
80!-----------------------------------------------------------------------
81&namsbc_alb    !   albedo parameters
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&namlbc        !   lateral momentum boundary condition
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&nameos        !   ocean physical parameters
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
94!-----------------------------------------------------------------------
95/
Note: See TracBrowser for help on using the repository browser.