[Thread Prev][Thread Next][Index]

[las_users] Configure Rainfall Datasets



Dear All,

We are configuring Daily Rainfall Datasets, which contain 50 years of daily rainfall data.
using "addxml" utility the datasets configured and shows the yearly data following is my netCDF header
of daily rainfall datasets.

"netcdf Daily_Rainfall {
dimensions:
	lon = 35 ;
	lat = 33 ;
	time = UNLIMITED ; // (21185 currently)
variables:
	double lon(lon) ;
		lon:long_name = "longitude" ;
		lon:units = "degrees_east" ;
		lon:standard_name = "longitude" ;
	double lat(lat) ;
		lat:long_name = "latitude" ;
		lat:units = "degrees_north" ;
		lat:standard_name = "latitude" ;
	double time(time) ;
		time:units = "days since 1951-01-01 00:00:00" ;
		time:calendar = "standard" ;
	float Daily(time, lat, lon) ;
		Daily:long_name = "Gridded Rainfall" ;
		Daily:units = "mm/day" ;
		Daily:_FillValue = -99.9f ;

// global attributes:
		:CDI = "Climate Data Interface version 1.4.1" ;
		:Conventions = "COARDS" ;
		:history = "" ;
		:Title = "Daily Rainfall" ;
		:CDO = "Climate Data Operators version 1.4.1 (http://www.mpimet.mpg.de/cdo)" ;
}"

If i want to see particular month or months of data for specific year or years e.g. 1961 - 1975 and Jan and Feb from given period.
How to configured this type of requirement.

Our Working LAS version is 7.1.2 
            Ferret Version 6.64
            

Waiting for reply..
    

 
Thanks,
Sandeep Ingle


[Thread Prev][Thread Next][Index]


Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement