We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc35c4f commit 8581e02Copy full SHA for 8581e02
Project.toml
@@ -1,7 +1,7 @@
1
name = "ERA5Reanalysis"
2
uuid = "99c076f5-c00e-46eb-a0bd-7ba31777c146"
3
authors = ["Nathanael Wong <natgeo.wong@outlook.com>"]
4
-version = "0.3.3"
+version = "0.3.4"
5
6
[deps]
7
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
src/region/extract.jl
@@ -14,7 +14,7 @@ function extract(
14
15
@info "$(modulelog()) - Retrieving GeoRegion and LandSea Dataset information for the parent GeoRegion of \"$(ereg.ID)\", \"$(ereg.geo.parID)\""
16
17
- preg = ERA5Region(GeoRegion(ereg.geo.parID))
+ preg = ERA5Region(GeoRegion(ereg.geo.parID),resolution=ereg.resolution)
18
plsd = getLandSea(e5ds,preg);
19
rlsd = getLandSea(e5ds,ereg);
20
plon = plsd.lon; nplon = length(plon)
0 commit comments