Skip to content

Commit

Permalink
Incorporate csawMG update (NOAA-EMC#795)
Browse files Browse the repository at this point in the history
* CSAW-MG update: fix convective_updraft_area_fraction_at_model_interfaces metadata and actual dimension in CCPP_typedefs.F90
  • Loading branch information
grantfirl authored Mar 14, 2024
1 parent 062f795 commit 21744e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccpp/data/CCPP_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ subroutine gfs_interstitial_create (Interstitial, IM, Model)
allocate (Interstitial%sigma (IM))
allocate (Interstitial%sigmaf (IM))
allocate (Interstitial%sigmafrac (IM,Model%levs))
allocate (Interstitial%sigmatot (IM,Model%levs))
allocate (Interstitial%sigmatot (IM,Model%levs+1))
allocate (Interstitial%snowc (IM))
allocate (Interstitial%snohf (IM))
allocate (Interstitial%snowmt (IM))
Expand Down
2 changes: 1 addition & 1 deletion ccpp/data/CCPP_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@
standard_name = convective_updraft_area_fraction_at_model_interfaces
long_name = convective updraft area fraction at model interfaces
units = frac
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
[skip_macro]
Expand Down

0 comments on commit 21744e2

Please sign in to comment.