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

source: branches/2015/dev_r5776_UKMO2_OBS_efficiency_improvs/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg @ 6041

Last change on this file since 6041 was 6041, checked in by timgraham, 8 years ago

Merged head of trunk into branch

File size: 5.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   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&namcrs        !   Grid coarsening for dynamics output and/or
53               !   passive tracer coarsened online simulations
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namctl        !   Control prints & Benchmark
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namsbc        !   Surface Boundary Condition (surface module)
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namsbc_sas    !   analytical surface boundary condition
66!-----------------------------------------------------------------------
67/     
68!-----------------------------------------------------------------------
69&namsbc_core   !   namsbc_core  CORE bulk formulae
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namsbc_ssr    !   surface boundary condition : sea surface restoring
74!-----------------------------------------------------------------------
75/     
76!-----------------------------------------------------------------------
77&namsbc_alb    !   albedo parameters
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&namlbc        !   lateral momentum boundary condition
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&nameos        !   ocean physical parameters
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
90!-----------------------------------------------------------------------
91/
Note: See TracBrowser for help on using the repository browser.