Skip to content

Commit

Permalink
fix horizontal_loop_extents in GFS_typedefs.meta
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Oct 29, 2024
1 parent 0a5def6 commit 56621cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ccpp/data/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2367,23 +2367,23 @@
standard_name = kinematic_surface_upward_sensible_heat_flux_of_fire
long_name = kinematic surface upward sensible heat flux of fire
units = K m s-1
dimensions = (horizontal_loop_extent)
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
active = (do_fire_coupling)
[evap_fire]
standard_name = surface_upward_specific_humidity_flux_of_fire
long_name = kinematic surface upward latent heat flux of fire
units = kg kg-1 m s-1
dimensions = (horizontal_loop_extent)
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
active = (do_fire_coupling)
[smoke_fire]
standard_name = smoke_emission_of_fire
long_name = smoke emission of fire
units = kg m-2
dimensions = (horizontal_loop_extent)
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
active = (do_fire_coupling)
Expand Down Expand Up @@ -3227,7 +3227,7 @@
standard_name = dry_air_density
long_name = dry air density
units = kg m-3
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
dimensions = (horizontal_dimension,vertical_layer_dimension)
type = real
kind = kind_phys
active = (do_smoke_coupling)
Expand Down

0 comments on commit 56621cb

Please sign in to comment.