Hi Xavier,
If you are trying to overlay a variable of file 2 on a plot
of a variable from the first file, you have to do something to
regrid the variables to a common grid. But simply having
other datasets open should not be a problem. For example
yes? use etopo60
yes? use coads_climatology
yes? show data
! the ETOPO60 grid is twice as dense as COADS in x-y
! You can plot data from either dataset alone
yes? shade/L=1 slp
yes? shade rose[d=1]
! Or, you can combine variables from the datasets on one plot,
! if you regrid data from one of the datasets to the grid of the
! first one plotted.
yes? shade rose[d=1]
yes? contour/over/L=1 slp[g=rose[d=1]
If this does not answer your question, could you include more
of an example of the commands you are using?
Ansley Manke
Xavier Giraud wrote:
Dear Ferret users,
Here is my problem :
2 Netcdf files, with the same variables (names), but produced on
different grids (dimensions).
file_1 : i=1:8 j=1:4529
file_2 : i=1:182 j=1:149
the script :
use file_1
use file_2
shade var_of_file_2 ....
--> when I shade file_2, it considers the dimensions of file_1 (and
obviously produces an error).
Does anyone have a solution ?
Thanks in advance
--
Xavier Giraud
Max Planck Institut fuer Biogeochemie
Winzerlaer strasse 10
07745 Jena, Germany
tel: +49 3641 57 62 21
fax: +49 3641 57 72 00
http://www.bgc-jena.mpg.de/~xavier.giraud/