Displaying 6 results from an estimated 6 matches for "prect".
Did you mean:
rect
2011 Jul 07
1
Select element out of several ncdf variables
...quot;04","05","06")
years <- c(1851,1961,2061)
seasons <- c("DJF","MAM","JJA","SON")
for (i in runs) {
for (j in years) {
for (k in seasons) {
data <- open.ncdf(paste("/data09/cstocker/data/atm/tr_1500_",
i,"/PRECT/PREC_tr1500_", i,"_", j,"_", k,".nc", sep=""))
prect <- get.var.ncdf(data, "PRECT")
assign(paste("prec", k, j, i, sep="_"), prect)
}
}
}
I produced 48 variables called prec_DJF_1851_03 and so on..
Now, how can I sele...
2009 Jun 12
17
[Bug 22253] New: KMS Nouveau - wfb crash
http://bugs.freedesktop.org/show_bug.cgi?id=22253
Summary: KMS Nouveau - wfb crash
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2011 Feb 10
2
[Bug 34139] New: Seemingly random GUI lock-ups
...libdrm_nouveau.so.1
#9 0x00007fcc49566165 in exaFillRegionSolid (pDrawable=0x1d58f20,
pRegion=0x17d8f40, pixel=0, planemask=4294967295, alu=3,
clientClipType=<value optimized out>) at exa_accel.c:1038
#10 0x00007fcc49568d31 in exaPolyFillRect (pDrawable=0x1d58f20, pGC=0x100c1a0,
nrect=1, prect=0x7fff285bab60) at exa_accel.c:817
#11 0x00000000004d7c17 in damagePolyFillRect (pDrawable=0x1d58f20,
pGC=0x100c1a0, nRects=1, pRects=0x7fff285bab60) at damage.c:1400
#12 0x00007fcc4956a398 in exaGlyphs (op=3 '\003', pSrc=0x1bae0d0,
pDst=0x1cb8000, maskFormat=0xfb0e88, xSrc=665, ySrc=354, n...
2012 Oct 14
8
[Bug 55980] New: X Segfault on second screen resize
https://bugs.freedesktop.org/show_bug.cgi?id=55980
Priority: medium
Bug ID: 55980
Assignee: nouveau at lists.freedesktop.org
Summary: X Segfault on second screen resize
QA Contact: xorg-team at lists.x.org
Severity: critical
Classification: Unclassified
OS: Linux (All)
Reporter: geaaru at gmail.com
2011 Sep 12
1
Problem in put.var.ncdf
Dear all,
I have a problem in writing a variable to a NetCDF-File.
My code works pretty well until the step put.var.ncdf():
# Get variables
#---------------------
data1 <- open.ncdf("PREC_me_03-1500.nc")
prec1 <- get.var.ncdf(data1,"PRECT")
dim.time <- get.var.ncdf(data1,"time2")
close.ncdf(data1)
# Calculation
#---------------------
spi24.me <- spi.func(prec1)
--> spi24.me is a vector with 437270 values, ranging from -4 to 4 with 10
decimal places.
# Save as NetCDF
#---------------------
dim.time...
2017 Jan 13
32
[Bug 99400] New: garbled rending with glamor on G71
https://bugs.freedesktop.org/show_bug.cgi?id=99400
Bug ID: 99400
Summary: [nouveau] garbled rending with glamor on G71
Product: Mesa
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at