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/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00 – NEMO

source: branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg @ 6624

Last change on this file since 6624 was 6624, checked in by gm, 8 years ago

#1692 - branch SIMPLIF_2_usrdef: add domain_cfg.nc file which includes jperio, and vert. coord. logicals. +code cleaning

File size: 4.2 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/
17!-----------------------------------------------------------------------
18&namzgr        !   vertical coordinate
19!-----------------------------------------------------------------------
20   ln_zco      = .true.    !  z-coordinate - full    steps
21   ln_linssh   = .true.    !  linear free surface
22/
23!-----------------------------------------------------------------------
24&namdom        !   space and time domain (bathymetry, mesh, timestep)
25!-----------------------------------------------------------------------
26   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
27   ppa0        =     255.58049070440   ! (default coefficients)
28   ppa1        =     245.58132232490   !
29   ppkth       =      21.43336197938   !
30   ppacr       =       3.0             !
31   ppdzmin     =  999999.              !  Minimum vertical spacing
32   pphmax      =  999999.              !  Maximum depth
33   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
34   ppa2        =  999999.              !  Double tanh function parameters
35   ppkth2      =  999999.              !
36   ppacr2      =  999999.              !
37/
38!-----------------------------------------------------------------------
39&namcrs        !   Grid coarsening for dynamics output and/or
40               !   passive tracer coarsened online simulations
41!-----------------------------------------------------------------------
42/
43!-----------------------------------------------------------------------
44&namctl        !   Control prints & Benchmark
45!-----------------------------------------------------------------------
46/
47!-----------------------------------------------------------------------
48&namsbc        !   Surface Boundary Condition (surface module)
49!-----------------------------------------------------------------------
50   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
51/
52!-----------------------------------------------------------------------
53&namsbc_sas    !   analytical surface boundary condition
54!-----------------------------------------------------------------------
55/     
56!-----------------------------------------------------------------------
57&namsbc_core   !   namsbc_core  CORE bulk formulae
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namsbc_ssr    !   surface boundary condition : sea surface restoring
62!-----------------------------------------------------------------------
63/     
64!-----------------------------------------------------------------------
65&namsbc_alb    !   albedo parameters
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namlbc        !   lateral momentum boundary condition
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&nameos        !   ocean physical parameters
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
78!-----------------------------------------------------------------------
79/
Note: See TracBrowser for help on using the repository browser.