Skip to content

Commit

Permalink
Merge pull request #33 from axiom-data-science/update_ciofsop_loc
Browse files Browse the repository at this point in the history
updated source for CIOFSOP local
  • Loading branch information
kthyng authored Nov 13, 2024
2 parents 37f7544 + 9a9919e commit f2ea5e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions particle_tracking_manager/models/opendrift/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ def make_ciofs_kerchunk(start, end, name):
_description_
"""

if name in ["ciofs", "ciofs_fresh", "aws_ciofs_with_angle"]:
if name in ["ciofs", "ciofs_fresh"]:
output_dir_single_files = f"/home/kristen/projects/kerchunk_setup/{name}"
# elif name == "aws_ciofs":
# output_dir_single_files = f"/home/chang/kerchunk_aws_ciofs/{name}"
# future directory: /mnt/depot/data/packrat/prod/noaa/coops/ofs/aws_ciofs/processed/.kerchunk_json
elif name == "aws_ciofs_with_angle":
output_dir_single_files = "/mnt/depot/data/packrat/prod/noaa/coops/ofs/aws_ciofs/processed/.kerchunk_json"
else:
raise ValueError(f"Name {name} not recognized")

Expand Down

0 comments on commit f2ea5e1

Please sign in to comment.