Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions physics/GFS_PBL_generic.meta
Original file line number Diff line number Diff line change
Expand Up @@ -1264,26 +1264,26 @@
intent = in
optional = F
[stress_wat]
standard_name = surface_wind_stress_over_ocean
long_name = surface wind stress over ocean
standard_name = surface_wind_stress_over_water
long_name = surface wind stress over water
units = m2 s-2
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[hflx_wat]
standard_name = kinematic_surface_upward_sensible_heat_flux_over_ocean
long_name = kinematic surface upward sensible heat flux over ocean
standard_name = kinematic_surface_upward_sensible_heat_flux_over_water
long_name = kinematic surface upward sensible heat flux over water
units = K m s-1
dimensions = (horizontal_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[evap_wat]
standard_name = kinematic_surface_upward_latent_heat_flux_over_ocean
long_name = kinematic surface upward latent heat flux over ocean
standard_name = kinematic_surface_upward_latent_heat_flux_over_water
long_name = kinematic surface upward latent heat flux over water
units = kg kg-1 m s-1
dimensions = (horizontal_dimension)
type = real
Expand Down
8 changes: 4 additions & 4 deletions physics/GFS_debug.meta
Original file line number Diff line number Diff line change
Expand Up @@ -456,31 +456,31 @@
optional = F
[icy]
standard_name = flag_nonzero_sea_ice_surface_fraction
long_name = flag indicating some sea ice surface area fraction
long_name = flag indicating presence of some sea ice surface area fraction
units = flag
dimensions = (horizontal_dimension)
type = logical
intent = in
optional = F
[wet]
standard_name = flag_nonzero_wet_surface_fraction
long_name = flag indicating some ocean or lake surface area fraction
long_name = flag indicating presence of some ocean or lake surface area fraction
units = flag
dimensions = (horizontal_dimension)
type = logical
intent = in
optional = F
[lake]
standard_name = flag_nonzero_lake_surface_fraction
long_name = flag indicating some lake surface area fraction
long_name = flag indicating presence of some lake surface area fraction
units = flag
dimensions = (horizontal_dimension)
type = logical
intent = in
optional = F
[ocean]
standard_name = flag_nonzero_ocean_surface_fraction
long_name = flag indicating some ocean surface area fraction
long_name = flag indicating presence of some ocean surface area fraction
units = flag
dimensions = (horizontal_dimension)
type = logical
Expand Down
4 changes: 2 additions & 2 deletions physics/GFS_suite_interstitial.meta
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@
intent = in
optional = F
[adjsfculw_wat]
standard_name = surface_upwelling_longwave_flux_over_ocean_interstitial
long_name = surface upwelling longwave flux at current time over ocean (temporary use as interstitial)
standard_name = surface_upwelling_longwave_flux_over_water_interstitial
long_name = surface upwelling longwave flux at current time over water (temporary use as interstitial)
units = W m-2
dimensions = (horizontal_dimension)
type = real
Expand Down
Loading