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 NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/tests/STATION_ASF/EXPREF/namelist_cfg @ 11838

Last change on this file since 11838 was 11834, checked in by laurent, 4 years ago

Adding "EXPREF" directory for "STATION_ASF" new test-case.

File size: 23.8 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! NEMO/OCE  Configuration namelist : overwrite default values defined in SHARED/namelist_ref
3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
4!!             STATION_ASF
5!!======================================================================
6!!              ***  Domain & Run management namelists  ***           !!
7!!                                                                    !!
8!!   namrun       parameters of the run
9!!   namdom       space and time domain
10!!   namcfg       parameters of the configuration                       (default: user defined GYRE)
11!!   namwad       Wetting and drying                                    (default: OFF)
12!!   namtsd       data: temperature & salinity                          (default: OFF)
13!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T)
14!!   namc1d       1D configuration options                              ("key_c1d")
15!!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d")
16!!   namc1d_uvd   1D data (currents)                                    ("key_c1d")
17!!======================================================================
18!
19!-----------------------------------------------------------------------
20&namusr_def    !   STATION_ASF user defined namelist
21!-----------------------------------------------------------------------
22   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!)
23/
24!-----------------------------------------------------------------------
25&namrun        !   parameters of the run
26!-----------------------------------------------------------------------
27   nn_no       =       0   !  Assimilation cycle index
28   cn_exp      =  'STATION_ASF-COARE3p6'  !  experience name
29   nn_it000    =    1   !  first time step
30   nn_itend    =    8760   !  last  time step (std 5840)
31   nn_date0    =    20180101   !  date at nit_0000 (format yyyymmdd) used if ln_rstart=F or (ln_rstart=T and nn_rstctl=0 or 1)
32   nn_time0    =       0   !  initial time of day in hhmm
33   nn_leapy    =       0   !  Leap year calendar (1) or not (0)
34   ln_rstart   =  .false.   !  start from rest (F) or from a restart file (T)
35      nn_euler    =    1      !  = 0 : start with forward time step if ln_rstart=T
36      nn_rstctl   = 2      !  restart control ==> activated only if ln_rstart=T
37      !                          !    = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
38      !                          !    = 1 nn_date0 read in namelist ; nn_it000 : check consistancy between namelist and restart
39      !                          !    = 2 nn_date0 read in restart  ; nn_it000 : check consistancy between namelist and restart
40      cn_ocerst_in    = ''   !  suffix of ocean restart name (input)
41      cn_ocerst_indir = ''         !  directory from which to read input ocean restarts
42      cn_ocerst_out   = 'restart_oce'   !  suffix of ocean restart name (output)
43      cn_ocerst_outdir = './'         !  directory in which to write output ocean restarts
44   ln_iscpl    = .false.   !  cavity evolution forcing or coupling to ice sheet model
45   nn_istate   =       0   !  output the initial state (1) or not (0)
46   ln_rst_list = .false.   !  output restarts at list of times using nn_stocklist (T) or at set frequency with nn_stock (F)
47   nn_stock    =    8760   ! 1year @ dt=3600 s / frequency of creation of a restart file (modulo referenced to 1)
48   nn_write    =    8760   ! 1year @ dt=3600 s / frequency of write in the output file   (modulo referenced to nn_it000)
49   ln_mskland  = .false.   !  mask land points in NetCDF outputs (costly: + ~15%)
50   ln_cfmeta   = .false.   !  output additional data to netCDF files required for compliance with the CF metadata standard
51   ln_clobber  = .true.    !  clobber (overwrite) an existing file
52   nn_chunksz  =       0   !  chunksize (bytes) for NetCDF file (works only with iom_nf90 routines)
53   ln_xios_read = .false.  !  use XIOS to read restart file (only for a single file restart)
54   nn_wxios = 0      !  use XIOS to write restart file 0 - no, 1 - single file output, 2 - multiple file output
55/
56!-----------------------------------------------------------------------
57&namdom        !   time and space domain / STATION_ASF
58!-----------------------------------------------------------------------
59   rn_rdt      =  3600.    !  time step for the dynamics and tracer => frequency of atmospheric forcing
60   ln_meshmask = .false.
61   ln_linssh   = .true.    !  =T  linear free surface  ==>>  model level are fixed in time
62/
63!-----------------------------------------------------------------------
64&namcfg        !   parameters of the configuration                      (default: use namusr_def in namelist_cfg)
65!-----------------------------------------------------------------------
66/
67!-----------------------------------------------------------------------
68&namc1d        !   1D configuration options / STATION_ASF               ("key_c1d" default: PAPA station)
69!-----------------------------------------------------------------------
70   rn_lat1d    =      50.1 !  Column latitude
71   rn_lon1d    =    215.1  !  Column longitude
72   ln_c1d_locpt =  .true.  ! Localization of 1D config in a grid (T) or independant point (F)
73/
74!-----------------------------------------------------------------------
75&namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF)
76!-----------------------------------------------------------------------
77   ln_dyndmp   =  .false.  !  add a damping term (T) or not (F)
78/
79!-----------------------------------------------------------------------
80&namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF)
81!-----------------------------------------------------------------------
82   !                       !  =T read U-V fields for:
83   ln_uvd_init   = .false.       !  ocean initialisation
84   ln_uvd_dyndmp = .false.       !  U-V restoring
85
86   cn_dir      = './'      !  root directory for the U-V data location
87   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
88   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
89   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
90   sn_ucur     = 'ucurrent'              ,         -1.       ,'u_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Ume'   , ''
91   sn_vcur     = 'vcurrent'              ,         -1.       ,'v_current',   .false.   , .true. , 'monthly' ,  ''              ,  'Vme'   , ''
92/
93
94!!======================================================================
95!!            ***  Surface Boundary Condition namelists  ***          !!
96!!                                                                    !!
97!!                           STATION_ASF case                         !!
98!!                                                                    !!
99!!   namsbc          surface boundary condition manager                 (default: NO selection)
100!!   namsbc_flx      flux               formulation                     (ln_flx     =T)
101!!   namsbc_blk      Bulk formulae formulation                          (ln_blk     =T)
102!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3" )
103!!   namsbc_sas      Stand-Alone Surface module                         (SAS_SRC  only)
104!!   namsbc_iif      Ice-IF: use observed ice cover                     (nn_ice = 1   )
105!!   namsbc_ssr      sea surface restoring term (for T and/or S)        (ln_ssr     =T)
106!!   namsbc_rnf      river runoffs                                      (ln_rnf     =T)
107!!   namsbc_apr      Atmospheric Pressure                               (ln_apr_dyn =T)
108!!   namsbc_wave     external fields from wave model                    (ln_wave    =T)
109!!   namberg         iceberg floats                                     (ln_icebergs=T)
110!!======================================================================
111!
112!-----------------------------------------------------------------------
113&namsbc        !   Surface Boundary Condition manager                   (default: NO selection)
114!-----------------------------------------------------------------------
115   nn_fsbc     = 1         !!LOLO!  frequency of SBC module call
116   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
117/
118!-----------------------------------------------------------------------
119&namsbc_blk    !   namsbc_blk  generic Bulk formula / STATION_ASF       (ln_blk =T)
120!-----------------------------------------------------------------------
121   !                    !  bulk algorithm :
122   ln_NCAR      = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008)
123   ln_COARE_3p0 = .false.   ! "COARE 3.0" algorithm   (Fairall et al. 2003)
124   ln_COARE_3p6 = .true.    ! "COARE 3.5" algorithm   (Edson et al. 2013)
125   ln_ECMWF     = .false.   ! "ECMWF"     algorithm   (IFS cycle 31)
126      rn_zqt      =  2.     !  Air temperature & humidity reference height (m)
127      rn_zu       = 10.     !  Wind vector reference height (m)
128      !
129      ! Skin is ONLY available in ECMWF and COARE algorithms:
130      ln_skin_cs = .true.   !  use the cool-skin parameterization => set nn_fsbc=1 and ln_dm2dc=.true.!
131      ln_skin_wl = .true.   !  use the warm-layer        "        => set nn_fsbc=1 and ln_dm2dc=.true.!
132      !
133      ln_humi_sph = .false. !  humidity specified below in "sn_humi" is specific humidity     [kg/kg] if .true.
134      ln_humi_dpt = .false. !  humidity specified below in "sn_humi" is dew-point temperature   [K]   if .true.
135      ln_humi_rlh = .true.  !  humidity specified below in "sn_humi" is relative humidity       [%]   if .true.
136   !
137   cn_dir = './FATM/'  !  root directory for the bulk data location
138   !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________!
139   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !       weights filename               ! rotation ! land/sea mask !
140   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   !
141   !sn_wndi     = 'forcing_LOLO'   ,  1    , 'sowinu10',   .true.     , .false. , 'yearly'  , ''   ,''   , ''
142   !sn_wndj     = 'forcing_LOLO'   ,  1    , 'sowinv10',   .true.     , .false. , 'yearly'  , ''   ,''   , ''
143   !sn_qsr      = 'forcing_LOLO'   ,  1    , 'sosudosw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
144   !sn_qlw      = 'forcing_LOLO'   ,  1    , 'sosudolw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
145   !sn_tair     = 'forcing_LOLO'   ,  1    , 'sotemair',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
146   !sn_humi     = 'forcing_LOLO'   ,  1    , 'sohumspe',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
147   !sn_prec     = 'forcing_LOLO'   ,  1    , 'sowaprec',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
148   !sn_snow     = 'forcing_LOLO'   ,  1    , 'sososnow',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
149   !sn_slp      = 'forcing_LOLO'   ,  1    , 'somslpre',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
150   !sn_tdif     = 'forcing_LOLO'   , 24    , 'taudif'  ,   .FALSE.    , .FALSE. , 'yearly'  , ''  , ''   , ''
151   !
152   sn_wndi     = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'u_air',    .true.     , .false. , 'yearly'  , ''   ,''   , ''
153   sn_wndj     = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'v_air',    .true.     , .false. , 'yearly'  , ''   ,''   , ''
154   sn_qsr      = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'rad_sw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
155   sn_qlw      = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'rad_lw',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
156   sn_tair     = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 't_air',    .true.     , .false. , 'yearly'  , ''  , ''   , ''
157   sn_humi     = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'rh_air',   .true.     , .false. , 'yearly'  , ''  , ''   , ''
158   sn_prec     = 'Station_PAPA_50N-145W_precip_daily', 24., 'precip',   .false.    , .false. , 'yearly'  , ''  , ''   , ''
159   sn_snow     = 'Station_PAPA_50N-145W_precip_daily', 24., 'snow',     .false.    , .false. , 'yearly'  , ''  , ''   , ''
160   sn_slp      = 'Station_PAPA_50N-145W_atm_hourly',  1.  , 'slp',      .true.     , .false. , 'yearly'  , ''  , ''   , ''
161   sn_tdif     = 'Station_PAPA_50N-145W_atm_hourly', 24.  , 'taudif'  , .false.    , .false. , 'yearly'  , ''  , ''   , ''
162
163/
164!-----------------------------------------------------------------------
165&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3")
166!-----------------------------------------------------------------------
167/
168!-----------------------------------------------------------------------
169&namsbc_sas    !   Stand-Alone Surface boundary condition / STATION_ASF
170!-----------------------------------------------------------------------
171   l_sasread   = .true.    !  =T Read in file ;  =F set all to 0. (see sbcssm)
172      ln_3d_uve   = .false.   !  specify whether we are supplying a 3D u,v and e3 field
173      ln_read_frq = .false.   !  specify whether we must read frq or not
174
175   cn_dir      = './SAS/'     !  root directory for the ocean data location
176   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
177   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
178   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   !
179   !sn_usp      = 'sas_grid_U_PAPA'       ,       120         , 'uos'     ,   .TRUE.    , .TRUE. , 'yearly'  ,    ''            ,    ''    ,    ''
180   !sn_vsp      = 'sas_grid_V_PAPA'       ,       120         , 'vos'     ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
181   !sn_tem      = 'sas_grid_T_PAPA'       ,       120         , 'sosstsst',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
182   !sn_sal      = 'sas_grid_T_PAPA'       ,       120         , 'sosaline',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
183   !sn_ssh      = 'sas_grid_T_PAPA'       ,       120         , 'sossheig',   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
184   !sn_e3t      = 'sas_grid_T_PAPA'       ,       120         , 'e3t_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
185   !sn_frq      = 'sas_grid_T_PAPA'       ,       120         , 'frq_m'   ,   .true.    , .true. , 'yearly'  ,    ''            ,    ''    ,    ''
186   !
187   sn_usp  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'ssu'     ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
188   sn_vsp  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'ssv'     ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
189   sn_tem  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'sst',        .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
190   sn_sal  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'sss',        .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
191   sn_ssh  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'ssh',        .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
192   sn_e3t  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'e3t_m'   ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
193   sn_frq  = 'Station_PAPA_50N-145W_oce_hourly', 1.         , 'frq_m'   ,   .true.    , .false. , 'yearly'  ,    ''            ,    ''    ,    ''
194/
195!!======================================================================
196!!               ***  Lateral boundary condition  ***                 !!
197!!                                                                    !!
198!!   namlbc        lateral momentum boundary condition                  (default: NO selection)
199!!   namagrif      agrif nested grid   (read by child model only)       ("key_agrif")
200!!   nam_tide      Tidal forcing                                        (default: OFF)
201!!   nambdy        Unstructured open boundaries                         (default: OFF)
202!!   nambdy_dta    Unstructured open boundaries - external data         (see  nambdy)
203!!   nambdy_tide   tidal forcing at open boundaries                     (default: OFF)
204!!======================================================================
205!
206!-----------------------------------------------------------------------
207&namlbc        !   lateral momentum boundary condition                  (default: NO selection)
208!-----------------------------------------------------------------------
209   rn_shlat    =    0.     !  free slip
210/
211!!======================================================================
212!!                ***  Top/Bottom boundary condition  ***             !!
213!!                                                                    !!
214!!   namdrg        top/bottom drag coefficient                          (default: NO selection)
215!!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T)
216!!   namdrg_bot    bottom friction                                      (ln_OFF=F)
217!!   nambbc        bottom temperature boundary condition                (default: OFF)
218!!   nambbl        bottom boundary layer scheme                         (default: OFF)
219!!======================================================================
220!
221!!======================================================================
222!!                        Tracer (T-S) namelists                      !!
223!!                                                                    !!
224!!   nameos        equation of state                                    (default: NO selection)
225!!   namtra_adv    advection scheme                                     (default: NO selection)
226!!   namtra_ldf    lateral diffusion scheme                             (default: NO selection)
227!!   namtra_mle    mixed layer eddy param. (Fox-Kemper param.)          (default: OFF)
228!!   namtra_eiv    eddy induced velocity param.                         (default: OFF)
229!!   namtra_dmp    T & S newtonian damping                              (default: OFF)
230!!======================================================================
231!
232!-----------------------------------------------------------------------
233&nameos        !   ocean Equation Of Seawater                           (default: NO selection)
234!-----------------------------------------------------------------------
235   ln_eos80    = .true.          !  = Use EOS80
236/
237!!======================================================================
238!!                      ***  Dynamics namelists  ***                  !!
239!!                                                                    !!
240!!   nam_vvl       vertical coordinate options                          (default: z-star)
241!!   namdyn_adv    formulation of the momentum advection                (default: NO selection)
242!!   namdyn_vor    advection scheme                                     (default: NO selection)
243!!   namdyn_hpg    hydrostatic pressure gradient                        (default: NO selection)
244!!   namdyn_spg    surface pressure gradient                            (default: NO selection)
245!!   namdyn_ldf    lateral diffusion scheme                             (default: NO selection)
246!!   namdta_dyn    offline TOP: dynamics read in files                  (OFF_SRC only)
247!!======================================================================
248!
249!!======================================================================
250!!                     vertical physics namelists                     !!
251!!                                                                    !!
252!!    namzdf        vertical physics manager                            (default: NO selection)
253!!    namzdf_ric    richardson number vertical mixing                   (ln_zdfric=T)
254!!    namzdf_tke    TKE vertical mixing                                 (ln_zdftke=T)
255!!    namzdf_gls    GLS vertical mixing                                 (ln_zdfgls=T)
256!!    namzdf_osm    OSM vertical diffusion                              (ln_zdfosm=T)
257!!    namzdf_iwm    tidal mixing parameterization                       (ln_zdfiwm=T)
258!!======================================================================
259!
260!!======================================================================
261!!                  ***  Diagnostics namelists  ***                   !!
262!!                                                                    !!
263!!   namtrd       dynamics and/or tracer trends                         (default: OFF)
264!!   namptr       Poleward Transport Diagnostics                        (default: OFF)
265!!   namhsb       Heat and salt budgets                                 (default: OFF)
266!!   namdiu       Cool skin and warm layer models                       (default: OFF)
267!!   namdiu       Cool skin and warm layer models                       (default: OFF)
268!!   namflo       float parameters                                      ("key_float")
269!!   nam_diaharm  Harmonic analysis of tidal constituents               ("key_diaharm")
270!!   namdct       transports through some sections                      ("key_diadct")
271!!   nam_diatmb   Top Middle Bottom Output                              (default: OFF)
272!!   nam_dia25h   25h Mean Output                                       (default: OFF)
273!!   namnc4       netcdf4 chunking and compression settings             ("key_netcdf4")
274!!======================================================================
275!
276!!======================================================================
277!!               ***  Observation & Assimilation  ***                 !!
278!!                                                                    !!
279!!   namobs       observation and model comparison                      (default: OFF)
280!!   nam_asminc   assimilation increments                               ('key_asminc')
281!!======================================================================
282!
283!!======================================================================
284!!                  ***  Miscellaneous namelists  ***                 !!
285!!                                                                    !!
286!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi")
287!!   namctl            Control prints                                   (default: OFF)
288!!   namsto            Stochastic parametrization of EOS                (default: OFF)
289!!======================================================================
290!
291!-----------------------------------------------------------------------
292&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi")
293!-----------------------------------------------------------------------
294   jpni        =   1       !  number of processors following i (set automatically if < 1), see also ln_listonly = T
295   jpnj        =   1       !  number of processors following j (set automatically if < 1), see also ln_listonly = T
296/
297!-----------------------------------------------------------------------
298&namctl        !   Control prints                                       (default: OFF)
299!-----------------------------------------------------------------------
300ln_ctl = .false. !lolo
301/
302!-----------------------------------------------------------------------
303&namsto        ! Stochastic parametrization of EOS                      (default: OFF)
304!-----------------------------------------------------------------------
305/
Note: See TracBrowser for help on using the repository browser.