stephpenn1 / SeniorThesis

Changes in Antarctic Intermediate Water physical properties; RCP 8.5; CESM1 - BGC
0 stars 0 forks source link

convert from 0-360 to -180 to +180 #3

Open cahartin opened 8 years ago

cahartin commented 8 years ago

In order to keep the longitudes in the correct position we can not simply subtract 180. We need to take those longitudes that are greater than 180 and subtract 360. This keeps the 0/360 line along the prime meridian (goes through England).

cahartin commented 8 years ago

cdo sellonlatbox,-180,180,-90,90 infile.nc outfile.nc

cahartin commented 8 years ago

@stephpenn1 let's try regridding with CDO after we merge and annually average the data. I'm hoping this will fix our longitude issue.