Skip to content

Commit

Permalink
Fix build (part 1); update standard names and atmos_phys external
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Oct 25, 2024
1 parent c015e28 commit e13e7ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
<initial_value>zvir</initial_value>
</variable>
<variable local_name="cp_or_cv_dycore"
standard_name="enthalpy_or_internal_energy_scaling_factor_for_energy_consistency_tbd"
standard_name="specific_heat_for_air_used_in_dycore"
units="J kg-1 K-1" type="real" kind="kind_phys"
allocatable="allocatable">
<long_name>Enthalpy or internal energy scaling factor for energy consistency</long_name>
Expand Down
4 changes: 2 additions & 2 deletions src/dynamics/tests/dyn_tests_utils.meta
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
name = dyn_tests_utils
type = module
[ vc_dycore ]
standard_name = vertical_coordinate_for_dynamical_core_tbd
standard_name = total_energy_formula_for_dycore
units = 1
type = integer
dimensions = ()
[ vc_physics ]
standard_name = vertical_coordinate_for_physics_tbd
standard_name = total_energy_formula_for_physics
units = 1
type = integer
dimensions = ()

0 comments on commit e13e7ea

Please sign in to comment.