Hi Estanislao,
I'm not familiar with this file type, but here are some ideas for you in trying to read it with Ferret.
* check that the data type of r4 translates to values that make sense, by just reading a few values
DEFINE AXIS/X=1:10:1 xaxisDEFINE GRID/X=xaxis xgridFILE/VAR=depth/GRID=xgrid/FORMAT=UNF/type=r4 Depth.dataLIST depth
Hi Community,
I would like to open a data output file from ECCO2 in MITgcm. I have tried the following commands but the conversion is wrong
DEFINE AXIS/X=1:510:1 x510DEFINE AXIS/Y=1:3060:1 y3060DEFINE GRID/X=x510/Y=y3060 xyeccoFILE/VAR=depth/GRID=xyecco/FORMAT=UNF/type=r4 Depth.dataI have also triedFILE/VAR=depth/GRID=xyecco/FORMAT=stream/type=r4 Depth.data
I know I can use the matlab tool called readbin but I would like to learn to do it with FERRET.
Kind regards,
Estanislao