Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address 'time step' to 'timestep' #4

Merged
merged 1 commit into from
Jun 24, 2021
Merged
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
8 changes: 4 additions & 4 deletions Metadata-standard-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ Standard / required CCPP variables
* `integer(kind=)`: units = flag
* `identifier_for_fer_hires_microphysics_scheme`: Identifier for fer hires microphysics scheme
* `integer(kind=)`: units = flag
* `flag_for_first_time_step`: Flag for first time step
* `flag_for_first_timestep`: Flag for first timestep
* `logical(kind=)`: units = flag
* `flag_for_surface_flux_coupling`: Flag for surface flux coupling
* `logical(kind=)`: units = flag
Expand Down Expand Up @@ -852,7 +852,7 @@ Standard / required CCPP variables
* `integer(kind=)`: units = index
* `index_of_subgrid_cloud_area_fracation_in_atmosphere_layer_in_xyz_dimensioned_restart_array`: Index of subgrid cloud area fracation in atmosphere layer in xyz dimensioned restart array
* `integer(kind=)`: units = index
* `index_of_time_step`: Index of time step
* `index_of_timestep`: Index of timestep
* `integer(kind=)`: units = index
* `reciprocal_of_grid_scale_range`: Reciprocal of grid scale range
* `real(kind=kind_phys)`: units = rad2 m-2
Expand Down Expand Up @@ -1780,7 +1780,7 @@ Standard / required CCPP variables
* `real(kind=kind_phys)`: units = W m-2
* `surface_upwelling_longwave_flux_from_coupled_process`: Surface upwelling longwave flux from coupled process
* `real(kind=kind_phys)`: units = W m-2
* `surface_upwelling_longwave_flux_on_radiation_time_step`: Surface upwelling longwave flux on radiation time step
* `surface_upwelling_longwave_flux_on_radiation_timestep`: Surface upwelling longwave flux on radiation timestep
* `real(kind=kind_phys)`: units = W m-2
* `surface_vis_albedo_diffuse_rad_for_coupling`: Surface vis albedo diffuse rad for coupling
* `real(kind=kind_phys)`: units = frac
Expand All @@ -1794,7 +1794,7 @@ Standard / required CCPP variables
* `real(kind=kind_phys)`: units = kg-1 s-1
* `tendency_of_hygroscopic_aerosols_at_surface_adjacent_layer`: Tendency of hygroscopic aerosols at surface adjacent layer
* `real(kind=kind_phys)`: units = kg-1 s-1
* `updated_tendency_of_air_temperature_due_to_longwave_heating_on_physics_time_step`: Updated tendency of air temperature due to longwave heating on physics time step
* `updated_tendency_of_air_temperature_due_to_longwave_heating_on_physics_timestep`: Updated tendency of air temperature due to longwave heating on physics timestep
* `real(kind=kind_phys)`: units = K s-1
* `cellular_automata_vertical_weight`: Cellular automata vertical weight
* `real(kind=kind_phys)`: units = frac
Expand Down
8 changes: 4 additions & 4 deletions standard_names.xml
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
<standard_name name="identifier_for_fer_hires_microphysics_scheme">
<type kind="" units="flag">integer</type>
</standard_name>
<standard_name name="flag_for_first_time_step">
<standard_name name="flag_for_first_timestep">
<type kind="" units="flag">logical</type>
</standard_name>
<standard_name name="flag_for_surface_flux_coupling">
Expand Down Expand Up @@ -1309,7 +1309,7 @@
<standard_name name="index_of_subgrid_cloud_area_fracation_in_atmosphere_layer_in_xyz_dimensioned_restart_array">
<type kind="" units="index">integer</type>
</standard_name>
<standard_name name="index_of_time_step">
<standard_name name="index_of_timestep">
<type kind="" units="index">integer</type>
</standard_name>
<standard_name name="reciprocal_of_grid_scale_range">
Expand Down Expand Up @@ -2703,7 +2703,7 @@
<standard_name name="surface_upwelling_longwave_flux_from_coupled_process">
<type kind="kind_phys" units="W m-2">real</type>
</standard_name>
<standard_name name="surface_upwelling_longwave_flux_on_radiation_time_step">
<standard_name name="surface_upwelling_longwave_flux_on_radiation_timestep">
<type kind="kind_phys" units="W m-2">real</type>
</standard_name>
<standard_name name="surface_vis_albedo_diffuse_rad_for_coupling">
Expand All @@ -2724,7 +2724,7 @@
<standard_name name="tendency_of_hygroscopic_aerosols_at_surface_adjacent_layer">
<type kind="kind_phys" units="kg-1 s-1">real</type>
</standard_name>
<standard_name name="updated_tendency_of_air_temperature_due_to_longwave_heating_on_physics_time_step">
<standard_name name="updated_tendency_of_air_temperature_due_to_longwave_heating_on_physics_timestep">
<type kind="kind_phys" units="K s-1">real</type>
</standard_name>
<standard_name name="cellular_automata_vertical_weight">
Expand Down