Skip to content

Commit

Permalink
Updating mesh_mask_edges filename
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Aug 27, 2024
1 parent f557e3c commit 71eb3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/example_nemo_curvilinear.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def run_nemo_curvilinear(mode, outfile, advtype="RK4"):
filenames, variables, dimensions, chunksize=chunksize
)
if advtype == "AA":
mesh_mask = f"{data_folder}/mesh_mask_edges.nc"
mesh_mask = f"{data_folder}/mesh_mask_edges.nc4"
fieldset.add_field(

Check warning on line 39 in docs/examples/example_nemo_curvilinear.py

View check run for this annotation

Codecov / codecov/patch

docs/examples/example_nemo_curvilinear.py#L38-L39

Added lines #L38 - L39 were not covered by tests
parcels.Field.from_netcdf(
mesh_mask, "e2u", dimensions, interp_method="nearest"
Expand Down
2 changes: 1 addition & 1 deletion parcels/tools/exampledata_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"U_purely_zonal-ORCA025_grid_U.nc4",
"V_purely_zonal-ORCA025_grid_V.nc4",
"mesh_mask.nc4",
"mesh_mask_edges.nc",
"mesh_mask_edges.nc4",
],
"NemoNorthSeaORCA025-N006_data": [
"ORCA025-N06_20000104d05U.nc",
Expand Down

0 comments on commit 71eb3f7

Please sign in to comment.