[Thread Prev][Thread Next][Index]
[ferret_users] open bin mitgcm output
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 x510
DEFINE AXIS/Y=1:3060:1 y3060
DEFINE GRID/X=x510/Y=y3060 xyecco
FILE/VAR=depth/GRID=xyecco/FORMAT=UNF/type=r4 Depth.data
I have also tried
FILE/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
[Thread Prev][Thread Next][Index]