Project

General

Profile

« Previous | Next » 

Revision ba7057c4

Added by Adam Wilson almost 11 years ago

Separated ee download from compile script. Switched to use of vrt as intermediate file form

View differences:

climate/procedures/MOD09_Visualize.R
80 80

  
81 81

  
82 82
## reduced resolution
83

  
84
## read in GEWEX 1-degree data
85
gewex=raster("data/gewex/CA_PATMOSX_NOAA.nc")
86

  
83 87
mod09_8km=aggregate(mod09_mac,8)
84
mod09_1deg=aggregate(mod09_mac,110)
85 88

  
86 89
pdf("output/mod09_resolution.pdf",width=11,height=8.5)
87 90
p1=levelplot(mod09_mac,col.regions=grey(seq(0,1,len=100)),cuts=99,margin=F,max.pixels=1e5)

Also available in: Unified diff