Contenu principal
3 résultats
Get a logical land mass corresponding to your data.
determining whether input lat/lons are inside or outside perimeters of land areas.Syntaxland = landmask(lat,lon)land = landmask(...,'landmass')land = landmask(...,quality)Descriptionland = landmask
landmask(lat,lon,varargin)
- landmask returns a logical array describing the landness of
Determine if input points (lat/lon) are over land or ocean
Concatenate CCCma model files into one GFDL-format netCDF file.
netCDF files in MATLAB.Run the file using CCCma2GFDL('your_CCCma_model_input_file.nc', 'output_GFDL.nc') for example. The folder contains CCCma2GFDL.m file, a sample CCCma file and a landmask .nc file.