Skip to content

Commit

Permalink
Update tw_ini, tw_cur standard names
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Sep 6, 2024
1 parent d6f830a commit 5e4daff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/data/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,15 @@
<ic_file_input_names>te_cur_dyn state_te_cur_dyn</ic_file_input_names>
</variable>
<variable local_name="tw_ini"
standard_name="vertically_integrated_total_water_of_initial_state"
standard_name="vertically_integrated_moist_air_and_condensed_water_of_initial_state"
units="kg m-2"
type="real" kind="kind_phys"
allocatable="pointer">
<dimensions>horizontal_dimension</dimensions>
<ic_file_input_names>tw_ini state_tw_ini</ic_file_input_names>
</variable>
<variable local_name="tw_cur"
standard_name="vertically_integrated_total_water_of_current_state"
standard_name="vertically_integrated_moist_air_and_condensed_water_of_current_state"
units="kg m-2"
type="real" kind="kind_phys"
allocatable="pointer">
Expand Down
4 changes: 2 additions & 2 deletions tools/stdnames_to_inputnames_dictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@
<ic_file_input_name>state_te_cur_dyn</ic_file_input_name>
</ic_file_input_names>
</entry>
<entry stdname="vertically_integrated_total_water_of_initial_state">
<entry stdname="vertically_integrated_moist_air_and_condensed_water_of_initial_state">
<ic_file_input_names>
<ic_file_input_name>tw_ini</ic_file_input_name>
<ic_file_input_name>state_tw_ini</ic_file_input_name>
</ic_file_input_names>
</entry>
<entry stdname="vertically_integrated_total_water_of_current_state">
<entry stdname="vertically_integrated_moist_air_and_condensed_water_of_current_state">
<ic_file_input_names>
<ic_file_input_name>tw_cur</ic_file_input_name>
<ic_file_input_name>state_tw_cur</ic_file_input_name>
Expand Down

0 comments on commit 5e4daff

Please sign in to comment.