Skip to content

Commit

Permalink
Reduce standard_name size for two variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jan 10, 2025
1 parent a3bee18 commit 2bbd4f6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ccpp/suites/suite_SCM_GFS_v17_p8_ugwpv1.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="SCM_GFS_v17_p8_ugwpv1" version="1">
<suite name="SCM_GFS_v17_p8_ugwpv1" version="1.0">
<!-- <init></init> -->
<group name="time_vary">
<subcycle loop="1">
Expand Down
2 changes: 1 addition & 1 deletion ccpp/suites/suite_SCM_HRRR_gf.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="SCM_HRRR_gf" version="1">
<suite name="SCM_HRRR_gf" version="1.0">
<group name="time_vary">
<subcycle loop="1">
<scheme>GFS_time_vary_pre</scheme>
Expand Down
4 changes: 2 additions & 2 deletions ccpp/suites/suite_SCM_WoFS_v0.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="SCM_WoFS_v0" version="1">
<suite name="SCM_WoFS_v0" version="1.0">
<!-- <init></init> -->
<group name="time_vary">
<subcycle loop="1">
Expand Down Expand Up @@ -70,4 +70,4 @@
</subcycle>
</group>
<!-- <finalize></finalize> -->
</suite>
</suite>
8 changes: 4 additions & 4 deletions scm/src/CCPP_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2519,15 +2519,15 @@
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_output_of_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky)
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky)
[fluxlwDOWN_clrsky]
standard_name = RRTMGP_lw_flux_profile_downward_clrsky
long_name = RRTMGP downward longwave clr-sky flux profile
units = W m-2
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_output_of_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky)
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky)
[fluxswUP_allsky]
standard_name = RRTMGP_sw_flux_profile_upward_allsky
long_name = RRTMGP upward shortwave all-sky flux profile
Expand All @@ -2551,15 +2551,15 @@
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_output_of_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky)
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky)
[fluxswDOWN_clrsky]
standard_name = RRTMGP_sw_flux_profile_downward_clrsky
long_name = RRTMGP downward shortwave clr-sky flux profile
units = W m-2
dimensions = (horizontal_loop_extent,vertical_interface_dimension)
type = real
kind = kind_phys
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_output_of_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky)
active = (flag_for_rrtmgp_radiation_scheme .and. flag_for_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky)
[flxprf_lw]
standard_name = RRTMGP_lw_fluxes
long_name = lw fluxes total sky / csk and up / down at levels
Expand Down
4 changes: 2 additions & 2 deletions scm/src/GFS_typedefs.meta
Original file line number Diff line number Diff line change
Expand Up @@ -4051,13 +4051,13 @@
dimensions = ()
type = integer
[lwhtr]
standard_name = flag_for_output_of_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky
standard_name = flag_for_tendency_of_air_temperature_due_to_longwave_heating_on_radiation_timestep_assuming_clear_sky
long_name = flag to output lw heating rate (Radtend%lwhc)
units = flag
dimensions = ()
type = logical
[swhtr]
standard_name = flag_for_output_of_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky
standard_name = flag_for_tendency_of_air_temperature_due_to_shortwave_heating_on_radiation_timestep_assuming_clear_sky
long_name = flag to output sw heating rate (Radtend%swhc)
units = flag
dimensions = ()
Expand Down

0 comments on commit 2bbd4f6

Please sign in to comment.