source: trunk/grids/make_mask.pro @ 93

Last change on this file since 93 was 2, checked in by post_it, 17 years ago

Initial import from ~/POST_IT/

File size: 196 bytes
Line 
1lands=nc_get('/home/database/ERA_1y_00_00_t106.nc','land_sea',NCDF_DB = '')
2result=round(lands)
3unit=12
4openw,unit,'mask_t106',/get_lun,/f77,/swap_if_little_endian
5writeu,unit,result
6close,unit
7
8
Note: See TracBrowser for help on using the repository browser.