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_andreas_cfg in NEMO/trunk/tests/STATION_ASF/SANITY_CHECK/IDEALIZED/oce – NEMO

source: NEMO/trunk/tests/STATION_ASF/SANITY_CHECK/IDEALIZED/oce/namelist_andreas_cfg @ 14229

Last change on this file since 14229 was 14229, checked in by smasson, 3 years ago

trunk: replace key_mpp_mpi by the opposite key key_mpi_off

File size: 19.7 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!
5!!             STATION_ASF configuration, IDEALIZED forcing
6!!                   ==> meant to be used with forcing from file:
7!!                       "input_output_VALIDATION_IDEALIZED.nc"
8!!
9!!======================================================================
10!!              ***  Domain & Run management namelists  ***           !!
11!!                                                                    !!
12!!   namrun       parameters of the run
13!!   namdom       space and time domain
14!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
15!!   namwad       Wetting and drying                                    (default: OFF)
16!!   namtsd       data: temperature & salinity                          (default: OFF)
17!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
18!!   namc1d       1D configuration options                              ("key_c1d")
19!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
20!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
21!!======================================================================
22!
23!-----------------------------------------------------------------------
24&namusr_def    !   STATION_ASF user defined namelist
25!-----------------------------------------------------------------------
26   rn_dept1    =  1.0   ! depth (m) at which the prescribed SST is taken  == depth of first T point! (IMPORTANT for warm-layer impact, the deeper, the more pronounced!)
27   !                    ! [PAPA station = 1 m]
28/
29!-----------------------------------------------------------------------
30&namrun        !   parameters of the run
31!-----------------------------------------------------------------------
32   cn_exp      =  'STATION_ASF-ANDREAS_IDEALIZED'  !  experience name
33   nn_it000    =    1   !  first time step
34   nn_itend    =       104  !  last  time step => 3 years (including 1 leap!) at dt=3600s
35   nn_date0    = 20200101  !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
36   nn_leapy    =       1   !  Leap year calendar (1) or not (0)
37   !
38   nn_stock    =    104
39   nn_write    =    104
40/
41!-----------------------------------------------------------------------
42&namdom        !   time and space domain / STATION_ASF
43!-----------------------------------------------------------------------
44   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
45   rn_Dt       =  3600.    !  time step for the dynamics and tracer => frequency of atmospheric forcing
46   ln_meshmask = .false.
47/
48!-----------------------------------------------------------------------
49&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
50!-----------------------------------------------------------------------
51/
52!-----------------------------------------------------------------------
53&namc1d        !   1D configuration options / STATION_ASF               ("key_c1d" default: PAPA station)
54!-----------------------------------------------------------------------
55   rn_lat1d    =      50.1 !  Column latitude    [PAPA station]
56   rn_lon1d    =    215.1  !  Column longitude   [PAPA station]
57/
58!-----------------------------------------------------------------------
59&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
60!-----------------------------------------------------------------------
61   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F)
62/
63!-----------------------------------------------------------------------
64&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
65!-----------------------------------------------------------------------
66   !                       !  =T read U-V fields for:
67   ln_uvd_init   = .false.       !  ocean initialisation
68   ln_uvd_dyndmp = .false.       !  U-V restoring
69
70   cn_dir      = './'      !  root directory for the U-V data location
71   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
72   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
73   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
74   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , ''
75   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , ''
76/
77
78!!======================================================================
79!!            ***  Surface Boundary Condition namelists  ***          !!
80!!                                                                    !!
81!!                           STATION_ASF test-case                         !!
82!!                                                                    !!
83!!   namsbc          surface boundary condition manager                 (default: NO selection)
84!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
85!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
86!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
87!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
88!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
89!!   namtra_qsr      penetrative solar radiation                        (ln_traqsr  =T)
90!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
91!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
92!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
93!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
94!!   namberg         iceberg floats                                     (ln_icebergs=T)
95!!======================================================================
96!
97!-----------------------------------------------------------------------
98&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
99!-----------------------------------------------------------------------
100   nn_fsbc     = 1         !!LOLO!  frequency of SBC module call
101   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
102   !
103   nn_ice      = 0  !LOLO  !  =0 no ice boundary condition
104      !                    !  =1 use observed ice-cover                 (  => fill namsbc_iif )
105      !                    !  =2 or 3 for SI3 and CICE, respectively
106   !   
107   ln_dm2dc    = .false.   !#lolo  daily mean to diurnal cycle on short wave
108/
109!-----------------------------------------------------------------------
110&namsbc_blk    !   namsbc_blk  generic Bulk formula / STATION_ASF       (ln_blk =T)
111!-----------------------------------------------------------------------
112   !                    !  bulk algorithm :
113   ln_NCAR      = .false.    ! "NCAR"      algorithm   (Large and Yeager 2008)
114   ln_COARE_3p0 = .false.    ! "COARE 3.0" algorithm   (Fairall et al. 2003)
115   ln_COARE_3p6 = .false.    ! "COARE 3.6" algorithm   (Edson et al. 2013)
116   ln_ECMWF     = .false.    ! "ECMWF"     algorithm   (IFS cycle 45r1)
117   ln_ANDREAS   = .true.     ! "ANDREAS"   algorithm   (Andreas et al. 2015)
118      rn_zqt       =  2.     !  Air temperature & humidity reference height (m)
119      rn_zu        = 10.     !  Wind vector reference height (m)
120      nn_iter_algo = 20      !  Number of iterations in bulk param. algo ("stable ABL + weak wind" requires more)
121      ln_skin_cs   = .false. !  use the cool-skin parameterization
122      ln_skin_wl   = .false. !  use the warm-layer parameterization
123   !
124   ln_humi_sph = .false. !  humidity "sn_humi" is specific humidity  [kg/kg]
125   ln_humi_dpt = .false. !  humidity "sn_humi" is dew-point temperature [K]
126   ln_humi_rlh = .true.  !  humidity "sn_humi" is relative humidity     [%]
127   ln_tair_pot = .false. !  air temperature read in "sn_tair" is already POTENTIAL TEMPERATURE, NOT ABSOLUTE (ECMWF => ln_tair_pot=.false.)
128   !
129   cn_dir      = './'      !  root directory for the bulk data location
130   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
131   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
132   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
133   sn_wndi     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'u10'    ,   .false.   , .true.  , 'yearly'  , ''   ,''   , ''
134   sn_wndj     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'v10'    ,   .false.   , .true.  , 'yearly'  , ''   ,''   , ''
135   sn_qsr      = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'rad_sw' ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
136   sn_qlw      = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'rad_lw' ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
137   sn_tair     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  't_air'  ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
138   sn_humi     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'rh_air' ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
139   sn_prec     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'precip' ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
140   sn_snow     = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'snow'   ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
141   sn_slp      = 'input_output_VALIDATION_IDEALIZED',  1.  ,  'slp'    ,   .false.   , .true.  , 'yearly'  , ''  , ''   , ''
142/
143!-----------------------------------------------------------------------
144&namsbc_abl    !   Atmospheric Boundary Layer formulation           (ln_abl = T)
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namsbc_sas    !   Stand-Alone Surface boundary condition / STATION_ASF
153!-----------------------------------------------------------------------
154   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
155   !
156   cn_dir      = './'      !  root directory for the ocean data location
157   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
158   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
159   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
160   sn_usp  = 'input_output_VALIDATION_IDEALIZED', 1.         , 'ssu'     ,   .false.   , .true.  , 'yearly'  ,    ''            ,    ''    ,    ''
161   sn_vsp  = 'input_output_VALIDATION_IDEALIZED', 1.         , 'ssv'     ,   .false.   , .true.  , 'yearly'  ,    ''            ,    ''    ,    ''
162   sn_tem  = 'input_output_VALIDATION_IDEALIZED', 1.         , 'sst'     ,   .false.   , .true.  , 'yearly'  ,    ''            ,    ''    ,    ''
163   sn_sal  = 'input_output_VALIDATION_IDEALIZED', 1.         , 'sss',        .false.   , .true.  , 'yearly'  ,    ''            ,    ''    ,    ''
164   sn_ssh  = 'input_output_VALIDATION_IDEALIZED', 1.         , 'ssh',        .false.   , .true.  , 'yearly'  ,    ''            ,    ''    ,    ''
165   !!
166/
167!!======================================================================
168!!               ***  Lateral boundary condition  ***                 !!
169!!                                                                    !!
170!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
171!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
172!!   nam_tide      Tidal forcing                                        (default: OFF)
173!!   nambdy        Unstructured open boundaries                         (default: OFF)
174!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
175!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
176!!======================================================================
177!
178!-----------------------------------------------------------------------
179&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
180!-----------------------------------------------------------------------
181   rn_shlat    =    0.     !  free slip
182/
183!!======================================================================
184!!                ***  Top/Bottom boundary condition  ***             !!
185!!                                                                    !!
186!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
187!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
188!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
189!!   nambbc        bottom temperature boundary condition                (default: OFF)
190!!   nambbl        bottom boundary layer scheme                         (default: OFF)
191!!======================================================================
192!
193!!======================================================================
194!!                        Tracer (T-S) namelists                      !!
195!!                                                                    !!
196!!   nameos        equation of state                                    (default: NO selection)
197!!   namtra_adv    advection scheme                                     (default: NO selection)
198!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
199!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
200!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
201!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
202!!======================================================================
203!
204!-----------------------------------------------------------------------
205&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
206!-----------------------------------------------------------------------
207   ln_eos80    = .true.         !  = Use EOS80
208/
209!!======================================================================
210!!                      ***  Dynamics namelists  ***                  !!
211!!                                                                    !!
212!!   nam_vvl       vertical coordinate options                          (default: z-star)
213!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
214!!   namdyn_vor    advection scheme                                     (default: NO selection)
215!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
216!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
217!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
218!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
219!!======================================================================
220!
221!!======================================================================
222!!                     vertical physics namelists                     !!
223!!                                                                    !!
224!!    namzdf        vertical physics manager                            (default: NO selection)
225!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
226!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
227!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
228!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
229!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
230!!======================================================================
231!
232!!======================================================================
233!!                  ***  Diagnostics namelists  ***                   !!
234!!                                                                    !!
235!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
236!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
237!!   namhsb       Heat and salt budgets                                 (default: OFF)
238!!   namdiu       Cool skin and warm layer models                       (default: OFF)
239!!   namdiu       Cool skin and warm layer models                       (default: OFF)
240!!   namflo       float parameters                                      (default: OFF)
241!!   nam_diaharm  Harmonic analysis of tidal constituents               (default: OFF)
242!!   nam_diadct   transports through some sections                      (default: OFF)
243!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
244!!   nam_dia25h   25h Mean Output                                       (default: OFF)
245!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
246!!======================================================================
247!
248!!======================================================================
249!!               ***  Observation & Assimilation  ***                 !!
250!!                                                                    !!
251!!   namobs       observation and model comparison                      (default: OFF)
252!!   nam_asminc   assimilation increments                               ('key_asminc')
253!!======================================================================
254!
255!!======================================================================
256!!                  ***  Miscellaneous namelists  ***                 !!
257!!                                                                    !!
258!!   nammpp            Massively Parallel Processing
259!!   namctl            Control prints                                   (default: OFF)
260!!   namsto            Stochastic parametrization of EOS                (default: OFF)
261!!======================================================================
262!
263!-----------------------------------------------------------------------
264&nammpp        !   Massively Parallel Processing
265!-----------------------------------------------------------------------
266/
267!-----------------------------------------------------------------------
268&namctl        !   Control prints                                       (default: OFF)
269!-----------------------------------------------------------------------
270/
271!-----------------------------------------------------------------------
272&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
273!-----------------------------------------------------------------------
274/
Note: See TracBrowser for help on using the repository browser.