Skip to content

Commit

Permalink
added file
Browse files Browse the repository at this point in the history
  • Loading branch information
stineb committed Jul 15, 2024
1 parent 59e4a2a commit 66efe1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions analysis/issues_examples.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# issue described by Myriam Terristi (unnumbered, not on github):
# error when making land mask tidy

error <- map2tidy::map2tidy(
nclist = ???,
varnam = "elevation",
lonnam = "lon",
latnam = "lat",
do_chunks = TRUE,
outdir = ???,
fileprefix = "WFDEI-elevation",
overwrite = TRUE
)

0 comments on commit 66efe1c

Please sign in to comment.