Skip to content

Commit

Permalink
Modify registry to work with null dycore.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Sep 21, 2021
1 parent 82bd95d commit a012973
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,14 @@
<initial_value dycore="SE,FV">.true.</initial_value>
</variable>
<ddt type="physics_state">
<data>air_temperature</data>
<data>x_wind</data>
<data>y_wind</data>
<data>lagrangian_tendency_of_air_pressure</data>
<data>constituent_mixing_ratio</data>
<!--dycore specific entries -->
<data dycore="SE">surface_pressure_of_dry_air</data>
<data dycore="SE">geopotential_at_surface</data>
<data dycore="SE">air_temperature</data>
<data dycore="SE">x_wind</data>
<data dycore="SE">y_wind</data>
<data dycore="SE">lagrangian_tendency_of_air_pressure</data>
<data dycore="SE">constituent_mixing_ratio</data>
<data dycore="SE">pressure_thickness_of_dry_air</data>
<data dycore="SE">frontogenesis_function</data>
<data dycore="SE">frontogenesis_angle</data>
Expand Down

0 comments on commit a012973

Please sign in to comment.