From bb5c14cfb5cc7ecad9247e98d175efd4ddbabdce Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Thu, 10 Jul 2025 16:06:38 -0400 Subject: [PATCH] change incoming and outgoing surface-adjacent state variable standard names to match feature/tendency_cleanup branch --- ufs/ccpp/data/MED_typedefs.meta | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ufs/ccpp/data/MED_typedefs.meta b/ufs/ccpp/data/MED_typedefs.meta index 046e4bfa6..e7ea1157c 100644 --- a/ufs/ccpp/data/MED_typedefs.meta +++ b/ufs/ccpp/data/MED_typedefs.meta @@ -30,28 +30,28 @@ type = real kind = kind_phys [ugrs] - standard_name = x_wind_at_surface_adjacent_layer + standard_name = physics_timestep_initial_x_wind_at_surface_adjacent_layer long_name = zonal wind at lowest model layer units = m s-1 dimensions = (horizontal_loop_extent) type = real kind = kind_phys [vgrs] - standard_name = y_wind_at_surface_adjacent_layer + standard_name = physics_timestep_initial_y_wind_at_surface_adjacent_layer long_name = meridional wind at lowest model layer units = m s-1 dimensions = (horizontal_loop_extent) type = real kind = kind_phys [tgrs] - standard_name = air_temperature_at_surface_adjacent_layer + standard_name = physics_timestep_initial_air_temperature_at_surface_adjacent_layer long_name = mean temperature at lowest model layer units = K dimensions = (horizontal_loop_extent) type = real kind = kind_phys [qgrs] - standard_name = specific_humidity_at_surface_adjacent_layer + standard_name = physics_timestep_initial_specific_humidity_at_surface_adjacent_layer long_name = water vapor specific humidity at lowest model layer units = kg kg-1 dimensions = (horizontal_loop_extent) @@ -117,28 +117,28 @@ name = MED_stateout_type type = ddt [gu0] - standard_name = x_wind_of_new_state_at_surface_adjacent_layer + standard_name = x_wind_at_surface_adjacent_layer long_name = zonal wind at lowest model layer updated by physics units = m s-1 dimensions = (horizontal_loop_extent) type = real kind = kind_phys [gv0] - standard_name = y_wind_of_new_state_at_surface_adjacent_layer + standard_name = y_wind_at_surface_adjacent_layer long_name = meridional wind at lowest model layer updated by physics units = m s-1 dimensions = (horizontal_loop_extent) type = real kind = kind_phys [gt0] - standard_name = air_temperature_of_new_state_at_surface_adjacent_layer + standard_name = air_temperature_at_surface_adjacent_layer long_name = temperature at lowest model layer updated by physics units = K dimensions = (horizontal_loop_extent) type = real kind = kind_phys [gq0] - standard_name = specific_humidity_of_new_state_at_surface_adjacent_layer + standard_name = specific_humidity_at_surface_adjacent_layer long_name = water vapor specific humidity at lowest model layer updated by physics units = kg kg-1 dimensions = (horizontal_loop_extent)