Displaying 20 results from an estimated 25 matches for "nco".
Did you mean:
co
2008 Jan 02
2
Seeking a more efficient way to read in a file
...s. The file has variable length records, so each row ends with its last piece of data. I read in the file and produced the full symmetric matrix as follows:
> mana01 <- scan( file = "C:/mat.dat", sep = "\t", nlines = 1, what = "character" )Read 3000 items> nco <- length( mana01 )> malt <- matrix(0, nrow = nco, ncol = nco )> colnames( malt ) <- mana01> rownames( malt ) <- mana01> for ( i in 1:3000 ) { malt[ i, (1:i) ] <- scan( file="C:/mat.dat", skip = i, n = i, quiet = TRUE ) }
> mat <- malt + t( malt ) - diag(...
2011 May 06
1
read a netcdf file _Fill_value=-32768
...time:units = "seconds since 1981-01-01 00:00:00" ;
time:ancillary_variables = "sst_data_processed_flag" ;
I succeed to read it with R, there is only one variable sst 80 days
and lat = 301 lon = 401 (this file is already a concatenation with
nco fonctions .
Here is what I do :
nc<-open.ncdf("test.nc")
summary (nc)
data<- get.var.ncdf(nc)
print (data)
answer extract :
[331,] -32768.00 -32768.00 -32768.00 -32768.00 -32768.00 -32768.00 -32768.00
[332,] -32768.00 -32768.00 -32768.00 -32768.00 -32768.00 -32768.00 -32768.00...
2012 May 17
2
Importing ASCII flat
...levels.Example of
layout is below:
Sl.No. Item Blk Item Col Len Byte Position Remarks 1 Common Items
33 1 - 33 Auto-duplicated 2 Level 2 34 - 35 "02" Generated 3 Filler
5 36 - 40 "00000" Generated 4 HHS Size 3 1 2 41 - 42 5 NIC Code(5-digit)
3 2 5 43 - 47 6 NCO Code(3-digit) 3 3 3 48 - 50 7 HHS type 3 4 1 51 -
51 8 Religion 3 5 1 52 - 52
As is obvious, I am relatively new to R. Any constructive advice would be
welcome.
Richard Iles
--
Economics Ph.D. student
Delhi School of Economics (visiting)
e: richard.iles@griffithuni.edu.au
website: https://s...
2017 Sep 07
1
extend limited dimension in netcdf
Dear all
I have to combine 3D netCDF files (lon, lat, time). The files contain data of one month and I need a year file containing all the data. Because the attributes of all files are the same, I copied the first file and appended the data of the other months. This went well until the provider of the data changed the time-dimension from UNLIMITED to LIMITED. Is there a way to change the time
2005 Apr 12
5
How allocate STRSXP outside of gc
Hi,
I am trying to figure a way to allocate a string SEXP so that gc() won't
ever collect it.
Here is a little bit of a background. Suppose I want to write a
.Call-callable function that upon each call returns the same value, say
mkChar("foo"):
SEXP getFoo() {
return mkChar("foo");
}
The above implementation doesn't take advantage of the fact that
2012 Oct 05
2
Dúvida função Anova pacote car - Medidas repetidas
Olá pessoal, estou realizando uma ANOVA com medidas repetidas e estou
utilizando a função "Anova" do pacote "car".
Medi o biovolume de algas a cada dois dias durante 10 dias (no banco de
dados abaixo só coloquei até o 4° dia). Tenho 2 tratamentos ("c","t") e o
experimento foi realizado em tréplicas ("A","B","C").
> Pa2
Day Type Replicate logbiovolume
1 0 c A 19.34
2 0 c B 18.27
3...
2012 Jan 03
1
where to ask questions regarding package=ncdf?
...questions relating to the R package 'ncdf' here? or
look for a more netCDF-oriented (but probably less R-oriented) list?
Why I ask:
I'm relatively new to R, which I've only used in the past for graphics.
I'm trying to learn R as an alternative to manipulating netCDF files
with NCO (which works well but lacks all the other R goodnesses). Hence
I've got a range of questions which are more-or-less R-related and
more-or-less netCDF-related, and I'm wondering where to go for answers
to questions that are less generically R-related, and more about the
ncdf implementation....
2007 Jun 21
4
In the market for a new (old) laptop
Changes at my day job (we have a big merger being finalized), has me in
the market for a new laptop.
They may require me to only run the approved XP build on the system they
provide.
I do not know if they will fund another unit for me or not, so I am
looking to go cheap. Here is what I am looking for:
Runs Centos (duh!)
Supports Suspend to memory as well as to disk.
Bootable from
2007 Mar 26
3
[PATCH] pciback: restore PCI BARs on D3->D0 transition
Ever since xen-unstable cset 14308 ("pci back: Fix registration of of
filters on subsections of config space") I''ve been getting an MCA on the
*2nd* boot of a driver domain using an e1000 NIC. Cset 14308 allowed
the proper setup of the PM control registers, so the NIC is put in the
D3 power state when the driver domain shuts down. Unfortunately,
pci_set_power_state()
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been
granted by other domains.
Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...ing fitdistr() function or goodfit()
function (Aswad Gurjar)
15. Re: Using 'sapply' and 'by' in one function (hadley wickham)
16. building packages for Linux vs. Windows (Erin Hodgess)
17. Re: building packages for Linux vs. Windows (Duncan Murdoch)
18. prcomp vs. princomp vs fast.prcomp (Erin Hodgess)
19. Re: building packages for Linux vs. Windows (Uwe Ligges)
20. Re: [R-sig-Geo] Comparing spatial point patterns - Syrjala
test (jiho)
21. Re: building packages for Linux vs. Windows ( (Ted Harding))
22. Re: building packages for Linux vs. Windows (Joh...
2003 Dec 01
0
No subject
I will get a smbd process started. (If this is incorrect please let me know
;)
But this morning I did a quick ps -ax on my machine and found *two* smbd -D
in the process list. But as far as I know there is no connection to the
samba server right now.
I did connect to and disconnect from the server yesterday but I would think
that that connecti...
2003 Dec 01
0
No subject
...oveland,ex2)" <cary_dickens2@hp.com>
Cc: "'samba@lists.samba.org'" <samba@lists.samba.org>
Subject: Re: quotas and small files
References: <C5C45572D968D411A1B500D0B74FF4A80418D4D3@xfc01.fc.hp.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <mailto:samba@lists.samba.org>
List-Subscribe: &...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...WKG2JG=X(
zrS*pDvy093VcQxxk_26DjG<{=t+?2;XRaSk8<>k80q>B^VX)gGFSc&8Y?7rVatYOj
zg5t#CtFUhcgQ2k7W)yBrTGC}g^Z2WVE=ieAadtAVqM}FU7zyr&dC8S#=UFHBX0XW+
zcZGe2lDLF$=n62Y-xWr=HPVV4tBAO*h~sWzk*ymQi)u3`X}IANJYs&b(7WoSrI;>g
zjn$IG=d23_teXfbdZ{5T>q}~_MS|dx?`Seb(I`#cLpbI6P2Tu9gsUOesG!NCo-f?e
z^pcX?p&r4InV%t#YYEpr^3*DpgTIC$w;0DfQ-8$KZUD|T8Q3 at z%ZS?ybI#<IWUlCv
z%n-{f)>w99eKDd(CnH)*c3sWI18rI9uSsfmpg&S&Q$%U&cCo)-Tv0`WH5s-BMJZX)
ztH3VNt3bUx0JD2ZqQSq&TBemHI(;sAWngY!P8pZ`Q5>7}+v3vFiA*g^I60a3dvcv$
zE)I2~Nn3NedPD8K;nvsv{`xL4E-JQ`)Y76mOFg{{OKvId<LP&2nzcp...
2003 Dec 01
0
No subject
...te: Wed, 6 Jun 2001 10:10:05 -0400
Message-ID: <vines.MVC9+zaX5vA@gc2a-hplh4.countygovt.brevard.fl.us>
To: <samba@lists.samba.org>
From: <marion.haines@countygovt.brevard.fl.us>(Marion Haines)
Reply-To: <marion.haines@countygovt.brevard.fl.us>
Subject: Samba Password Chat
X-Incognito-SN: 28896
X-Incognito-Version: 5.1.0.78
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@li...
2003 Dec 01
0
No subject
...NX.4.21.0105261847580.13646-100000@pogo.plainjoe.org>
<Pine.LNX.4.21.0105261847580.13646-100000@pogo.plainjoe.org >
<991534415.1739.0.camel@mark-debian>
<20010529023639.A20736@pogo.plainjoe.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <mailto:samba@lists.samba.org>
List-Subscribe: &...
2003 Dec 01
0
No subject
...Cc: samba@lists.samba.org
Subject: Re: Need help installing 2.09 rpm
Message-ID: <20010528070611.A9376@erlm.siemens.de>
Reply-To: Michael.Ott@erlm.siemens.de
References: <3B11D077.21DA7A1A@cox-internet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Mutt 1.0i
In-Reply-To: <3B11D077.21DA7A1A@cox-internet.com>; from
drankin@cox-internet.com on Sun, May 27, 2001 at 11:13:43PM -0500
Organization: Siemens AG, ATD IT PS 51 ERL, Erlangen, Germany
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-...
2003 Dec 01
0
No subject
...2.4.3-beta1va3.10 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Cc: samba@samba.org
Subject: Re: 2.2.0a on HP-UX 11.00
References: <20010710154026.E099.H.M.BRAND@hccnet.nl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <mailto:samba@lists.samba.org>
List-Subscribe: &...
2003 Dec 01
0
No subject
...: John Aldrich <john@chattanooga.net>
To: samba@lists.samba.org
Subject: Slightly off-topic -- can't see a Windows machine
Date: Mon, 20 Aug 2001 14:16:47 -0400
X-Mailer: KMail [version 1.2]
MIME-Version: 1.0
Message-Id: <01082014164709.24038@slave1.highertech.net>
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <mailto:samba@lists.samba.org>
List-Subscribe: &...
2003 Dec 01
0
No subject
...86)
X-Accept-Language: en
MIME-Version: 1.0
To: "Oliver Schulze L." <oliver@samera.com.py>
Cc: samba@lists.samba.org
Subject: Re: Samba 2.2.0 and 'max connections'
References: <3B252A06.3070405@samera.com.py>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: samba-admin@lists.samba.org
Errors-To: samba-admin@lists.samba.org
X-BeenThere: samba@lists.samba.org
X-Mailman-Version: 2.0beta6
Precedence: bulk
List-Help: <mailto:samba-request@lists.samba.org?subject=help>
List-Post: <mailto:samba@lists.samba.org>
List-Subscribe: &...