Re: Need help about NCL Daymet join script

From: Wei Huang <huangwei_at_nyahnyahspammersnyahnyah>
Date: Tue Dec 18 2012 - 07:42:21 MST

Kamal,

These messages:
> fatal:NclMalloc Failed:[errno=12]
> fatal:New: could not create new array:[errno=12]
> fatal:["Execute.c":7743]:Execute: Error occurred at or near line 318 in file
> join.daymet.1204.ncl

tell you that you have run out of memory.
Or more clear, at 318 line of your script, where you tried to allocate more memory.

Wei

huangwei@ucar.edu
VETS/CISL
National Center for Atmospheric Research
P.O. Box 3000 (1850 Table Mesa Dr.)
Boulder, CO 80307-3000 USA
(303) 497-8924

On Dec 17, 2012, at 10:02 PM, mmkamal@uwaterloo.ca wrote:

> Hi,
>
> I have been trying to use the NCL's Daymet data join script
> (http://www.esrl.noaa.gov/psd/people/dave.allured/data/daymet/join.daymet.1204.ncl) to add multiple DAYMET tiles. I find that It works fine up to 44 input NetCDF files but failed when tried to add more than that. I get the
> following
> error message given below (last couple of lines) when I tried to add
> 77 tiles.
>
> ========================================================
> (0) Full subset domain within master grid = 2475:4287, 927:2681
> (0) Min, max included latitudes = 33.3158, 52.5116
> (0) Min, max included longitudes = -96.8185, -69.5677
> (0) Min, max included tile numbers = 11383, 12473
> (0)
> (0) Compare 2-D coordinates between master coordinate file
> (0) and all input data files.
> (0) Count of exact matches in latitudes = 3.28498e+06 (97.9%)
> (0) Count of exact matches in longitudes = 3.35472e+06 (100.0%)
> (0) Largest difference in latitudes = 1.42109e-14 degrees
> (0) Largest difference in longitudes = 1.42109e-14 degrees
> (0)
> (0) Create super array, and overlay input arrays.
> fatal:NclMalloc Failed:[errno=12]
> fatal:New: could not create new array:[errno=12]
> fatal:["Execute.c":7743]:Execute: Error occurred at or near line 318 in file
> join.daymet.1204.ncl
>
> ==============================================================================
>
> As a novice user of NCL I could not figure it out what's going wrong.
> I did not changed anything in the script except increasing the number
> of input files. I look forward to hearing from you.
>
>
> Thanks in advance
> Kamal
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Dec 18 07:42:35 2012

This archive was generated by hypermail 2.1.8 : Fri Dec 21 2012 - 10:43:23 MST