Search found 3 matches
- Tue Jul 12, 2016 9:13 pm
- Forum: ROMS Tools and Techniques
- Topic: roms_matlab plotting and analysis routines
- Replies: 105
- Views: 2090316
Re: roms_matlab plotting and analysis routines
Thanks John, the issue is solved!
- Tue Jul 12, 2016 4:36 pm
- Forum: ROMS Tools and Techniques
- Topic: roms_matlab plotting and analysis routines
- Replies: 105
- Views: 2090316
Re: roms_matlab plotting and analysis routines
Hi John,
When I do Iv = nc_vinfo(file,var)
I get
Iv =
ocean_time
s_rho
eta_rho
xi_rho
and
Iv.Dimensions.Name
I get Attempt to reference field of non-structure array.
There is something funky going on with my nc_vinfo.m. I downloaded it yesterday from https://github.com/dcherian ...
When I do Iv = nc_vinfo(file,var)
I get
Iv =
ocean_time
s_rho
eta_rho
xi_rho
and
Iv.Dimensions.Name
I get Attempt to reference field of non-structure array.
There is something funky going on with my nc_vinfo.m. I downloaded it yesterday from https://github.com/dcherian ...
- Tue Jul 12, 2016 1:25 am
- Forum: ROMS Tools and Techniques
- Topic: roms_matlab plotting and analysis routines
- Replies: 105
- Views: 2090316
Re: roms_matlab plotting and analysis routines
Hi John,
Thank you so much for sharing the roms tools with everybody. I really appreciate it. Running roms_zview and roms_zslice, I'm also running into the problem of getting
Attempt to reference field of non-structure array.
Error in roms_zslice (line 51)
time_variable = Iv.Dimensions(1,1 ...
Thank you so much for sharing the roms tools with everybody. I really appreciate it. Running roms_zview and roms_zslice, I'm also running into the problem of getting
Attempt to reference field of non-structure array.
Error in roms_zslice (line 51)
time_variable = Iv.Dimensions(1,1 ...