regrid script that is a bit buggy

From: Marston Johnston <shejo284_at_nyahnyahspammersnyahnyah>
Date: Mon Apr 15 2013 - 01:45:13 MDT

Hi,

I'm new to NCL and jumpped right in at the deep end.
NCL seems to be very powerful but the learning curve seems a bit steep.
I have taken a regridding script found the NCL example website and modified
it to handle very very large arrays
and write the data, time step by time step. But, the code is buggy. It
works ok but my file keeps adding these strange ncl dimensions to the
output file:

dimensions:
time = UNLIMITED ; // (5848 currently)
lev = 9 ;
lat = 81 ;
lon = 360 ;
ncl4 = 1 ;
ncl5 = 1 ;
ncl6 = 1 ;
ncl7 = 1 ;
ncl8 = 1 ;
ncl9 = 1 ;
ncl10 = 1 ;
ncl11 = 1 ;
ncl12 = 1 ;
ncl13 = 1 ;
ncl14 = 1 ;
ncl15 = 1 ;
ncl16 = 1 ;

I've attached the ncl script. Would appreciate some help with understanding
how ncl writes netcdf files and how to write the data and data attributes
to the output file. Also how to do this per time step or even per pressure
level.

/Marston

-- 
Only the fruitful thing is true!


_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Mon Apr 15 01:59:15 2013

This archive was generated by hypermail 2.1.8 : Mon Apr 15 2013 - 20:12:25 MDT