Skip to content

Commit

Permalink
update meta file for sfc_land too
Browse files Browse the repository at this point in the history
  • Loading branch information
uturuncoglu committed Jul 31, 2023
1 parent 9891fff commit 70038f6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions physics/sfc_land.meta
Original file line number Diff line number Diff line change
Expand Up @@ -153,103 +153,103 @@
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[qsurf]
standard_name = surface_specific_humidity_over_land
long_name = surface air saturation specific humidity over land
units = kg kg-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[evap]
standard_name = kinematic_surface_upward_latent_heat_flux_over_land
long_name = kinematic surface upward latent heat flux over land
units = kg kg-1 m s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[hflx]
standard_name = kinematic_surface_upward_sensible_heat_flux_over_land
long_name = kinematic surface upward sensible heat flux over land
units = K m s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[ep]
standard_name = surface_upward_potential_latent_heat_flux_over_land
long_name = surface upward potential latent heat flux over land
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[t2mmp]
standard_name = temperature_at_2m_from_noahmp
long_name = 2 meter temperature from noahmp
units = K
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[q2mp]
standard_name = specific_humidity_at_2m_from_noahmp
long_name = 2 meter specific humidity from noahmp
units = kg kg-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[gflux]
standard_name = upward_heat_flux_in_soil_over_land
long_name = soil heat flux over land
units = W m-2
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[runoff]
standard_name = surface_runoff_flux
long_name = surface runoff flux
units = kg m-2 s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[drain]
standard_name = subsurface_runoff_flux
long_name = subsurface runoff flux
units = kg m-2 s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[cmm]
standard_name = surface_drag_wind_speed_for_momentum_in_air_over_land
long_name = momentum exchange coefficient over land
units = m s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[chh]
standard_name = surface_drag_mass_flux_for_heat_and_moisture_in_air_over_land
long_name = thermal exchange coefficient over land
units = kg m-2 s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[zvfun]
standard_name = function_of_surface_roughness_length_and_green_vegetation_fraction
long_name = function of surface roughness length and green vegetation fraction
units = none
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
intent = inout
[errmsg]
standard_name = ccpp_error_message
long_name = error message for error handling in CCPP
Expand Down

0 comments on commit 70038f6

Please sign in to comment.