Skip to content

Commit

Permalink
Update ECCO_restoring.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Dec 21, 2024
1 parent 238405d commit 1181633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DataWrangling/ECCO/ECCO_restoring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end

"""
ECCOFieldTimeSeries(metadata::ECCOMetadata [, arch_or_grid=CPU() ];
time_indices_in_memory = 2,
time_indices_in_memory = 2,
time_indexing = Cyclical(),
inpainting = nothing,
cache_inpainted_data = true)
Expand All @@ -119,7 +119,7 @@ Arguments
- `metadata`: `ECCOMetadata` containing information about the ECCO dataset.
- `arch_or_grid`: Either a grid to interpolate ECCO data to, or an `arch`itecture
- `arch_or_grid`: Either a grid to interpolate the ECCO data to, or an `arch`itecture
to use for the native ECCO grid. Default: CPU().
Keyword Arguments
Expand Down

0 comments on commit 1181633

Please sign in to comment.