Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NCAR/ccpp-scm into replay_f…
Browse files Browse the repository at this point in the history
…ixLSMinit
  • Loading branch information
dustinswales committed Apr 10, 2024
2 parents 88b3df8 + f012149 commit 1c12612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scm/src/CCPP_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,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 scm/src/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 1c12612

Please sign in to comment.