You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##To use a custom Matplotlib colormap, set “color_map_custom”=True and specify “colors” and "color_levels" like the example below. To use a standard Matplotlib colormap, set “color_map_custom” = False and specify a “color_map”:
Copy file name to clipboardExpand all lines: examples/yaml/control_wrfchem_aircraft_Latestfor_develop_aircraft_testmultiplemodelgroups.yaml
+58-19Lines changed: 58 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@
6
6
analysis:
7
7
start_time: '2019-09-05-12:00:00'#UTC
8
8
end_time: '2019-09-06-00:00:00'#UTC
9
-
output_dir: /wrk/qrasool/output_testaircraft_PR189_uptoviolin_multiplemodels #/wrk/charkins/melodies_monet/NOAA_CSL_main/test_pull_189_aircraft/output #/wrk/charkins/melodies_monet/aircraft/analysis #Opt if not specified plots stored in code directory.
9
+
output_dir: /wrk/qrasool/output_testaircraft_PR189_uptoviolin_multiplemodels_racmesrlvcpFTPnew ##/wrk/qrasool/output_testaircraft_PR189_uptoviolin_multiplemodels #/wrk/charkins/melodies_monet/NOAA_CSL_main/test_pull_189_aircraft/output #/wrk/charkins/melodies_monet/aircraft/analysis #Opt if not specified plots stored in code directory.
files: /wrk/qrasool/FIREX20190905wrfout_Newftp2024/racm_esrl_vcp/* #/wrk/d2/rschwantes/wrf/firex_mech/racm_esrl_vcp/* (above path same as this) ##/wrk/qrasool/firex_mech_qzhu/run_CONUS_fv19_BEIS_1.0xISO_RACM_v4.2.2_racm_berk_vcp_noI_phot_soa/0905/* #/wrk/d2/rschwantes/wrf/firex_mech/qzhu/run_CONUS_fv19_BEIS_1.0xISO_RACM_v4.2.2_racm_berk_vcp_noI_phot_soa/0905/*
15
15
mod_type: 'wrfchem'
16
16
mod_kwargs:
17
17
mech: 'racm_esrl_vcp'
@@ -25,8 +25,8 @@ model:
25
25
variables:
26
26
'pres_pa_mid':
27
27
rename: pressure_model # name to convert this variable to, use 'pressure_model' for aircraft obs
##To use a custom Matplotlib colormap, set “color_map_custom”=True and specify “colors” and "color_levels" like the example below. To use a standard Matplotlib colormap, set “color_map_custom” = False and specify a “color_map”:
"#343434", "#606060", "#8c8c8c", "#b8b8b8", "#e4e4e4"] # Example gradient
265
+
color_levels: 30# Define the number of distinct colors in the color bar (see te numbers of colors in 'colors' key above is matching)
266
+
#color_map: 'Spectral_r' #'jet' # This can be set instead of color_map_custom, color_levels and color_levels to set a colormap defined in matplotlob.
267
+
vmin: 50#in hPa #5000 #120000 #Pressure in Pa #0 #Optional (y-axis limits)
268
+
vmax: 1200# in hPa #120000 #5000 # Optional #need to be edited as per min and max altitude (i.e., vmin and vmax)
269
+
num_levels: 100# Number of vertical levels for interpolation
270
+
interval: 100#hPa #10000 #Pa # Y-axis tick interval in Pa (e.g., ticks every 10,000 Pa)
271
+
pressure_units: 'hPa'#'Pa' (units for y-axis)
272
+
273
+
plot_grp6:
239
274
type: 'taylor'# plot type
240
275
fig_kwargs: #Opt to define figure options
241
276
figsize: [8,8] # figure size if multiple plots
@@ -250,7 +285,8 @@ plots:
250
285
data_proc:
251
286
rem_obs_nan: True # True: Remove all points where model or obs variable is NaN. False: Remove only points where model variable is NaN.
252
287
set_axis: True #If select True, add ty_scale for each variable in obs.
253
-
plot_grp6:
288
+
289
+
plot_grp7:
254
290
type: 'boxplot'# plot type
255
291
fig_kwargs: #Opt to define figure options
256
292
figsize: [8, 6] # figure size
@@ -262,6 +298,8 @@ plots:
262
298
data_proc:
263
299
rem_obs_nan: True # True: Remove all points where model or obs variable is NaN. False: Remove only points where model variable is NaN.
264
300
set_axis: False #If select True, add vmin_plot and vmax_plot for each variable in obs.
301
+
302
+
265
303
stats:
266
304
#Stats require positive numbers, so if you want to calculate temperature use Kelvin!
267
305
#Wind direction has special calculations for AirNow if obs name is 'WD'
@@ -279,4 +317,5 @@ stats:
279
317
domain_name: ['CONUS'] #List of domain names. If domain_type = all domain_name is used in plot title.
280
318
data: ['firexaq_wrfchem_v4.2','firexaq_wrfchem_v4.2_test'] # make this a list of pairs in obs_model where the obs is the obs label and model is the model_label
0 commit comments