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

source: trunk/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg @ 6489

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

#1687 fixed. Namelist changes required.

File size: 5.3 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   ln_zco      = .true.    !  z-coordinate - full    steps
29   ln_linssh   = .true.    !  linear free surface
30/
31!-----------------------------------------------------------------------
32&namdom        !   space and time domain (bathymetry, mesh, timestep)
33!-----------------------------------------------------------------------
34   jphgr_msh   =       0               !  type of horizontal mesh
35   ppglam0     =  999999.0             !  longitude of first raw and column T-point (jphgr_msh = 1)
36   ppgphi0     =  999999.0             ! latitude  of first raw and column T-point (jphgr_msh = 1)
37   ppe1_deg    =  999999.0             !  zonal      grid-spacing (degrees)
38   ppe2_deg    =  999999.0             !  meridional grid-spacing (degrees)
39   ppe1_m      =  999999.0             !  zonal      grid-spacing (degrees)
40   ppe2_m      =  999999.0             !  meridional grid-spacing (degrees)
41   ppsur       =   -4762.96143546300   !  ORCA r4, r2 and r05 coefficients
42   ppa0        =     255.58049070440   ! (default coefficients)
43   ppa1        =     245.58132232490   !
44   ppkth       =      21.43336197938   !
45   ppacr       =       3.0             !
46   ppdzmin     =  999999.              !  Minimum vertical spacing
47   pphmax      =  999999.              !  Maximum depth
48   ldbletanh   =  .FALSE.              !  Use/do not use double tanf function for vertical coordinates
49   ppa2        =  999999.              !  Double tanh function parameters
50   ppkth2      =  999999.              !
51   ppacr2      =  999999.              !
52/
53!-----------------------------------------------------------------------
54&namcrs        !   Grid coarsening for dynamics output and/or
55               !   passive tracer coarsened online simulations
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namctl        !   Control prints & Benchmark
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namsbc        !   Surface Boundary Condition (surface module)
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namsbc_sas    !   analytical surface boundary condition
68!-----------------------------------------------------------------------
69/     
70!-----------------------------------------------------------------------
71&namsbc_core   !   namsbc_core  CORE bulk formulae
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&namsbc_ssr    !   surface boundary condition : sea surface restoring
76!-----------------------------------------------------------------------
77/     
78!-----------------------------------------------------------------------
79&namsbc_alb    !   albedo parameters
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&namlbc        !   lateral momentum boundary condition
84!-----------------------------------------------------------------------
85/
86!-----------------------------------------------------------------------
87&nameos        !   ocean physical parameters
88!-----------------------------------------------------------------------
89   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
90/
91!-----------------------------------------------------------------------
92&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
93!-----------------------------------------------------------------------
94/
Note: See TracBrowser for help on using the repository browser.