How to get the flow field data and the corresponding image

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
guoshubo

How to get the flow field data and the corresponding image

#1 Unread post by guoshubo »

Hi all,
>> Gnames = {'lake_jersey_grd_a.nc', 'lake_jersey_grd_c.nc'};
>> Anames = {'lake_jersey_avg_a.nc', 'lake_jersey_avg_c.nc'};
>> Hnames = {'lake_jersey_his_a.nc', 'lake_jersey_his_c.nc'};
>>
>> G = grids_structure (Hnames, Hnames);
>>
>> F = plot_nesting (G, Hnames, 'temp', 97, 8, 1, true);
>> F = plot_nesting (G, Hnames, 'salt', 97, 8, 1, true);
the above commands can create temp and salt data and the corresponding image,
how to get the flow filed data and the corresponding image.

Post Reply