Skip to content

Commit

Permalink
Add model-name dependence for some cloud-related fields. (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymes-kenyon authored Feb 29, 2024
1 parent b20b149 commit b603826
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions adb_graphics/default_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,12 @@ ceilexp: # Ceiling - experimental
ceilexp2: # Ceiling - experimental no.2
ua:
<<: *ceil
ncl_name: CEIL_P0_L2_{grid}
ncl_name:
hrrr: HGT_P0_L2_{grid}
hrrrhi: HGT_P0_L2_{grid}
hrrrcar: HGT_P0_L2_{grid}
rap: HGT_P0_L2_{grid}
rrfs: CEIL_P0_L2_{grid}
title: Ceiling (exp-2)
cfrzr: # Categorical Freezing Rain
sfc:
Expand Down Expand Up @@ -448,7 +453,8 @@ cin: # Surface Convective Inhibition
cloudbase: # Cloud-base height
ua:
<<: *ceil
ncl_name: HGT_P0_L2_{grid}
ncl_name:
rrfs: HGT_P0_L2_{grid}
title: Cloud-Base Height
cloudcover:
bndylay: &cld_cover # PBL ... 1 km Cloud Cover
Expand Down

0 comments on commit b603826

Please sign in to comment.