Skip to content

Commit

Permalink
RRFS: add cloud-base height and correct the ceiling-exp2 handle (#231)
Browse files Browse the repository at this point in the history
* Adding plots of cloud-base height for RRFS applications

* Updating the NCL handle for the ceiling-exp2 field
  • Loading branch information
jaymes-kenyon authored Oct 30, 2023
1 parent e5bf0d5 commit 29fd63c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion adb_graphics/default_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ ceilexp: # Ceiling - experimental
ceilexp2: # Ceiling - experimental no.2
ua:
<<: *ceil
ncl_name: HGT_P0_L2_{grid}
ncl_name: CEIL_P0_L2_{grid}
title: Ceiling (exp-2)
cfrzr: # Categorical Freezing Rain
sfc:
Expand Down Expand Up @@ -379,6 +379,11 @@ cin: # Surface Convective Inhibition
sfclt:
<<: *sfc_cin
title: Surface CIN < -50
cloudbase: # Cloud-base height
ua:
<<: *ceil
ncl_name: HGT_P0_L2_{grid}
title: Cloud-Base Height
cloudcover:
bndylay: &cld_cover # PBL ... 1 km Cloud Cover
clevs: [2, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 95]
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 @@ -28,6 +28,8 @@ hourly:
- ua
cin:
- sfc
cloudbase:
- ua
cloudcover:
- bndylay
- high
Expand Down

0 comments on commit 29fd63c

Please sign in to comment.