Changes between Version 1 and Version 2 of Documentation/UserGuide/ExtractPixel


Ignore:
Timestamp:
2017-02-24T15:49:04+01:00 (7 years ago)
Author:
gmarie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/ExtractPixel

    v1 v2  
    3636Therefore, we know that (x,y)=(49,19) corresponds to the pixel that we want.  With this information, it's just a matter of extracting the correct pixel into our new restart file. 
    3737{{{ 
    38 ncks -H -C -d y,19 -d x,49 EUROPE_19671231_stomate_rest.nc new_stomate_restart.nc 
     38ncks -a -O -d y,19 -d x,49 EUROPE_19671231_stomate_rest.nc new_stomate_restart.nc 
    3939}}} 
     40If you want to extract a rectangular 2 by 2 domain use 
     41{{{ 
     42ncks -a -O -d y,19,20 -d x,49,50 EUROPE_19671231_stomate_rest.nc new_stomate_restart.nc 
     43}}}