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

source: branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_SAS_LIM3/EXP00/namelist_cfg @ 9169

Last change on this file since 9169 was 9169, checked in by gm, 6 years ago

dev_merge_2017: all SRC: finalize the removal of useless warning when reading namelist_cfg + remove all nn_closea + nn_msh replaced by a logical

  • Property svn:executable set to *
  • Property svn:mime-type set to text/x-fortran
File size: 5.0 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!-----------------------------------------------------------------------
26&namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T)
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&namtsd    !   data : Temperature  & Salinity
31!-----------------------------------------------------------------------
32/
33!-----------------------------------------------------------------------
34&namsbc        !   Surface Boundary Condition (surface module)
35!-----------------------------------------------------------------------
36   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
37/
38!-----------------------------------------------------------------------
39&namsbc_blk   !   namsbc_blk  Bulk formulae
40!-----------------------------------------------------------------------
41   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008)
42/
43!-----------------------------------------------------------------------
44&namsbc_sas    !   Stand-Alone Surface module
45!-----------------------------------------------------------------------
46/     
47!-----------------------------------------------------------------------
48&namsbc_rnf    !   runoffs namelist surface boundary condition
49!-----------------------------------------------------------------------
50/
51!-----------------------------------------------------------------------
52&namsbc_ssr    !   surface boundary condition : sea surface restoring
53!-----------------------------------------------------------------------
54/
55!-----------------------------------------------------------------------
56&namsbc_alb    !   albedo parameters
57!-----------------------------------------------------------------------
58/
59!-----------------------------------------------------------------------
60&namberg       !   iceberg parameters
61!-----------------------------------------------------------------------
62/
63!-----------------------------------------------------------------------
64&namlbc        !   lateral momentum boundary condition
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&nameos        !   ocean physical parameters
69!-----------------------------------------------------------------------
70   ln_teos10    = .true.         !  = Use TEOS-10 equation of state
71/
72!-----------------------------------------------------------------------
73&namtra_adv    !   advection scheme for tracer                          (default: NO selection)
74!-----------------------------------------------------------------------
75   ln_traadv_NONE =  .true.    !  No advection
76/
77!----------------------------------------------------------------------------------
78&namtra_ldf    !   lateral diffusion scheme for tracers
79!----------------------------------------------------------------------------------
80   ln_traldf_lap  =  .NONE.   ! No explicit diffusion
81/
82!-----------------------------------------------------------------------
83&namdyn_adv    !   formulation of the momentum advection
84!-----------------------------------------------------------------------
85   ln_dynadv_NONE =  .true.    !  No advection
86/
87!-----------------------------------------------------------------------
88&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
89!-----------------------------------------------------------------------
90/
91!-----------------------------------------------------------------------
92&namctl        !   Control prints & Benchmark
93!-----------------------------------------------------------------------
94/
Note: See TracBrowser for help on using the repository browser.