Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[submodule "ncar-physics"]
path = src/physics/ncar_ccpp
url = https://github.com/ESCOMP/atmospheric_physics
fxtag = 9865ef6a9384030233abe23e77acdc208abecdc3
fxtag = d3dcffa8239e84bf6c251c7158d0246caf2caa6d
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
[submodule "rrtmgp-data"]
Expand Down
2 changes: 1 addition & 1 deletion src/data/generate_registry_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1950,5 +1950,5 @@ def main():

###############################################################################
if __name__ == "__main__":
__RETCODE, _FILES, _IC_NAMES = main()
__RETCODE, *_ = main()
sys.exit(__RETCODE)
12 changes: 6 additions & 6 deletions src/data/registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,16 +1046,16 @@
<ic_file_input_names>bcphodry cam_out_bcphodry</ic_file_input_names>
</variable>
<variable local_name="co2diag"
standard_name="co2diag_tbd"
units="tbd" type="real" kind="kind_phys"
standard_name="diagnostic_volume_mixing_ratio_of_co2_to_coupler"
units="ppmv" type="real" kind="kind_phys"
allocatable="allocatable">
<dimensions>horizontal_dimension</dimensions>
<initial_value>0.0_kind_phys</initial_value>
<ic_file_input_names>co2diag cam_out_co2diag</ic_file_input_names>
</variable>
<variable local_name="co2prog"
standard_name="co2prog_tbd"
units="tbd" type="real" kind="kind_phys"
standard_name="prognostic_volume_mixing_ratio_of_co2_to_coupler"
units="ppmv" type="real" kind="kind_phys"
allocatable="allocatable">
<dimensions>horizontal_dimension</dimensions>
<initial_value>0.0_kind_phys</initial_value>
Expand Down Expand Up @@ -1391,8 +1391,8 @@
<data>dry_deposition_flux_of_hydrophilic_black_carbon_at_surface_to_coupler</data>
<data>wet_deposition_flux_of_hydrophilic_black_carbon_at_surface_to_coupler</data>
<data>dry_deposition_flux_of_hydrophobic_black_carbon_at_surface_to_coupler</data>
<data>co2diag_tbd</data>
<data>co2prog_tbd</data>
<data>diagnostic_volume_mixing_ratio_of_co2_to_coupler</data>
<data>prognostic_volume_mixing_ratio_of_co2_to_coupler</data>
<data>dry_deposition_of_dust_bin1_at_surface_to_coupler</data>
<data>dry_deposition_of_dust_bin2_at_surface_to_coupler</data>
<data>dry_deposition_of_dust_bin3_at_surface_to_coupler</data>
Expand Down