DaniSb170 / nctoolbox

Automatically exported from code.google.com/p/nctoolbox
0 stars 0 forks source link

Add ability in geosubset to specify the coordinate types to leave out #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add ability in geosubset to specify the coordinate types to leave out or 
perhaps the ones to keep.

>> g = ncvar.geosubset(s, 'z')

Original issue reported on code.google.com by crosb...@gmail.com on 21 Jun 2012 at 3:21

GoogleCodeExporter commented 8 years ago
In the example above, geosubset will skip whatever variable (as it will be 
called in the output grid structure, so lat/lon, z, etc. or the variable name 
if its not one of the specific coordinate axis types we are looking for (ie 
run_time)) in geosubset grid.

Original comment by crosb...@gmail.com on 21 Jun 2012 at 5:01

GoogleCodeExporter commented 8 years ago
Could also be a list like:

>> g = ncvar.geosubset(s, 'z', 'time', 'run_time')

Will ignore all the varargins. Needs to be verified. 2137234521b3

Original comment by crosb...@gmail.com on 21 Jun 2012 at 5:06

GoogleCodeExporter commented 8 years ago
Issue 54 has been merged into this issue.

Original comment by crosb...@gmail.com on 21 Jun 2012 at 7:06