-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig_plot.yaml.example
More file actions
59 lines (57 loc) · 1.66 KB
/
config_plot.yaml.example
File metadata and controls
59 lines (57 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
dataset:
files: '/glade/work/kavulich/MPAS/tutorial/120km_global/rundir/diag.2025-05-08_00.00.00.nc'
gridfile: '/glade/work/kavulich/MPAS/tutorial/120km_global/rundir/x1.40962.static.nc'
#gridfile: '/glade/work/kavulich/MPAS/tutorial/120km_global/rundir/x1.40962.init.nc'
vars:
t2m:
source: native
plot:
lakes:
scale: '10m'
enable: False
color: 'lightblue'
precipw:
source: native
rainnc:
source: native
refl10cm_1km:
source: native
plot:
colormap: radar_refl
plot:
# {var} = Variable name
# {lev} = Variable level
# {varln} = Variable "long name" (not recommended for filenames since these often contain spaces)
# {units} = Variable units
# {filename} = Name of file being read for plotted data
# {fnme} = Name of file (minus extension) being read for plotted data
# {date} = The date of plotted data, in %Y-%m-%d format
# {time} = The time of plotted data, in %H:%M:%S format
filename: 'tutorial_data/{var}_lev{lev}_{date}_{time}.png'
title:
text: 'Plot of {varln}, level {lev} for MPAS forecast, {date} {time}'
fontsize: 8
edges:
# color: black
color: face
# set width to 0 to have no borders
width: 0.1
boundaries:
detail: 0
scale: '10m'
color: 'k'
linewidth: 0.5
coastlines:
scale: '10m'
color: 'k'
linewidth: 0.2
colorbar:
orientation: vertical
label: 'Units: {units}'
fontsize: 8
# Colormap for output from Matplotlib. Reference: https://matplotlib.org/stable/gallery/color/colormap_reference.html
colormap: "viridis"
dpi: 300
figwidth: 5
projection:
projection: PlateCarree