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/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg @ 3954

Last change on this file since 3954 was 3954, checked in by clevy, 11 years ago

Configuration setting/Step2, additions, see ticket:#1074

File size: 2.9 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&namzgr        !   vertical coordinate
13!-----------------------------------------------------------------------
14/
15!-----------------------------------------------------------------------
16&namdom        !   space and time domain (bathymetry, mesh, timestep)
17!-----------------------------------------------------------------------
18/
19!-----------------------------------------------------------------------
20&namsbc        !   Surface Boundary Condition (surface module)
21!-----------------------------------------------------------------------
22/
23!-----------------------------------------------------------------------
24&namsbc_sas    !   analytical surface boundary condition
25!-----------------------------------------------------------------------
26/     
27!-----------------------------------------------------------------------
28&namsbc_core   !   namsbc_core  CORE bulk formulae
29!-----------------------------------------------------------------------
30/
31!-----------------------------------------------------------------------
32&namsbc_ssr    !   surface boundary condition : sea surface restoring
33!-----------------------------------------------------------------------
34/     
35!-----------------------------------------------------------------------
36&namsbc_alb    !   albedo parameters
37!-----------------------------------------------------------------------
38/
39!-----------------------------------------------------------------------
40&namlbc        !   lateral momentum boundary condition
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namcla        !   cross land advection
45!-----------------------------------------------------------------------
46/
47
48!-----------------------------------------------------------------------
49&nameos        !   ocean physical parameters
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namctl        !   Control prints & Benchmark
58!-----------------------------------------------------------------------
59/
Note: See TracBrowser for help on using the repository browser.