Skip to content

Commit

Permalink
fix JRA55do runoff remapping bug iss113 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhilsabareesh8 authored Aug 29, 2024
1 parent 4c01538 commit 50ccc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_stream_xml_generation/generate_xml_datm.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
SubElement(stream_info, "year_last").text = str(year_last)
SubElement(stream_info, "year_align").text = str(year_align)
SubElement(stream_info, "vectors").text = "null"
SubElement(stream_info, "meshfile").text = "./INPUT/JRA55do-ESMFmesh.nc"
SubElement(stream_info, "meshfile").text = "./INPUT/JRA55do-datm-ESMFmesh.nc"
SubElement(stream_info, "lev_dimname").text = "null"

datafiles = SubElement(stream_info, "datafiles")
Expand Down
2 changes: 1 addition & 1 deletion data_stream_xml_generation/generate_xml_drof.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
SubElement(stream_info, "year_last").text = str(year_last)
SubElement(stream_info, "year_align").text = str(year_align)
SubElement(stream_info, "vectors").text = "null"
SubElement(stream_info, "meshfile").text = "./INPUT/JRA55do-ESMFmesh.nc"
SubElement(stream_info, "meshfile").text = "./INPUT/JRA55do-drof-ESMFmesh.nc"
SubElement(stream_info, "lev_dimname").text = "null"

datafiles = SubElement(stream_info, "datafiles")
Expand Down

0 comments on commit 50ccc2d

Please sign in to comment.