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.
1_namelist_cfg in branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_LIM/EXP00 – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg @ 3954

Last change on this file since 3954 was 3954, checked in by clevy, 11 years ago

Configuration setting/Step2, additions, see ticket:#1074

File size: 10.2 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OPA  :  Configuration namelist used to overwrite SHARED/1_namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!-----------------------------------------------------------------------
5&namrun        !   parameters of the run
6!-----------------------------------------------------------------------
7   cn_exp      = "Agulhas" !  experience name
8   nn_itend    =     480   !  last  time step
9   nn_stock    =   10950   !  frequency of creation of a restart file (modulo referenced to 1)
10   nn_write    =   10950   !  frequency of write in the output file   (modulo referenced to nn_it000)
11/
12!-----------------------------------------------------------------------
13&namzgr        !   vertical coordinate
14!-----------------------------------------------------------------------
15/
16!-----------------------------------------------------------------------
17&namdom        !   space and time domain (bathymetry, mesh, timestep)
18!-----------------------------------------------------------------------   
19   rn_rdt      = 2880.     !  time step for the dynamics (and tracer if nn_acc=0)
20   rn_rdtmin   = 14400.          !  minimum time step on tracers (used if nn_acc=1)
21   rn_rdtmax   = 14400.          !  maximum time step on tracers (used if nn_acc=1)
22/
23!-----------------------------------------------------------------------
24&namtsd    !   data : Temperature  & Salinity
25!-----------------------------------------------------------------------
26   ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F)
27   ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F)
28/
29!-----------------------------------------------------------------------
30&namsbc        !   Surface Boundary Condition (surface module)
31!-----------------------------------------------------------------------
32   nn_ice      = 0         !  =0 no ice boundary condition   ,
33                           !  =1 use observed ice-cover      ,
34                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
35   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf)
36   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
37   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked
38                           !     =1 global mean of e-p-r set to zero at each time step
39                           !     =2 annual global mean of e-p-r set to zero
40                           !     =3 global emp set to zero and spread out over erp area
41/
42!-----------------------------------------------------------------------
43&namsbc_core   !   namsbc_core  CORE bulk formulea
44!-----------------------------------------------------------------------
45!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
46!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
47   sn_wndi = 'u_10.15JUNE2009_orca2'       ,  6  , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_bicub.nc'       , ''
48   sn_wndj = 'v_10.15JUNE2009_orca2'       ,  6  , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_bicub.nc'       , ''
49   sn_qsr  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
50   sn_qlw  = 'ncar_rad.15JUNE2009_orca2'   , 24  , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
51   sn_tair = 't_10.15JUNE2009_orca2'       ,  6  , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
52   sn_humi = 'q_10.15JUNE2009_orca2'       ,  6  , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
53   sn_prec = 'ncar_precip.15JUNE2009_orca2', -1  , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
54   sn_snow = 'ncar_precip.15JUNE2009_orca2', -1  , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
55   sn_tdif = 'taudif_core'                 , 24  , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
56/
57!-----------------------------------------------------------------------
58&namtra_qsr    !   penetrative solar radiation
59!-----------------------------------------------------------------------
60!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation !
61!              !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  !
62   sn_chl      ='chlorophyll',        -1         , 'CHLA'    ,   .true.     , .true. , 'yearly'  , 'weights_bilin.nc'       , ''
63/
64!-----------------------------------------------------------------------
65&namlbc        !   lateral momentum boundary condition
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namcla        !   cross land advection
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namagrif      !  AGRIF zoom                                            ("key_agrif")
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&nambfr        !   bottom friction
78!-----------------------------------------------------------------------
79/
80!-----------------------------------------------------------------------
81&nambbc        !   bottom temperature boundary condition
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&nambbl        !   bottom boundary layer scheme
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&nameos        !   ocean physical parameters
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&namtra_adv    !   advection scheme for tracer
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&namtra_ldf    !   lateral diffusion scheme for tracers
98!-----------------------------------------------------------------------
99
100   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s]
101   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv")
102/
103!-----------------------------------------------------------------------
104&namdyn_adv    !   formulation of the momentum advection
105!-----------------------------------------------------------------------
106
107!-----------------------------------------------------------------------
108&namdyn_vor    !   option of physics/algorithm (not control by CPP keys)
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namdyn_hpg    !   Hydrostatic pressure gradient option
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namdyn_ldf    !   lateral diffusion on momentum
117!-----------------------------------------------------------------------
118   !                       !  Type of the operator :
119   ln_dynldf_lap    =  .false.  !  laplacian operator         
120   ln_dynldf_bilap  =  .true.   !  bilaplacian operator   
121   rn_ahm_0_blp     = -8.5e+11  !  horizontal bilaplacian eddy viscosity [m4/s]
122/
123!-----------------------------------------------------------------------
124&namzdf        !   vertical physics
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namzdf_tke    !   turbulent eddy kinetic dependent vertical diffusion  ("key_zdftke")
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namzdf_ddm    !   double diffusive mixing parameterization             ("key_zdfddm")
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namzdf_tmx    !   tidal mixing parameterization                        ("key_zdftmx")
137!-----------------------------------------------------------------------
138   ln_tmx_itf  = .false.   !  ITF specific parameterisation
139/
140!-----------------------------------------------------------------------
141&namsol        !   elliptic solver / island / free surface
142!-----------------------------------------------------------------------
143/
144!-----------------------------------------------------------------------
145&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi)
146!-----------------------------------------------------------------------
147/
148!-----------------------------------------------------------------------
149&nammpp_dyndist !   Massively Parallel Distribution for AGRIF zoom      ("key_agrif" && "key_mpp_dyndist")
150!-----------------------------------------------------------------------
151/
152!-----------------------------------------------------------------------
153&namctl        !   Control prints & Benchmark
154!-----------------------------------------------------------------------
155/
156!-----------------------------------------------------------------------
157&namptr       !   Poleward Transport Diagnostic
158!-----------------------------------------------------------------------
159/
160!-----------------------------------------------------------------------
161&namhsb       !  Heat and salt budgets
162!-----------------------------------------------------------------------
163/
164!-----------------------------------------------------------------------
165&namdyn_nept  !   Neptune effect (simplified: lateral and vertical diffusions removed)
166!-----------------------------------------------------------------------
167/
Note: See TracBrowser for help on using the repository browser.