Skip to content

Commit

Permalink
Merge pull request #715 from climbfuji/std_nm_replace_20210701_dom_20…
Browse files Browse the repository at this point in the history
…210728

Wrapper PR for "Update metadata in accordance with CCPPStandardNames PR#13 (#687)"
  • Loading branch information
climbfuji authored Jul 29, 2021
2 parents 610fbcb + d998942 commit 5f0f192
Show file tree
Hide file tree
Showing 116 changed files with 3,904 additions and 3,902 deletions.
136 changes: 68 additions & 68 deletions physics/GFS_DCNV_generic.meta

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions physics/GFS_GWD_generic.meta
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
intent = in
optional = F
[levs]
standard_name = vertical_dimension
standard_name = vertical_layer_dimension
long_name = vertical layer dimension
units = count
dimensions = ()
Expand All @@ -25,15 +25,15 @@
optional = F
[nmtvr]
standard_name = number_of_statistical_measures_of_subgrid_orography
long_name = number of statistical measures of subgrid orography
long_name = number of statistical measures of subgrid height_above_mean_sea_level
units = count
dimensions = ()
type = integer
intent = in
optional = F
[mntvar]
standard_name = statistical_measures_of_subgrid_orography
long_name = array of statistical measures of subgrid orography
standard_name = statistical_measures_of_subgrid_orography_collection_array
long_name = array of statistical measures of subgrid height_above_mean_sea_level
units = various
dimensions = (horizontal_loop_extent,number_of_statistical_measures_of_subgrid_orography)
type = real
Expand All @@ -42,7 +42,7 @@
optional = F
[oc]
standard_name = convexity_of_subgrid_orography
long_name = convexity of subgrid orography
long_name = convexity of subgrid height_above_mean_sea_level
units = none
dimensions = (horizontal_loop_extent)
type = real
Expand All @@ -51,7 +51,7 @@
optional = F
[oa4]
standard_name = asymmetry_of_subgrid_orography
long_name = asymmetry of subgrid orography
long_name = asymmetry of subgrid height_above_mean_sea_level
units = none
dimensions = (horizontal_loop_extent,4)
type = real
Expand All @@ -60,7 +60,7 @@
optional = F
[clx]
standard_name = fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height
long_name = horizontal fraction of grid box covered by subgrid orography higher than critical height
long_name = horizontal fraction of grid box covered by subgrid height_above_mean_sea_level higher than critical height
units = frac
dimensions = (horizontal_loop_extent,4)
type = real
Expand All @@ -78,7 +78,7 @@
optional = F
[varss]
standard_name = standard_deviation_of_subgrid_orography_small_scale
long_name = standard deviation of subgrid orography small scale
long_name = standard deviation of subgrid height_above_mean_sea_level small scale
units = m
dimensions = (horizontal_loop_extent)
type = real
Expand All @@ -87,7 +87,7 @@
optional = F
[ocss]
standard_name = convexity_of_subgrid_orography_small_scale
long_name = convexity of subgrid orography small scale
long_name = convexity of subgrid height_above_mean_sea_level small scale
units = none
dimensions = (horizontal_loop_extent)
type = real
Expand All @@ -96,7 +96,7 @@
optional = F
[oa4ss]
standard_name = asymmetry_of_subgrid_orography_small_scale
long_name = asymmetry of subgrid orography small scale
long_name = asymmetry of subgrid height_above_mean_sea_level small scale
units = none
dimensions = (horizontal_loop_extent,4)
type = real
Expand All @@ -105,7 +105,7 @@
optional = F
[clxss]
standard_name = fraction_of_grid_box_with_subgrid_orography_higher_than_critical_height_small_scale
long_name = horizontal fraction of grid box covered by subgrid orography higher than critical height small scale
long_name = horizontal fraction of grid box covered by subgrid height_above_mean_sea_level higher than critical height small scale
units = frac
dimensions = (horizontal_loop_extent,4)
type = real
Expand All @@ -114,7 +114,7 @@
optional = F
[sigma]
standard_name = slope_of_subgrid_orography
long_name = slope of subgrid orography
long_name = slope of subgrid height_above_mean_sea_level
units = none
dimensions = (horizontal_loop_extent)
type = real
Expand All @@ -123,7 +123,7 @@
optional = F
[gamma]
standard_name = anisotropy_of_subgrid_orography
long_name = anisotropy of subgrid orography
long_name = anisotropy of subgrid height_above_mean_sea_level
units = none
dimensions = (horizontal_loop_extent)
type = real
Expand All @@ -132,52 +132,52 @@
optional = F
[elvmax]
standard_name = maximum_subgrid_orography
long_name = maximum of subgrid orography
long_name = maximum of subgrid height_above_mean_sea_level
units = m
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
intent = out
optional = F
[lssav]
standard_name = flag_diagnostics
standard_name = flag_for_diagnostics
long_name = logical flag for storing diagnostics
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[ldiag3d]
standard_name = flag_diagnostics_3D
standard_name = flag_for_diagnostics_3D
long_name = flag for 3d diagnostic fields
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[dudt]
standard_name = tendency_of_x_wind_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_x_wind
long_name = zonal wind tendency due to model physics
units = m s-2
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[dvdt]
standard_name = tendency_of_y_wind_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_y_wind
long_name = meridional wind tendency due to model physics
units = m s-2
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[dtdt]
standard_name = tendency_of_air_temperature_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_air_temperature
long_name = updated tendency of the temperature
units = K s-1
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
Expand All @@ -186,7 +186,7 @@
standard_name = cumulative_change_of_state_variables
long_name = diagnostic tendencies for state variables
units = various
dimensions = (horizontal_loop_extent,vertical_dimension,number_of_cumulative_change_processes)
dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_cumulative_change_processes)
type = real
kind = kind_phys
intent = inout
Expand Down Expand Up @@ -232,7 +232,7 @@
intent = in
optional = F
[dtf]
standard_name = time_step_for_dynamics
standard_name = timestep_for_dynamics
long_name = dynamics timestep
units = s
dimensions = ()
Expand All @@ -241,7 +241,7 @@
intent = in
optional = F
[flag_for_gwd_generic_tend]
standard_name = flag_for_generic_gravity_wave_drag_tendency
standard_name = flag_for_generic_tendency_due_to_gravity_wave_drag
long_name = true if GFS_GWD_generic should calculate tendencies
units = flag
dimensions = ()
Expand Down Expand Up @@ -277,23 +277,23 @@
name = GFS_GWD_generic_post_run
type = scheme
[lssav]
standard_name = flag_diagnostics
standard_name = flag_for_diagnostics
long_name = flag for calculating diagnostic fields
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[ldiag3d]
standard_name = flag_diagnostics_3D
standard_name = flag_for_diagnostics_3D
long_name = flag for calculating 3-D diagnostic fields
units = flag
dimensions = ()
type = logical
intent = in
optional = F
[dtf]
standard_name = time_step_for_dynamics
standard_name = timestep_for_dynamics
long_name = dynamics time step
units = s
dimensions = ()
Expand All @@ -320,28 +320,28 @@
intent = in
optional = F
[dudt]
standard_name = tendency_of_x_wind_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_x_wind
long_name = zonal wind tendency due to model physics
units = m s-2
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[dvdt]
standard_name = tendency_of_y_wind_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_y_wind
long_name = meridional wind tendency due to model physics
units = m s-2
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
optional = F
[dtdt]
standard_name = tendency_of_air_temperature_due_to_model_physics
standard_name = process_split_cumulative_tendency_of_air_temperature
long_name = air temperature tendency due to model physics
units = K s-1
dimensions = (horizontal_loop_extent,vertical_dimension)
dimensions = (horizontal_loop_extent,vertical_layer_dimension)
type = real
kind = kind_phys
intent = in
Expand All @@ -368,7 +368,7 @@
standard_name = cumulative_change_of_state_variables
long_name = diagnostic tendencies for state variables
units = various
dimensions = (horizontal_loop_extent,vertical_dimension,number_of_cumulative_change_processes)
dimensions = (horizontal_loop_extent,vertical_layer_dimension,number_of_cumulative_change_processes)
type = real
kind = kind_phys
intent = inout
Expand Down Expand Up @@ -414,7 +414,7 @@
intent = in
optional = F
[flag_for_gwd_generic_tend]
standard_name = flag_for_generic_gravity_wave_drag_tendency
standard_name = flag_for_generic_tendency_due_to_gravity_wave_drag
long_name = true if GFS_GWD_generic should calculate tendencies
units = flag
dimensions = ()
Expand Down
Loading

0 comments on commit 5f0f192

Please sign in to comment.