Skip to content

Commit

Permalink
bugfix: rm "datadir"
Browse files Browse the repository at this point in the history
  • Loading branch information
ggebbie committed Mar 19, 2024
1 parent b0b054a commit 29f6df1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/test_basinmask.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# for testing, put everything in the data directory
diagpath = datadir() #diagdir(expt)
# print output here
path_out = datadir() #sig1dir(expt)
!isdir(path_out) && mkdir(path_out)

pathout = datadir() #regpolesdir(expt)
!isdir(pathout) && mkdir(pathout)

maskname = ["Pacific","South China Sea","East China Sea","Okhotsk Sea","Java Sea","Japan Sea","Timor Sea"]
hemisphere = :both
Lsmooth = 5
Expand Down

0 comments on commit 29f6df1

Please sign in to comment.