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