source: codes/icosagcm/branches/SATURN_DYNAMICO/TEST/regrid_lonlat @ 289

Last change on this file since 289 was 257, checked in by ymipsl, 10 years ago

Add regridding script using nco to tranform xios diagnostic into regular lonlat grid

YM

  • Property svn:executable set to *
File size: 190 bytes
Line 
1cat > mygrid << EOF
2gridtype = lonlat
3xsize    = 360
4ysize    = 180
5xfirst   = 179.5
6xinc     = 1
7yfirst   = -89.5
8yinc     = 1
9EOF
10cdo remapdis,mygrid xios_diagfi.nc diagfi.nc
11rm -f mygrid
Note: See TracBrowser for help on using the repository browser.