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_ecmwf-lu12_cfg in NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/ERA5_arctic/oce+ice – NEMO

source: NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/EXPREF/ERA5_arctic/oce+ice/namelist_ecmwf-lu12_cfg @ 13676

Last change on this file since 13676 was 13676, checked in by laurent, 3 years ago

Setting up the new STATION_ASF with sea-ice support

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