You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@info"$(modulelog()) - The IMERG Land-Sea mask dataset for the \"$(geo.ID)\" GeoRegion is not available, extracting from Global IMERG Land-Sea mask dataset ..."
@info"$(modulelog()) - The Global IMERG Land-Sea mask dataset for the \"$(geo.ID)\" GeoRegion is not available, downloading from the NASA OPeNDAP servers ..."
42
+
@info"$(modulelog()) - The Global (180 Grid) IMERG Land-Sea mask dataset for the \"$(geo.ID)\" GeoRegion is not available, downloading from the NASA OPeNDAP servers ..."
43
43
downloadLandSea(npd)
44
44
end
45
45
@@ -52,7 +52,7 @@ function getLandSea(
52
52
ggrd =RegionGrid(geo,glon,glat)
53
53
mask = ggrd.mask; mask[isnan.(mask)] .=0
54
54
55
-
@info"$(modulelog()) - Extracting regional IMERG Land-Sea mask for the \"$(geo.ID)\" GeoRegion from the Global IMERG Land-Sea mask dataset ..."
55
+
@info"$(modulelog()) - Extracting regional IMERG Land-Sea mask for the \"$(geo.ID)\" GeoRegion from the Global (180 Grid) IMERG Land-Sea mask dataset ..."
0 commit comments