Skip to content

Commit

Permalink
RRFS lightning with precip (#245)
Browse files Browse the repository at this point in the history
* Changing AKRange subdomain for Alaska.

* Adding a new plot, which is an amalgamation of a new field (lightning) and 1h total precip.
  • Loading branch information
Brian-Jamison authored Aug 7, 2024
1 parent 980ba75 commit 4c7358c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 15 additions & 2 deletions adb_graphics/default_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,21 @@ ltng: # Lightning
colors: graupel_colors
ncl_name: LTNG_P8_L10_{grid}_max1h
ticks: 0
title: Max Lightning (over prv hr)
unit: mm
unit: strikes / hr
lwtp: # Lightning with total precip
sfc:
clevs: [0.002, 0.01, 0.05, 0.1, 0.25, 0.50, 0.75, 1.0, 2.0]
cmap: gist_ncar
colors: pcp_colors
contours:
ltng_sfc:
colors: black
linewidths: 1.2
ncl_name: APCP_P8_L1_{grid}_acc1h
ticks: 0
title: 1 hr Precip & Lightning
transform: conversions.kgm2_to_in
unit: in
mfrp: # Fire radiative power
sfc:
clevs: [0, 10, 25, 50, 100, 250]
Expand Down
2 changes: 2 additions & 0 deletions image_lists/rrfs_subset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ hourly:
- sfc
ltng:
- sfc
lwtp:
- sfc
mref:
- sfc
pres:
Expand Down

0 comments on commit 4c7358c

Please sign in to comment.