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/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00 – NEMO

source: branches/2017/dev_CNRS_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg @ 8882

Last change on this file since 8882 was 8882, checked in by flavoni, 6 years ago

dev_CNRS_2017 branch: merged dev_r7881_ENHANCE09_RK3 with trunk r8864

  • Property svn:executable set to *
  • Property svn:mime-type set to text/x-fortran
File size: 5.1 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!
5!-----------------------------------------------------------------------
6&namrun        !   parameters of the run
7!-----------------------------------------------------------------------
8   nn_no       =       0   !  job number (no more used...)
9   cn_exp      =  "ORCA2_SAS"  !  experience name
10   nn_it000    =       1   !  first time step
11   nn_itend    =     100   !  last  time step (std 5475)
12/
13!-----------------------------------------------------------------------
14&namcfg     !   parameters of the configuration
15!-----------------------------------------------------------------------
16   ln_read_cfg = .true.    !  (=T) read the domain configuration file
17      !                    !  (=F) user defined configuration  ==>>>  see usrdef(_...) modules
18      cn_domcfg = "ORCA_R2_zps_domcfg"    ! domain configuration filename
19/
20!-----------------------------------------------------------------------
21&namdom        !   space and time domain (bathymetry, mesh, timestep)
22!-----------------------------------------------------------------------
23   ln_linssh   = .true.   !  =T  linear free surface  ==>>  model level are fixed in time
24   !
25   nn_msh      =    0      !  create (>0) a mesh file or not (=0)
26   !
27/
28!-----------------------------------------------------------------------
29&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namtsd    !   data : Temperature  & Salinity
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namsbc        !   Surface Boundary Condition (surface module)
38!-----------------------------------------------------------------------
39   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
40/
41!-----------------------------------------------------------------------
42&namsbc_blk   !   namsbc_blk  Bulk formulae
43!-----------------------------------------------------------------------
44   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
45/
46!-----------------------------------------------------------------------
47&namsbc_sas    !   Stand-Alone Surface module
48!-----------------------------------------------------------------------
49/     
50!-----------------------------------------------------------------------
51&namsbc_rnf    !   runoffs namelist surface boundary condition
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namsbc_ssr    !   surface boundary condition : sea surface restoring
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namsbc_alb    !   albedo parameters
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namberg       !   iceberg parameters
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&namlbc        !   lateral momentum boundary condition
68!-----------------------------------------------------------------------
69/
70!-----------------------------------------------------------------------
71&nameos        !   ocean physical parameters
72!-----------------------------------------------------------------------
73   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
74/
75!-----------------------------------------------------------------------
76&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
77!-----------------------------------------------------------------------
78   ln_traadv_NONE =  .true.    !  No advection
79/
80!----------------------------------------------------------------------------------
81&namtra_ldf    !   lateral diffusion scheme for tracers
82!----------------------------------------------------------------------------------
83   ln_traldf_lap  =  .NONE.   ! No explicit diffusion
84/
85!-----------------------------------------------------------------------
86&namdyn_adv    !   formulation of the momentum advection
87!-----------------------------------------------------------------------
88   ln_dynadv_NONE =  .true.    !  No advection
89/
90!-----------------------------------------------------------------------
91&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&namctl        !   Control prints & Benchmark
96!-----------------------------------------------------------------------
97/
Note: See TracBrowser for help on using the repository browser.