Project

General

Profile

regridding a particular area taken from a larger area

Added by Frank Drost almost 12 years ago

Hi,

I have some geopotential height data from ERA Interim, lat -9.75 to -90 and lon 0 to 359.25
I want to extract the area lat -15 to -90, lon 0 to 360, and regrid that onto a grid with
increments of 1.5degree grid in both lon and lat direction (0,1.5,3,4.5,6,7.5, etc for lon).
I have the following command:

cdo remapcon,r240x50 -sellonlatbox,0,360,-15,-90 input.nc output.nc

regridding is done over 240x50 as I assume I have longitudinal data from 0-360 and latitudinal
data from -15 to -90. 240 points over 0-360 results in an increment of 1.5 degree, and 50 points
from -15 to -90 is also over 1.5degrees.
However, the output file output.nc shows that there are 50 latitudes, going from 90 to -90. I
wanted 50 latitudes from -15 to -90. What have I done wrong?

Cheers


Replies (6)

RE: regridding a particular area taken from a larger area - Added by Jaison-Thomas Ambadan almost 12 years ago

Hi Frank,

Can you please upload a sample of your input data?

Cheers,
J.

RE: regridding a particular area taken from a larger area - Added by Jaison-Thomas Ambadan almost 12 years ago

Hi again,

I also got the same problem, i.e, the output lat is going from -90 to 90! (it looks like a bug) BUT there is a way to cheat CDO: here is the trick!

1. first create a template of require lat/lon

cdo -f nc -sellonlatbox,0,360,-15,-90 -random,r240x120 template.nc

2. then use the template as the remap grid type

cdo -remapcon,template.nc input.nc output.nc

DONE! And you will get what you want!

Hope this helps!

Cheers,
J.

PS: You might want to report this problem as a bug (just in case ...)

RE: regridding a particular area taken from a larger area - Added by Frank Drost almost 12 years ago

Hi Jaison-Thomas,

Thanks for that trick. Indeed that worked for me too (well, for 3 out of the 4 datasets that I am using. For one I got an error message "unsupported grid type: generic. I have to find out why it doesn't work for that dataset). And I agree, there is probably a bug in the remapping.
cheers

RE: regridding a particular area taken from a larger area - Added by Jaison-Thomas Ambadan almost 12 years ago

Hi Frank,

If it is a generic "grid-point" data (NOT spectral) then converting to NetCDF cell format before the remap might work, i.e., in the step 2 (above post):

cdo -f nc -remapcon,template.nc -setgridtype,cell input_data output.nc

Cheers,
J.

RE: regridding a particular area taken from a larger area - Added by Frank Drost almost 12 years ago

Hi Jaison-Thomas,

This is a bit of a long text but I hope you can find enough info in here to maybe help me again?

I reckon it is a normal generic dataset as it is the NOAA_CIRES dataset. This is further confirmed by the output of 'cdo sinfov input.nc' (see far below)
When I typ the command you suggested,
'cdo -f nc -remapcon,template.nc -setgridtype,cell H1.nc output.nc',
I get the following message:
cdo remapcon: Started child process "-setgridtype,cell H1.nc (pipe1.1)"
Error (gridToUnstructured) : Grid type generic unsupported!

When I just look at the headers with ncdump -h I get the following info:
netcdf H1 {
dimensions:
gsize = 2 ;
lon = 180 ;
lat = 41 ;
sfc = 3 ;
level = 3 ;
time = UNLIMITED ; // (1680 currently)
variables:
float lon(lon) ;
lon:long_name = "Longitude" ;
lon:units = "degrees_east" ;
lon:standard_name = "longitude" ;
lon:axis = "X" ;
float lat(lat) ;
lat:long_name = "Latitude" ;
lat:units = "degrees_north" ;
lat:standard_name = "latitude" ;
lat:axis = "Y" ;
double sfc(sfc) ;
sfc:long_name = "surface" ;
sfc:axis = "Z" ;
float level(level) ;
level:long_name = "Level" ;
level:units = "millibar" ;
level:axis = "Z" ;
double time(time) ;
time:units = "hours since 1800-01-01 00:00:00" ;
time:calendar = "standard" ;
double time_bnds(time, sfc, gsize) ;
time_bnds:long_name = "Time Boundaries" ;
short hgt(time, level, lat, lon) ;
hgt:long_name = "Monthly Geopotential Heights on Pressure Levels" ;
hgt:standard_name = "geopotential_height" ;
hgt:units = "m" ;
hgt:add_offset = 31266.f ;
hgt:scale_factor = 1.f ;
hgt:_FillValue = -32767s ;
hgt:cell_methods = "time: mean (monthly from 6-hourly values)" ;
hgt:valid_range = -32766s, 28734s ;
hgt:unpacked_valid_range = -1500.f, 60000.f ;
hgt:actual_range = -308.9333f, 32673.17f ;
hgt:precision = 0s ;
hgt:GRIB_id = 7s ;
hgt:GRIB_name = "HGT" ;
hgt:var_desc = "Geopotential height" ;
hgt:dataset = "NOAA-CIRES 20th Century Reanalysis version 2 Monthly Averages" ;
hgt:level_desc = "Pressure Levels" ;
hgt:statistic = "Ensemble Mean" ;
hgt:parent_stat = "Individual Obs" ;

// global attributes:
:CDI = "Climate Data Interface version 1.5.0 (http://code.zmaw.de/projects/cdi)" ;
:Conventions = "CF-1.2" ;
:history = "Mon May 07 14:23:27 2012: cdo merge NOAA_CIRES_geo_200hpa_187101_201012_SH.nc NOAA_CIRES_geo_500hpa_187101_201012_SH.nc NOAA_CIRES_geo_1000hpa_187101_201012_SH.nc NOAA_CIRES_geo_3levels_187101_201012_SH.nc\n",
"Thu May 3 22:26:45 2012: ncrcat -O -d level,1000.000000 -d lat,-90.000000,-10.000000 -d lon,0.000000,358.000000 -d time,0,1679 /Datasets/20thC_ReanV2/Monthlies/pressure/hgt.mon.mean.nc /Public/www/X128.250.120.167.123.22.26.44.nc\n",
"created 2010/05 by Hoop (netCDF3)" ;
:institution = "NOAA ESRL/PSD" ;
:title = "Monthly NOAA-CIRES 20th Century Reanalysis" ;
:comments = "Data is from \n",
"NOAA-CIRES 20th Century Reanalysis version 2\n",
"(4x/day). It consists of most variables interpolated to\n",
"pressure surfaces from model (sigma) surfaces." ;
:platform = "Model" ;
:references = "http://www.esrl.noaa.gov/psd/data/gridded/data.20thCentReanalysis.html" ;
:citation = "Compo,G.P. <http://www.esrl.noaa.gov/psd/people/gilbert.p.compo&gt;, \n",
"J.S. Whitaker <http://www.esrl.noaa.gov/psd/people/jeffrey.s.whitaker&gt;,\n",
" and P.D. Sardeshmukh, 2006: Feasibility of a 100 year reanalysis using\n",
" only surface pressure data.\n",
" <http://www.esrl.noaa.gov/psd/people/gilbert.p.compo/Compoetal2006.pdf&gt;\n",
" /Bull. Amer. Met. Soc./, 87, 175-190." ;
:version = "2.0" ;
:nco_openmp_thread_number = 1 ;
:CDO = "Climate Data Operators version 1.5.0 (http://code.zmaw.de/projects/cdo)" ;
}

cdo sinfov input.nc
File format: netCDF
-1 : Institut Source Name Time Typ Grid Size Num Levels Num
1 : unknown unknown time_bnds var F64 2 1 3 1
2 : unknown unknown hgt var I16 7380 2 3 2
Horizontal grids :
1 : generic > size : dim = 2
2 : lonlat > size : dim = 7380 nlon = 180 nlat = 41
lon : first = 0 last = 358 inc = 2 degrees_east circular
lat : first = -10 last = -90 inc = -2 degrees_north
Vertical grids :
1 : generic : 0 0 0
2 : pressure millibar : 200 500 1000
Time axis : 1680 steps
RefTime = 1800-01-01 00:00:00 Units = hours Calendar = STANDARD
YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss YYYY-MM-DD hh:mm:ss
1871-01-01 00:00:00 1871-02-01 00:00:00 1871-03-01 00:00:00 1871-04-01 00:00:00
1871-05-01 00:00:00 1871-06-01 00:00:00 1871-07-01 00:00:00 1871-08-01 00:00:00
1871-09-01 00:00:00 1871-10-01 00:00:00 1871-11-01 00:00:00 1871-12-01 00:00:00
1872-01-01 00:00:00 1872-02-01 00:00:00 1872-03-01 00:00:00 1872-04-01 00:00:00
1872-05-01 00:00:00 1872-06-01 00:00:00 1872-07-01 00:00:00 1872-08-01 00:00:00
1872-09-01 00:00:00 1872-10-01 00:00:00 1872-11-01 00:00:00 1872-12-01 00:00:00
1873-01-01 00:00:00 1873-02-01 00:00:00 1873-03-01 00:00:00 1873-04-01 00:00:00
1873-05-01 00:00:00 1873-06-01 00:00:00 1873-07-01 00:00:00 1873-08-01 00:00:00
1873-09-01 00:00:00 1873-10-01 00:00:00 1873-11-01 00:00:00 1873-12-01 00:00:00
1874-01-01 00:00:00 1874-02-01 00:00:00 1874-03-01 00:00:00 1874-04-01 00:00:00
1874-05-01 00:00:00 1874-06-01 00:00:00 1874-07-01 00:00:00 1874-08-01 00:00:00
1874-09-01 00:00:00 1874-10-01 00:00:00 1874-11-01 00:00:00 1874-12-01 00:00:00
1875-01-01 00:00:00 1875-02-01 00:00:00 1875-03-01 00:00:00 1875-04-01 00:00:00
1875-05-01 00:00:00 1875-06-01 00:00:00 1875-07-01 00:00:00 1875-08-01 00:00:00
1875-09-01 00:00:00 1875-10-01 00:00:00 1875-11-01 00:00:00 1875-12-01 00:00:00
1876-01-01 00:00:00 1876-02-01 00:00:00 1876-03-01 00:00:00 1876-04-01 00:00:00
1876-05-01 00:00:00 1876-06-01 00:00:00 1876-07-01 00:00:00 1876-08-01 00:00:00
1876-09-01 00:00:00 1876-10-01 00:00:00 1876-11-01 00:00:00 1876-12-01 00:00:00
1877-01-01 00:00:00 1877-02-01 00:00:00 1877-03-01 00:00:00 1877-04-01 00:00:00
1877-05-01 00:00:00 1877-06-01 00:00:00 1877-07-01 00:00:00 1877-08-01 00:00:00
1877-09-01 00:00:00 1877-10-01 00:00:00 1877-11-01 00:00:00 1877-12-01 00:00:00
1878-01-01 00:00:00 1878-02-01 00:00:00 1878-03-01 00:00:00 1878-04-01 00:00:00
1878-05-01 00:00:00 1878-06-01 00:00:00 1878-07-01 00:00:00 1878-08-01 00:00:00
1878-09-01 00:00:00 1878-10-01 00:00:00 1878-11-01 00:00:00 1878-12-01 00:00:00
1879-01-01 00:00:00 1879-02-01 00:00:00 1879-03-01 00:00:00 1879-04-01 00:00:00
1879-05-01 00:00:00 1879-06-01 00:00:00 1879-07-01 00:00:00 1879-08-01 00:00:00
1879-09-01 00:00:00 1879-10-01 00:00:00 1879-11-01 00:00:00 1879-12-01 00:00:00
1880-01-01 00:00:00 1880-02-01 00:00:00 1880-03-01 00:00:00 1880-04-01 00:00:00
1880-05-01 00:00:00 1880-06-01 00:00:00 1880-07-01 00:00:00 1880-08-01 00:00:00
1880-09-01 00:00:00 1880-10-01 00:00:00 1880-11-01 00:00:00 1880-12-01 00:00:00
1881-01-01 00:00:00 1881-02-01 00:00:00 1881-03-01 00:00:00 1881-04-01 00:00:00
1881-05-01 00:00:00 1881-06-01 00:00:00 1881-07-01 00:00:00 1881-08-01 00:00:00
1881-09-01 00:00:00 1881-10-01 00:00:00 1881-11-01 00:00:00 1881-12-01 00:00:00
1882-01-01 00:00:00 1882-02-01 00:00:00 1882-03-01 00:00:00 1882-04-01 00:00:00
1882-05-01 00:00:00 1882-06-01 00:00:00 1882-07-01 00:00:00 1882-08-01 00:00:00
1882-09-01 00:00:00 1882-10-01 00:00:00 1882-11-01 00:00:00 1882-12-01 00:00:00
1883-01-01 00:00:00 1883-02-01 00:00:00 1883-03-01 00:00:00 1883-04-01 00:00:00
1883-05-01 00:00:00 1883-06-01 00:00:00 1883-07-01 00:00:00 1883-08-01 00:00:00
1883-09-01 00:00:00 1883-10-01 00:00:00 1883-11-01 00:00:00 1883-12-01 00:00:00
1884-01-01 00:00:00 1884-02-01 00:00:00 1884-03-01 00:00:00 1884-04-01 00:00:00
1884-05-01 00:00:00 1884-06-01 00:00:00 1884-07-01 00:00:00 1884-08-01 00:00:00
1884-09-01 00:00:00 1884-10-01 00:00:00 1884-11-01 00:00:00 1884-12-01 00:00:00
1885-01-01 00:00:00 1885-02-01 00:00:00 1885-03-01 00:00:00 1885-04-01 00:00:00
1885-05-01 00:00:00 1885-06-01 00:00:00 1885-07-01 00:00:00 1885-08-01 00:00:00
1885-09-01 00:00:00 1885-10-01 00:00:00 1885-11-01 00:00:00 1885-12-01 00:00:00
1886-01-01 00:00:00 1886-02-01 00:00:00 1886-03-01 00:00:00 1886-04-01 00:00:00
1886-05-01 00:00:00 1886-06-01 00:00:00 1886-07-01 00:00:00 1886-08-01 00:00:00
1886-09-01 00:00:00 1886-10-01 00:00:00 1886-11-01 00:00:00 1886-12-01 00:00:00
1887-01-01 00:00:00 1887-02-01 00:00:00 1887-03-01 00:00:00 1887-04-01 00:00:00
1887-05-01 00:00:00 1887-06-01 00:00:00 1887-07-01 00:00:00 1887-08-01 00:00:00
1887-09-01 00:00:00 1887-10-01 00:00:00 1887-11-01 00:00:00 1887-12-01 00:00:00
1888-01-01 00:00:00 1888-02-01 00:00:00 1888-03-01 00:00:00 1888-04-01 00:00:00
1888-05-01 00:00:00 1888-06-01 00:00:00 1888-07-01 00:00:00 1888-08-01 00:00:00
1888-09-01 00:00:00 1888-10-01 00:00:00 1888-11-01 00:00:00 1888-12-01 00:00:00
1889-01-01 00:00:00 1889-02-01 00:00:00 1889-03-01 00:00:00 1889-04-01 00:00:00
1889-05-01 00:00:00 1889-06-01 00:00:00 1889-07-01 00:00:00 1889-08-01 00:00:00
1889-09-01 00:00:00 1889-10-01 00:00:00 1889-11-01 00:00:00 1889-12-01 00:00:00
1890-01-01 00:00:00 1890-02-01 00:00:00 1890-03-01 00:00:00 1890-04-01 00:00:00
1890-05-01 00:00:00 1890-06-01 00:00:00 1890-07-01 00:00:00 1890-08-01 00:00:00
1890-09-01 00:00:00 1890-10-01 00:00:00 1890-11-01 00:00:00 1890-12-01 00:00:00
1891-01-01 00:00:00 1891-02-01 00:00:00 1891-03-01 00:00:00 1891-04-01 00:00:00
1891-05-01 00:00:00 1891-06-01 00:00:00 1891-07-01 00:00:00 1891-08-01 00:00:00
1891-09-01 00:00:00 1891-10-01 00:00:00 1891-11-01 00:00:00 1891-12-01 00:00:00
1892-01-01 00:00:00 1892-02-01 00:00:00 1892-03-01 00:00:00 1892-04-01 00:00:00
1892-05-01 00:00:00 1892-06-01 00:00:00 1892-07-01 00:00:00 1892-08-01 00:00:00
1892-09-01 00:00:00 1892-10-01 00:00:00 1892-11-01 00:00:00 1892-12-01 00:00:00
1893-01-01 00:00:00 1893-02-01 00:00:00 1893-03-01 00:00:00 1893-04-01 00:00:00
1893-05-01 00:00:00 1893-06-01 00:00:00 1893-07-01 00:00:00 1893-08-01 00:00:00
1893-09-01 00:00:00 1893-10-01 00:00:00 1893-11-01 00:00:00 1893-12-01 00:00:00
1894-01-01 00:00:00 1894-02-01 00:00:00 1894-03-01 00:00:00 1894-04-01 00:00:00
1894-05-01 00:00:00 1894-06-01 00:00:00 1894-07-01 00:00:00 1894-08-01 00:00:00
1894-09-01 00:00:00 1894-10-01 00:00:00 1894-11-01 00:00:00 1894-12-01 00:00:00
1895-01-01 00:00:00 1895-02-01 00:00:00 1895-03-01 00:00:00 1895-04-01 00:00:00
1895-05-01 00:00:00 1895-06-01 00:00:00 1895-07-01 00:00:00 1895-08-01 00:00:00
1895-09-01 00:00:00 1895-10-01 00:00:00 1895-11-01 00:00:00 1895-12-01 00:00:00
1896-01-01 00:00:00 1896-02-01 00:00:00 1896-03-01 00:00:00 1896-04-01 00:00:00
1896-05-01 00:00:00 1896-06-01 00:00:00 1896-07-01 00:00:00 1896-08-01 00:00:00
1896-09-01 00:00:00 1896-10-01 00:00:00 1896-11-01 00:00:00 1896-12-01 00:00:00
1897-01-01 00:00:00 1897-02-01 00:00:00 1897-03-01 00:00:00 1897-04-01 00:00:00
1897-05-01 00:00:00 1897-06-01 00:00:00 1897-07-01 00:00:00 1897-08-01 00:00:00
1897-09-01 00:00:00 1897-10-01 00:00:00 1897-11-01 00:00:00 1897-12-01 00:00:00
1898-01-01 00:00:00 1898-02-01 00:00:00 1898-03-01 00:00:00 1898-04-01 00:00:00
1898-05-01 00:00:00 1898-06-01 00:00:00 1898-07-01 00:00:00 1898-08-01 00:00:00
1898-09-01 00:00:00 1898-10-01 00:00:00 1898-11-01 00:00:00 1898-12-01 00:00:00
1899-01-01 00:00:00 1899-02-01 00:00:00 1899-03-01 00:00:00 1899-04-01 00:00:00
1899-05-01 00:00:00 1899-06-01 00:00:00 1899-07-01 00:00:00 1899-08-01 00:00:00
1899-09-01 00:00:00 1899-10-01 00:00:00 1899-11-01 00:00:00 1899-12-01 00:00:00
1900-01-01 00:00:00 1900-02-01 00:00:00 1900-03-01 00:00:00 1900-04-01 00:00:00
1900-05-01 00:00:00 1900-06-01 00:00:00 1900-07-01 00:00:00 1900-08-01 00:00:00
1900-09-01 00:00:00 1900-10-01 00:00:00 1900-11-01 00:00:00 1900-12-01 00:00:00
1901-01-01 00:00:00 1901-02-01 00:00:00 1901-03-01 00:00:00 1901-04-01 00:00:00
1901-05-01 00:00:00 1901-06-01 00:00:00 1901-07-01 00:00:00 1901-08-01 00:00:00
1901-09-01 00:00:00 1901-10-01 00:00:00 1901-11-01 00:00:00 1901-12-01 00:00:00
1902-01-01 00:00:00 1902-02-01 00:00:00 1902-03-01 00:00:00 1902-04-01 00:00:00
1902-05-01 00:00:00 1902-06-01 00:00:00 1902-07-01 00:00:00 1902-08-01 00:00:00
1902-09-01 00:00:00 1902-10-01 00:00:00 1902-11-01 00:00:00 1902-12-01 00:00:00
1903-01-01 00:00:00 1903-02-01 00:00:00 1903-03-01 00:00:00 1903-04-01 00:00:00
1903-05-01 00:00:00 1903-06-01 00:00:00 1903-07-01 00:00:00 1903-08-01 00:00:00
1903-09-01 00:00:00 1903-10-01 00:00:00 1903-11-01 00:00:00 1903-12-01 00:00:00
1904-01-01 00:00:00 1904-02-01 00:00:00 1904-03-01 00:00:00 1904-04-01 00:00:00
1904-05-01 00:00:00 1904-06-01 00:00:00 1904-07-01 00:00:00 1904-08-01 00:00:00
1904-09-01 00:00:00 1904-10-01 00:00:00 1904-11-01 00:00:00 1904-12-01 00:00:00
1905-01-01 00:00:00 1905-02-01 00:00:00 1905-03-01 00:00:00 1905-04-01 00:00:00
1905-05-01 00:00:00 1905-06-01 00:00:00 1905-07-01 00:00:00 1905-08-01 00:00:00
1905-09-01 00:00:00 1905-10-01 00:00:00 1905-11-01 00:00:00 1905-12-01 00:00:00
1906-01-01 00:00:00 1906-02-01 00:00:00 1906-03-01 00:00:00 1906-04-01 00:00:00
1906-05-01 00:00:00 1906-06-01 00:00:00 1906-07-01 00:00:00 1906-08-01 00:00:00
1906-09-01 00:00:00 1906-10-01 00:00:00 1906-11-01 00:00:00 1906-12-01 00:00:00
1907-01-01 00:00:00 1907-02-01 00:00:00 1907-03-01 00:00:00 1907-04-01 00:00:00
1907-05-01 00:00:00 1907-06-01 00:00:00 1907-07-01 00:00:00 1907-08-01 00:00:00
1907-09-01 00:00:00 1907-10-01 00:00:00 1907-11-01 00:00:00 1907-12-01 00:00:00
1908-01-01 00:00:00 1908-02-01 00:00:00 1908-03-01 00:00:00 1908-04-01 00:00:00
1908-05-01 00:00:00 1908-06-01 00:00:00 1908-07-01 00:00:00 1908-08-01 00:00:00
1908-09-01 00:00:00 1908-10-01 00:00:00 1908-11-01 00:00:00 1908-12-01 00:00:00
1909-01-01 00:00:00 1909-02-01 00:00:00 1909-03-01 00:00:00 1909-04-01 00:00:00
1909-05-01 00:00:00 1909-06-01 00:00:00 1909-07-01 00:00:00 1909-08-01 00:00:00
1909-09-01 00:00:00 1909-10-01 00:00:00 1909-11-01 00:00:00 1909-12-01 00:00:00
1910-01-01 00:00:00 1910-02-01 00:00:00 1910-03-01 00:00:00 1910-04-01 00:00:00
1910-05-01 00:00:00 1910-06-01 00:00:00 1910-07-01 00:00:00 1910-08-01 00:00:00
1910-09-01 00:00:00 1910-10-01 00:00:00 1910-11-01 00:00:00 1910-12-01 00:00:00
1911-01-01 00:00:00 1911-02-01 00:00:00 1911-03-01 00:00:00 1911-04-01 00:00:00
1911-05-01 00:00:00 1911-06-01 00:00:00 1911-07-01 00:00:00 1911-08-01 00:00:00
1911-09-01 00:00:00 1911-10-01 00:00:00 1911-11-01 00:00:00 1911-12-01 00:00:00
1912-01-01 00:00:00 1912-02-01 00:00:00 1912-03-01 00:00:00 1912-04-01 00:00:00
1912-05-01 00:00:00 1912-06-01 00:00:00 1912-07-01 00:00:00 1912-08-01 00:00:00
1912-09-01 00:00:00 1912-10-01 00:00:00 1912-11-01 00:00:00 1912-12-01 00:00:00
1913-01-01 00:00:00 1913-02-01 00:00:00 1913-03-01 00:00:00 1913-04-01 00:00:00
1913-05-01 00:00:00 1913-06-01 00:00:00 1913-07-01 00:00:00 1913-08-01 00:00:00
1913-09-01 00:00:00 1913-10-01 00:00:00 1913-11-01 00:00:00 1913-12-01 00:00:00
1914-01-01 00:00:00 1914-02-01 00:00:00 1914-03-01 00:00:00 1914-04-01 00:00:00
1914-05-01 00:00:00 1914-06-01 00:00:00 1914-07-01 00:00:00 1914-08-01 00:00:00
1914-09-01 00:00:00 1914-10-01 00:00:00 1914-11-01 00:00:00 1914-12-01 00:00:00
1915-01-01 00:00:00 1915-02-01 00:00:00 1915-03-01 00:00:00 1915-04-01 00:00:00
1915-05-01 00:00:00 1915-06-01 00:00:00 1915-07-01 00:00:00 1915-08-01 00:00:00
1915-09-01 00:00:00 1915-10-01 00:00:00 1915-11-01 00:00:00 1915-12-01 00:00:00
1916-01-01 00:00:00 1916-02-01 00:00:00 1916-03-01 00:00:00 1916-04-01 00:00:00
1916-05-01 00:00:00 1916-06-01 00:00:00 1916-07-01 00:00:00 1916-08-01 00:00:00
1916-09-01 00:00:00 1916-10-01 00:00:00 1916-11-01 00:00:00 1916-12-01 00:00:00
1917-01-01 00:00:00 1917-02-01 00:00:00 1917-03-01 00:00:00 1917-04-01 00:00:00
1917-05-01 00:00:00 1917-06-01 00:00:00 1917-07-01 00:00:00 1917-08-01 00:00:00
1917-09-01 00:00:00 1917-10-01 00:00:00 1917-11-01 00:00:00 1917-12-01 00:00:00
1918-01-01 00:00:00 1918-02-01 00:00:00 1918-03-01 00:00:00 1918-04-01 00:00:00
1918-05-01 00:00:00 1918-06-01 00:00:00 1918-07-01 00:00:00 1918-08-01 00:00:00
1918-09-01 00:00:00 1918-10-01 00:00:00 1918-11-01 00:00:00 1918-12-01 00:00:00
1919-01-01 00:00:00 1919-02-01 00:00:00 1919-03-01 00:00:00 1919-04-01 00:00:00
1919-05-01 00:00:00 1919-06-01 00:00:00 1919-07-01 00:00:00 1919-08-01 00:00:00
1919-09-01 00:00:00 1919-10-01 00:00:00 1919-11-01 00:00:00 1919-12-01 00:00:00
1920-01-01 00:00:00 1920-02-01 00:00:00 1920-03-01 00:00:00 1920-04-01 00:00:00
1920-05-01 00:00:00 1920-06-01 00:00:00 1920-07-01 00:00:00 1920-08-01 00:00:00
1920-09-01 00:00:00 1920-10-01 00:00:00 1920-11-01 00:00:00 1920-12-01 00:00:00
1921-01-01 00:00:00 1921-02-01 00:00:00 1921-03-01 00:00:00 1921-04-01 00:00:00
1921-05-01 00:00:00 1921-06-01 00:00:00 1921-07-01 00:00:00 1921-08-01 00:00:00
1921-09-01 00:00:00 1921-10-01 00:00:00 1921-11-01 00:00:00 1921-12-01 00:00:00
1922-01-01 00:00:00 1922-02-01 00:00:00 1922-03-01 00:00:00 1922-04-01 00:00:00
1922-05-01 00:00:00 1922-06-01 00:00:00 1922-07-01 00:00:00 1922-08-01 00:00:00
1922-09-01 00:00:00 1922-10-01 00:00:00 1922-11-01 00:00:00 1922-12-01 00:00:00
1923-01-01 00:00:00 1923-02-01 00:00:00 1923-03-01 00:00:00 1923-04-01 00:00:00
1923-05-01 00:00:00 1923-06-01 00:00:00 1923-07-01 00:00:00 1923-08-01 00:00:00
1923-09-01 00:00:00 1923-10-01 00:00:00 1923-11-01 00:00:00 1923-12-01 00:00:00
1924-01-01 00:00:00 1924-02-01 00:00:00 1924-03-01 00:00:00 1924-04-01 00:00:00
1924-05-01 00:00:00 1924-06-01 00:00:00 1924-07-01 00:00:00 1924-08-01 00:00:00
1924-09-01 00:00:00 1924-10-01 00:00:00 1924-11-01 00:00:00 1924-12-01 00:00:00
1925-01-01 00:00:00 1925-02-01 00:00:00 1925-03-01 00:00:00 1925-04-01 00:00:00
1925-05-01 00:00:00 1925-06-01 00:00:00 1925-07-01 00:00:00 1925-08-01 00:00:00
1925-09-01 00:00:00 1925-10-01 00:00:00 1925-11-01 00:00:00 1925-12-01 00:00:00
1926-01-01 00:00:00 1926-02-01 00:00:00 1926-03-01 00:00:00 1926-04-01 00:00:00
1926-05-01 00:00:00 1926-06-01 00:00:00 1926-07-01 00:00:00 1926-08-01 00:00:00
1926-09-01 00:00:00 1926-10-01 00:00:00 1926-11-01 00:00:00 1926-12-01 00:00:00
1927-01-01 00:00:00 1927-02-01 00:00:00 1927-03-01 00:00:00 1927-04-01 00:00:00
1927-05-01 00:00:00 1927-06-01 00:00:00 1927-07-01 00:00:00 1927-08-01 00:00:00
1927-09-01 00:00:00 1927-10-01 00:00:00 1927-11-01 00:00:00 1927-12-01 00:00:00
1928-01-01 00:00:00 1928-02-01 00:00:00 1928-03-01 00:00:00 1928-04-01 00:00:00
1928-05-01 00:00:00 1928-06-01 00:00:00 1928-07-01 00:00:00 1928-08-01 00:00:00
1928-09-01 00:00:00 1928-10-01 00:00:00 1928-11-01 00:00:00 1928-12-01 00:00:00
1929-01-01 00:00:00 1929-02-01 00:00:00 1929-03-01 00:00:00 1929-04-01 00:00:00
1929-05-01 00:00:00 1929-06-01 00:00:00 1929-07-01 00:00:00 1929-08-01 00:00:00
1929-09-01 00:00:00 1929-10-01 00:00:00 1929-11-01 00:00:00 1929-12-01 00:00:00
1930-01-01 00:00:00 1930-02-01 00:00:00 1930-03-01 00:00:00 1930-04-01 00:00:00
1930-05-01 00:00:00 1930-06-01 00:00:00 1930-07-01 00:00:00 1930-08-01 00:00:00
1930-09-01 00:00:00 1930-10-01 00:00:00 1930-11-01 00:00:00 1930-12-01 00:00:00
1931-01-01 00:00:00 1931-02-01 00:00:00 1931-03-01 00:00:00 1931-04-01 00:00:00
1931-05-01 00:00:00 1931-06-01 00:00:00 1931-07-01 00:00:00 1931-08-01 00:00:00
1931-09-01 00:00:00 1931-10-01 00:00:00 1931-11-01 00:00:00 1931-12-01 00:00:00
1932-01-01 00:00:00 1932-02-01 00:00:00 1932-03-01 00:00:00 1932-04-01 00:00:00
1932-05-01 00:00:00 1932-06-01 00:00:00 1932-07-01 00:00:00 1932-08-01 00:00:00
1932-09-01 00:00:00 1932-10-01 00:00:00 1932-11-01 00:00:00 1932-12-01 00:00:00
1933-01-01 00:00:00 1933-02-01 00:00:00 1933-03-01 00:00:00 1933-04-01 00:00:00
1933-05-01 00:00:00 1933-06-01 00:00:00 1933-07-01 00:00:00 1933-08-01 00:00:00
1933-09-01 00:00:00 1933-10-01 00:00:00 1933-11-01 00:00:00 1933-12-01 00:00:00
1934-01-01 00:00:00 1934-02-01 00:00:00 1934-03-01 00:00:00 1934-04-01 00:00:00
1934-05-01 00:00:00 1934-06-01 00:00:00 1934-07-01 00:00:00 1934-08-01 00:00:00
1934-09-01 00:00:00 1934-10-01 00:00:00 1934-11-01 00:00:00 1934-12-01 00:00:00
1935-01-01 00:00:00 1935-02-01 00:00:00 1935-03-01 00:00:00 1935-04-01 00:00:00
1935-05-01 00:00:00 1935-06-01 00:00:00 1935-07-01 00:00:00 1935-08-01 00:00:00
1935-09-01 00:00:00 1935-10-01 00:00:00 1935-11-01 00:00:00 1935-12-01 00:00:00
1936-01-01 00:00:00 1936-02-01 00:00:00 1936-03-01 00:00:00 1936-04-01 00:00:00
1936-05-01 00:00:00 1936-06-01 00:00:00 1936-07-01 00:00:00 1936-08-01 00:00:00
1936-09-01 00:00:00 1936-10-01 00:00:00 1936-11-01 00:00:00 1936-12-01 00:00:00
1937-01-01 00:00:00 1937-02-01 00:00:00 1937-03-01 00:00:00 1937-04-01 00:00:00
1937-05-01 00:00:00 1937-06-01 00:00:00 1937-07-01 00:00:00 1937-08-01 00:00:00
1937-09-01 00:00:00 1937-10-01 00:00:00 1937-11-01 00:00:00 1937-12-01 00:00:00
1938-01-01 00:00:00 1938-02-01 00:00:00 1938-03-01 00:00:00 1938-04-01 00:00:00
1938-05-01 00:00:00 1938-06-01 00:00:00 1938-07-01 00:00:00 1938-08-01 00:00:00
1938-09-01 00:00:00 1938-10-01 00:00:00 1938-11-01 00:00:00 1938-12-01 00:00:00
1939-01-01 00:00:00 1939-02-01 00:00:00 1939-03-01 00:00:00 1939-04-01 00:00:00
1939-05-01 00:00:00 1939-06-01 00:00:00 1939-07-01 00:00:00 1939-08-01 00:00:00
1939-09-01 00:00:00 1939-10-01 00:00:00 1939-11-01 00:00:00 1939-12-01 00:00:00
1940-01-01 00:00:00 1940-02-01 00:00:00 1940-03-01 00:00:00 1940-04-01 00:00:00
1940-05-01 00:00:00 1940-06-01 00:00:00 1940-07-01 00:00:00 1940-08-01 00:00:00
1940-09-01 00:00:00 1940-10-01 00:00:00 1940-11-01 00:00:00 1940-12-01 00:00:00
1941-01-01 00:00:00 1941-02-01 00:00:00 1941-03-01 00:00:00 1941-04-01 00:00:00
1941-05-01 00:00:00 1941-06-01 00:00:00 1941-07-01 00:00:00 1941-08-01 00:00:00
1941-09-01 00:00:00 1941-10-01 00:00:00 1941-11-01 00:00:00 1941-12-01 00:00:00
1942-01-01 00:00:00 1942-02-01 00:00:00 1942-03-01 00:00:00 1942-04-01 00:00:00
1942-05-01 00:00:00 1942-06-01 00:00:00 1942-07-01 00:00:00 1942-08-01 00:00:00
1942-09-01 00:00:00 1942-10-01 00:00:00 1942-11-01 00:00:00 1942-12-01 00:00:00
1943-01-01 00:00:00 1943-02-01 00:00:00 1943-03-01 00:00:00 1943-04-01 00:00:00
1943-05-01 00:00:00 1943-06-01 00:00:00 1943-07-01 00:00:00 1943-08-01 00:00:00
1943-09-01 00:00:00 1943-10-01 00:00:00 1943-11-01 00:00:00 1943-12-01 00:00:00
1944-01-01 00:00:00 1944-02-01 00:00:00 1944-03-01 00:00:00 1944-04-01 00:00:00
1944-05-01 00:00:00 1944-06-01 00:00:00 1944-07-01 00:00:00 1944-08-01 00:00:00
1944-09-01 00:00:00 1944-10-01 00:00:00 1944-11-01 00:00:00 1944-12-01 00:00:00
1945-01-01 00:00:00 1945-02-01 00:00:00 1945-03-01 00:00:00 1945-04-01 00:00:00
1945-05-01 00:00:00 1945-06-01 00:00:00 1945-07-01 00:00:00 1945-08-01 00:00:00
1945-09-01 00:00:00 1945-10-01 00:00:00 1945-11-01 00:00:00 1945-12-01 00:00:00
1946-01-01 00:00:00 1946-02-01 00:00:00 1946-03-01 00:00:00 1946-04-01 00:00:00
1946-05-01 00:00:00 1946-06-01 00:00:00 1946-07-01 00:00:00 1946-08-01 00:00:00
1946-09-01 00:00:00 1946-10-01 00:00:00 1946-11-01 00:00:00 1946-12-01 00:00:00
1947-01-01 00:00:00 1947-02-01 00:00:00 1947-03-01 00:00:00 1947-04-01 00:00:00
1947-05-01 00:00:00 1947-06-01 00:00:00 1947-07-01 00:00:00 1947-08-01 00:00:00
1947-09-01 00:00:00 1947-10-01 00:00:00 1947-11-01 00:00:00 1947-12-01 00:00:00
1948-01-01 00:00:00 1948-02-01 00:00:00 1948-03-01 00:00:00 1948-04-01 00:00:00
1948-05-01 00:00:00 1948-06-01 00:00:00 1948-07-01 00:00:00 1948-08-01 00:00:00
1948-09-01 00:00:00 1948-10-01 00:00:00 1948-11-01 00:00:00 1948-12-01 00:00:00
1949-01-01 00:00:00 1949-02-01 00:00:00 1949-03-01 00:00:00 1949-04-01 00:00:00
1949-05-01 00:00:00 1949-06-01 00:00:00 1949-07-01 00:00:00 1949-08-01 00:00:00
1949-09-01 00:00:00 1949-10-01 00:00:00 1949-11-01 00:00:00 1949-12-01 00:00:00
1950-01-01 00:00:00 1950-02-01 00:00:00 1950-03-01 00:00:00 1950-04-01 00:00:00
1950-05-01 00:00:00 1950-06-01 00:00:00 1950-07-01 00:00:00 1950-08-01 00:00:00
1950-09-01 00:00:00 1950-10-01 00:00:00 1950-11-01 00:00:00 1950-12-01 00:00:00
1951-01-01 00:00:00 1951-02-01 00:00:00 1951-03-01 00:00:00 1951-04-01 00:00:00
1951-05-01 00:00:00 1951-06-01 00:00:00 1951-07-01 00:00:00 1951-08-01 00:00:00
1951-09-01 00:00:00 1951-10-01 00:00:00 1951-11-01 00:00:00 1951-12-01 00:00:00
1952-01-01 00:00:00 1952-02-01 00:00:00 1952-03-01 00:00:00 1952-04-01 00:00:00
1952-05-01 00:00:00 1952-06-01 00:00:00 1952-07-01 00:00:00 1952-08-01 00:00:00
1952-09-01 00:00:00 1952-10-01 00:00:00 1952-11-01 00:00:00 1952-12-01 00:00:00
1953-01-01 00:00:00 1953-02-01 00:00:00 1953-03-01 00:00:00 1953-04-01 00:00:00
1953-05-01 00:00:00 1953-06-01 00:00:00 1953-07-01 00:00:00 1953-08-01 00:00:00
1953-09-01 00:00:00 1953-10-01 00:00:00 1953-11-01 00:00:00 1953-12-01 00:00:00
1954-01-01 00:00:00 1954-02-01 00:00:00 1954-03-01 00:00:00 1954-04-01 00:00:00
1954-05-01 00:00:00 1954-06-01 00:00:00 1954-07-01 00:00:00 1954-08-01 00:00:00
1954-09-01 00:00:00 1954-10-01 00:00:00 1954-11-01 00:00:00 1954-12-01 00:00:00
1955-01-01 00:00:00 1955-02-01 00:00:00 1955-03-01 00:00:00 1955-04-01 00:00:00
1955-05-01 00:00:00 1955-06-01 00:00:00 1955-07-01 00:00:00 1955-08-01 00:00:00
1955-09-01 00:00:00 1955-10-01 00:00:00 1955-11-01 00:00:00 1955-12-01 00:00:00
1956-01-01 00:00:00 1956-02-01 00:00:00 1956-03-01 00:00:00 1956-04-01 00:00:00
1956-05-01 00:00:00 1956-06-01 00:00:00 1956-07-01 00:00:00 1956-08-01 00:00:00
1956-09-01 00:00:00 1956-10-01 00:00:00 1956-11-01 00:00:00 1956-12-01 00:00:00
1957-01-01 00:00:00 1957-02-01 00:00:00 1957-03-01 00:00:00 1957-04-01 00:00:00
1957-05-01 00:00:00 1957-06-01 00:00:00 1957-07-01 00:00:00 1957-08-01 00:00:00
1957-09-01 00:00:00 1957-10-01 00:00:00 1957-11-01 00:00:00 1957-12-01 00:00:00
1958-01-01 00:00:00 1958-02-01 00:00:00 1958-03-01 00:00:00 1958-04-01 00:00:00
1958-05-01 00:00:00 1958-06-01 00:00:00 1958-07-01 00:00:00 1958-08-01 00:00:00
1958-09-01 00:00:00 1958-10-01 00:00:00 1958-11-01 00:00:00 1958-12-01 00:00:00
1959-01-01 00:00:00 1959-02-01 00:00:00 1959-03-01 00:00:00 1959-04-01 00:00:00
1959-05-01 00:00:00 1959-06-01 00:00:00 1959-07-01 00:00:00 1959-08-01 00:00:00
1959-09-01 00:00:00 1959-10-01 00:00:00 1959-11-01 00:00:00 1959-12-01 00:00:00
1960-01-01 00:00:00 1960-02-01 00:00:00 1960-03-01 00:00:00 1960-04-01 00:00:00
1960-05-01 00:00:00 1960-06-01 00:00:00 1960-07-01 00:00:00 1960-08-01 00:00:00
1960-09-01 00:00:00 1960-10-01 00:00:00 1960-11-01 00:00:00 1960-12-01 00:00:00
1961-01-01 00:00:00 1961-02-01 00:00:00 1961-03-01 00:00:00 1961-04-01 00:00:00
1961-05-01 00:00:00 1961-06-01 00:00:00 1961-07-01 00:00:00 1961-08-01 00:00:00
1961-09-01 00:00:00 1961-10-01 00:00:00 1961-11-01 00:00:00 1961-12-01 00:00:00
1962-01-01 00:00:00 1962-02-01 00:00:00 1962-03-01 00:00:00 1962-04-01 00:00:00
1962-05-01 00:00:00 1962-06-01 00:00:00 1962-07-01 00:00:00 1962-08-01 00:00:00
1962-09-01 00:00:00 1962-10-01 00:00:00 1962-11-01 00:00:00 1962-12-01 00:00:00
1963-01-01 00:00:00 1963-02-01 00:00:00 1963-03-01 00:00:00 1963-04-01 00:00:00
1963-05-01 00:00:00 1963-06-01 00:00:00 1963-07-01 00:00:00 1963-08-01 00:00:00
1963-09-01 00:00:00 1963-10-01 00:00:00 1963-11-01 00:00:00 1963-12-01 00:00:00
1964-01-01 00:00:00 1964-02-01 00:00:00 1964-03-01 00:00:00 1964-04-01 00:00:00
1964-05-01 00:00:00 1964-06-01 00:00:00 1964-07-01 00:00:00 1964-08-01 00:00:00
1964-09-01 00:00:00 1964-10-01 00:00:00 1964-11-01 00:00:00 1964-12-01 00:00:00
1965-01-01 00:00:00 1965-02-01 00:00:00 1965-03-01 00:00:00 1965-04-01 00:00:00
1965-05-01 00:00:00 1965-06-01 00:00:00 1965-07-01 00:00:00 1965-08-01 00:00:00
1965-09-01 00:00:00 1965-10-01 00:00:00 1965-11-01 00:00:00 1965-12-01 00:00:00
1966-01-01 00:00:00 1966-02-01 00:00:00 1966-03-01 00:00:00 1966-04-01 00:00:00
1966-05-01 00:00:00 1966-06-01 00:00:00 1966-07-01 00:00:00 1966-08-01 00:00:00
1966-09-01 00:00:00 1966-10-01 00:00:00 1966-11-01 00:00:00 1966-12-01 00:00:00
1967-01-01 00:00:00 1967-02-01 00:00:00 1967-03-01 00:00:00 1967-04-01 00:00:00
1967-05-01 00:00:00 1967-06-01 00:00:00 1967-07-01 00:00:00 1967-08-01 00:00:00
1967-09-01 00:00:00 1967-10-01 00:00:00 1967-11-01 00:00:00 1967-12-01 00:00:00
1968-01-01 00:00:00 1968-02-01 00:00:00 1968-03-01 00:00:00 1968-04-01 00:00:00
1968-05-01 00:00:00 1968-06-01 00:00:00 1968-07-01 00:00:00 1968-08-01 00:00:00
1968-09-01 00:00:00 1968-10-01 00:00:00 1968-11-01 00:00:00 1968-12-01 00:00:00
1969-01-01 00:00:00 1969-02-01 00:00:00 1969-03-01 00:00:00 1969-04-01 00:00:00
1969-05-01 00:00:00 1969-06-01 00:00:00 1969-07-01 00:00:00 1969-08-01 00:00:00
1969-09-01 00:00:00 1969-10-01 00:00:00 1969-11-01 00:00:00 1969-12-01 00:00:00
1970-01-01 00:00:00 1970-02-01 00:00:00 1970-03-01 00:00:00 1970-04-01 00:00:00
1970-05-01 00:00:00 1970-06-01 00:00:00 1970-07-01 00:00:00 1970-08-01 00:00:00
1970-09-01 00:00:00 1970-10-01 00:00:00 1970-11-01 00:00:00 1970-12-01 00:00:00
1971-01-01 00:00:00 1971-02-01 00:00:00 1971-03-01 00:00:00 1971-04-01 00:00:00
1971-05-01 00:00:00 1971-06-01 00:00:00 1971-07-01 00:00:00 1971-08-01 00:00:00
1971-09-01 00:00:00 1971-10-01 00:00:00 1971-11-01 00:00:00 1971-12-01 00:00:00
1972-01-01 00:00:00 1972-02-01 00:00:00 1972-03-01 00:00:00 1972-04-01 00:00:00
1972-05-01 00:00:00 1972-06-01 00:00:00 1972-07-01 00:00:00 1972-08-01 00:00:00
1972-09-01 00:00:00 1972-10-01 00:00:00 1972-11-01 00:00:00 1972-12-01 00:00:00
1973-01-01 00:00:00 1973-02-01 00:00:00 1973-03-01 00:00:00 1973-04-01 00:00:00
1973-05-01 00:00:00 1973-06-01 00:00:00 1973-07-01 00:00:00 1973-08-01 00:00:00
1973-09-01 00:00:00 1973-10-01 00:00:00 1973-11-01 00:00:00 1973-12-01 00:00:00
1974-01-01 00:00:00 1974-02-01 00:00:00 1974-03-01 00:00:00 1974-04-01 00:00:00
1974-05-01 00:00:00 1974-06-01 00:00:00 1974-07-01 00:00:00 1974-08-01 00:00:00
1974-09-01 00:00:00 1974-10-01 00:00:00 1974-11-01 00:00:00 1974-12-01 00:00:00
1975-01-01 00:00:00 1975-02-01 00:00:00 1975-03-01 00:00:00 1975-04-01 00:00:00
1975-05-01 00:00:00 1975-06-01 00:00:00 1975-07-01 00:00:00 1975-08-01 00:00:00
1975-09-01 00:00:00 1975-10-01 00:00:00 1975-11-01 00:00:00 1975-12-01 00:00:00
1976-01-01 00:00:00 1976-02-01 00:00:00 1976-03-01 00:00:00 1976-04-01 00:00:00
1976-05-01 00:00:00 1976-06-01 00:00:00 1976-07-01 00:00:00 1976-08-01 00:00:00
1976-09-01 00:00:00 1976-10-01 00:00:00 1976-11-01 00:00:00 1976-12-01 00:00:00
1977-01-01 00:00:00 1977-02-01 00:00:00 1977-03-01 00:00:00 1977-04-01 00:00:00
1977-05-01 00:00:00 1977-06-01 00:00:00 1977-07-01 00:00:00 1977-08-01 00:00:00
1977-09-01 00:00:00 1977-10-01 00:00:00 1977-11-01 00:00:00 1977-12-01 00:00:00
1978-01-01 00:00:00 1978-02-01 00:00:00 1978-03-01 00:00:00 1978-04-01 00:00:00
1978-05-01 00:00:00 1978-06-01 00:00:00 1978-07-01 00:00:00 1978-08-01 00:00:00
1978-09-01 00:00:00 1978-10-01 00:00:00 1978-11-01 00:00:00 1978-12-01 00:00:00
1979-01-01 00:00:00 1979-02-01 00:00:00 1979-03-01 00:00:00 1979-04-01 00:00:00
1979-05-01 00:00:00 1979-06-01 00:00:00 1979-07-01 00:00:00 1979-08-01 00:00:00
1979-09-01 00:00:00 1979-10-01 00:00:00 1979-11-01 00:00:00 1979-12-01 00:00:00
1980-01-01 00:00:00 1980-02-01 00:00:00 1980-03-01 00:00:00 1980-04-01 00:00:00
1980-05-01 00:00:00 1980-06-01 00:00:00 1980-07-01 00:00:00 1980-08-01 00:00:00
1980-09-01 00:00:00 1980-10-01 00:00:00 1980-11-01 00:00:00 1980-12-01 00:00:00
1981-01-01 00:00:00 1981-02-01 00:00:00 1981-03-01 00:00:00 1981-04-01 00:00:00
1981-05-01 00:00:00 1981-06-01 00:00:00 1981-07-01 00:00:00 1981-08-01 00:00:00
1981-09-01 00:00:00 1981-10-01 00:00:00 1981-11-01 00:00:00 1981-12-01 00:00:00
1982-01-01 00:00:00 1982-02-01 00:00:00 1982-03-01 00:00:00 1982-04-01 00:00:00
1982-05-01 00:00:00 1982-06-01 00:00:00 1982-07-01 00:00:00 1982-08-01 00:00:00
1982-09-01 00:00:00 1982-10-01 00:00:00 1982-11-01 00:00:00 1982-12-01 00:00:00
1983-01-01 00:00:00 1983-02-01 00:00:00 1983-03-01 00:00:00 1983-04-01 00:00:00
1983-05-01 00:00:00 1983-06-01 00:00:00 1983-07-01 00:00:00 1983-08-01 00:00:00
1983-09-01 00:00:00 1983-10-01 00:00:00 1983-11-01 00:00:00 1983-12-01 00:00:00
1984-01-01 00:00:00 1984-02-01 00:00:00 1984-03-01 00:00:00 1984-04-01 00:00:00
1984-05-01 00:00:00 1984-06-01 00:00:00 1984-07-01 00:00:00 1984-08-01 00:00:00
1984-09-01 00:00:00 1984-10-01 00:00:00 1984-11-01 00:00:00 1984-12-01 00:00:00
1985-01-01 00:00:00 1985-02-01 00:00:00 1985-03-01 00:00:00 1985-04-01 00:00:00
1985-05-01 00:00:00 1985-06-01 00:00:00 1985-07-01 00:00:00 1985-08-01 00:00:00
1985-09-01 00:00:00 1985-10-01 00:00:00 1985-11-01 00:00:00 1985-12-01 00:00:00
1986-01-01 00:00:00 1986-02-01 00:00:00 1986-03-01 00:00:00 1986-04-01 00:00:00
1986-05-01 00:00:00 1986-06-01 00:00:00 1986-07-01 00:00:00 1986-08-01 00:00:00
1986-09-01 00:00:00 1986-10-01 00:00:00 1986-11-01 00:00:00 1986-12-01 00:00:00
1987-01-01 00:00:00 1987-02-01 00:00:00 1987-03-01 00:00:00 1987-04-01 00:00:00
1987-05-01 00:00:00 1987-06-01 00:00:00 1987-07-01 00:00:00 1987-08-01 00:00:00
1987-09-01 00:00:00 1987-10-01 00:00:00 1987-11-01 00:00:00 1987-12-01 00:00:00
1988-01-01 00:00:00 1988-02-01 00:00:00 1988-03-01 00:00:00 1988-04-01 00:00:00
1988-05-01 00:00:00 1988-06-01 00:00:00 1988-07-01 00:00:00 1988-08-01 00:00:00
1988-09-01 00:00:00 1988-10-01 00:00:00 1988-11-01 00:00:00 1988-12-01 00:00:00
1989-01-01 00:00:00 1989-02-01 00:00:00 1989-03-01 00:00:00 1989-04-01 00:00:00
1989-05-01 00:00:00 1989-06-01 00:00:00 1989-07-01 00:00:00 1989-08-01 00:00:00
1989-09-01 00:00:00 1989-10-01 00:00:00 1989-11-01 00:00:00 1989-12-01 00:00:00
1990-01-01 00:00:00 1990-02-01 00:00:00 1990-03-01 00:00:00 1990-04-01 00:00:00
1990-05-01 00:00:00 1990-06-01 00:00:00 1990-07-01 00:00:00 1990-08-01 00:00:00
1990-09-01 00:00:00 1990-10-01 00:00:00 1990-11-01 00:00:00 1990-12-01 00:00:00
1991-01-01 00:00:00 1991-02-01 00:00:00 1991-03-01 00:00:00 1991-04-01 00:00:00
1991-05-01 00:00:00 1991-06-01 00:00:00 1991-07-01 00:00:00 1991-08-01 00:00:00
1991-09-01 00:00:00 1991-10-01 00:00:00 1991-11-01 00:00:00 1991-12-01 00:00:00
1992-01-01 00:00:00 1992-02-01 00:00:00 1992-03-01 00:00:00 1992-04-01 00:00:00
1992-05-01 00:00:00 1992-06-01 00:00:00 1992-07-01 00:00:00 1992-08-01 00:00:00
1992-09-01 00:00:00 1992-10-01 00:00:00 1992-11-01 00:00:00 1992-12-01 00:00:00
1993-01-01 00:00:00 1993-02-01 00:00:00 1993-03-01 00:00:00 1993-04-01 00:00:00
1993-05-01 00:00:00 1993-06-01 00:00:00 1993-07-01 00:00:00 1993-08-01 00:00:00
1993-09-01 00:00:00 1993-10-01 00:00:00 1993-11-01 00:00:00 1993-12-01 00:00:00
1994-01-01 00:00:00 1994-02-01 00:00:00 1994-03-01 00:00:00 1994-04-01 00:00:00
1994-05-01 00:00:00 1994-06-01 00:00:00 1994-07-01 00:00:00 1994-08-01 00:00:00
1994-09-01 00:00:00 1994-10-01 00:00:00 1994-11-01 00:00:00 1994-12-01 00:00:00
1995-01-01 00:00:00 1995-02-01 00:00:00 1995-03-01 00:00:00 1995-04-01 00:00:00
1995-05-01 00:00:00 1995-06-01 00:00:00 1995-07-01 00:00:00 1995-08-01 00:00:00
1995-09-01 00:00:00 1995-10-01 00:00:00 1995-11-01 00:00:00 1995-12-01 00:00:00
1996-01-01 00:00:00 1996-02-01 00:00:00 1996-03-01 00:00:00 1996-04-01 00:00:00
1996-05-01 00:00:00 1996-06-01 00:00:00 1996-07-01 00:00:00 1996-08-01 00:00:00
1996-09-01 00:00:00 1996-10-01 00:00:00 1996-11-01 00:00:00 1996-12-01 00:00:00
1997-01-01 00:00:00 1997-02-01 00:00:00 1997-03-01 00:00:00 1997-04-01 00:00:00
1997-05-01 00:00:00 1997-06-01 00:00:00 1997-07-01 00:00:00 1997-08-01 00:00:00
1997-09-01 00:00:00 1997-10-01 00:00:00 1997-11-01 00:00:00 1997-12-01 00:00:00
1998-01-01 00:00:00 1998-02-01 00:00:00 1998-03-01 00:00:00 1998-04-01 00:00:00
1998-05-01 00:00:00 1998-06-01 00:00:00 1998-07-01 00:00:00 1998-08-01 00:00:00
1998-09-01 00:00:00 1998-10-01 00:00:00 1998-11-01 00:00:00 1998-12-01 00:00:00
1999-01-01 00:00:00 1999-02-01 00:00:00 1999-03-01 00:00:00 1999-04-01 00:00:00
1999-05-01 00:00:00 1999-06-01 00:00:00 1999-07-01 00:00:00 1999-08-01 00:00:00
1999-09-01 00:00:00 1999-10-01 00:00:00 1999-11-01 00:00:00 1999-12-01 00:00:00
2000-01-01 00:00:00 2000-02-01 00:00:00 2000-03-01 00:00:00 2000-04-01 00:00:00
2000-05-01 00:00:00 2000-06-01 00:00:00 2000-07-01 00:00:00 2000-08-01 00:00:00
2000-09-01 00:00:00 2000-10-01 00:00:00 2000-11-01 00:00:00 2000-12-01 00:00:00
2001-01-01 00:00:00 2001-02-01 00:00:00 2001-03-01 00:00:00 2001-04-01 00:00:00
2001-05-01 00:00:00 2001-06-01 00:00:00 2001-07-01 00:00:00 2001-08-01 00:00:00
2001-09-01 00:00:00 2001-10-01 00:00:00 2001-11-01 00:00:00 2001-12-01 00:00:00
2002-01-01 00:00:00 2002-02-01 00:00:00 2002-03-01 00:00:00 2002-04-01 00:00:00
2002-05-01 00:00:00 2002-06-01 00:00:00 2002-07-01 00:00:00 2002-08-01 00:00:00
2002-09-01 00:00:00 2002-10-01 00:00:00 2002-11-01 00:00:00 2002-12-01 00:00:00
2003-01-01 00:00:00 2003-02-01 00:00:00 2003-03-01 00:00:00 2003-04-01 00:00:00
2003-05-01 00:00:00 2003-06-01 00:00:00 2003-07-01 00:00:00 2003-08-01 00:00:00
2003-09-01 00:00:00 2003-10-01 00:00:00 2003-11-01 00:00:00 2003-12-01 00:00:00
2004-01-01 00:00:00 2004-02-01 00:00:00 2004-03-01 00:00:00 2004-04-01 00:00:00
2004-05-01 00:00:00 2004-06-01 00:00:00 2004-07-01 00:00:00 2004-08-01 00:00:00
2004-09-01 00:00:00 2004-10-01 00:00:00 2004-11-01 00:00:00 2004-12-01 00:00:00
2005-01-01 00:00:00 2005-02-01 00:00:00 2005-03-01 00:00:00 2005-04-01 00:00:00
2005-05-01 00:00:00 2005-06-01 00:00:00 2005-07-01 00:00:00 2005-08-01 00:00:00
2005-09-01 00:00:00 2005-10-01 00:00:00 2005-11-01 00:00:00 2005-12-01 00:00:00
2006-01-01 00:00:00 2006-02-01 00:00:00 2006-03-01 00:00:00 2006-04-01 00:00:00
2006-05-01 00:00:00 2006-06-01 00:00:00 2006-07-01 00:00:00 2006-08-01 00:00:00
2006-09-01 00:00:00 2006-10-01 00:00:00 2006-11-01 00:00:00 2006-12-01 00:00:00
2007-01-01 00:00:00 2007-02-01 00:00:00 2007-03-01 00:00:00 2007-04-01 00:00:00
2007-05-01 00:00:00 2007-06-01 00:00:00 2007-07-01 00:00:00 2007-08-01 00:00:00
2007-09-01 00:00:00 2007-10-01 00:00:00 2007-11-01 00:00:00 2007-12-01 00:00:00
2008-01-01 00:00:00 2008-02-01 00:00:00 2008-03-01 00:00:00 2008-04-01 00:00:00
2008-05-01 00:00:00 2008-06-01 00:00:00 2008-07-01 00:00:00 2008-08-01 00:00:00
2008-09-01 00:00:00 2008-10-01 00:00:00 2008-11-01 00:00:00 2008-12-01 00:00:00
2009-01-01 00:00:00 2009-02-01 00:00:00 2009-03-01 00:00:00 2009-04-01 00:00:00
2009-05-01 00:00:00 2009-06-01 00:00:00 2009-07-01 00:00:00 2009-08-01 00:00:00
2009-09-01 00:00:00 2009-10-01 00:00:00 2009-11-01 00:00:00 2009-12-01 00:00:00
2010-01-01 00:00:00 2010-02-01 00:00:00 2010-03-01 00:00:00 2010-04-01 00:00:00
2010-05-01 00:00:00 2010-06-01 00:00:00 2010-07-01 00:00:00 2010-08-01 00:00:00
2010-09-01 00:00:00 2010-10-01 00:00:00 2010-11-01 00:00:00 2010-12-01 00:00:00

Any idea what the issue is with this file?

cheers

RE: regridding a particular area taken from a larger area - Added by Jaison-Thomas Ambadan almost 12 years ago

Hi Frank,

As far as I understand there are two different grid types embedded in your file (for the two variables): one is "generic" for the "time_bnds" (time bounds variable) and the other isn the normal latlon grid for the "Geopotential"(I have NO idea why the time-bounds are in different grid-type). You can see the grid description from "cdo griddes H1.nc". Anyway if you select "Geopotential" (which is a latlon grid-type), the remap will work! like:

cdo -f nc -remapcon,template.nc -selvar,hgt H1.nc output.nc

I guess you don't really need the time-bounds?

Cheers,
J.

PS: I think CDO cannot remap "generic" grid-type; may be converting to other grid-types and then remap might work. I'm not an expert on the subject (may be Uwe or Ralf can help with this)

    (1-6/6)