Skip to content

Commit

Permalink
Reduce standard_name size a tad
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinswales committed Jan 10, 2025
1 parent af52b1f commit 3adadfd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions physics/Interstitials/UFS_SCM_NEPTUNE/GFS_rrtmgp_post.meta
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
type = logical
intent = in
[do_lw_clrsky_hr]
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
units = flag
dimensions = ()
type = logical
intent = in
[do_sw_clrsky_hr]
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
units = flag
dimensions = ()
Expand Down
2 changes: 1 addition & 1 deletion physics/Radiation/RRTMG/rrtmg_lw_post.meta
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
type = logical
intent = in
[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 = ()
Expand Down
2 changes: 1 addition & 1 deletion physics/Radiation/RRTMG/rrtmg_sw_post.meta
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
type = logical
intent = in
[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
2 changes: 1 addition & 1 deletion physics/Radiation/RRTMGP/rrtmgp_lw_main.meta
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
type = logical
intent = in
[doLWclrsky]
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 = ()
Expand Down
2 changes: 1 addition & 1 deletion physics/Radiation/RRTMGP/rrtmgp_sw_main.meta
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
type = logical
intent = in
[doSWclrsky]
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 3adadfd

Please sign in to comment.