[Thread Prev][Thread Next][Index]

[ferret_users] Hycom opendap access faillure for latest times steps



Hi, 

I'm using the script below to locally save a subset of the hycom global
analysis. It works well for time steps at least till l=1793, but not for
l=1975...

Any ideas of what might be wrong / workarounds ?...

Thanks,

Paulo.-
---------------------------------------------------------------------
def sym lstep $1"1778"

def sym outf  hycom_glb_an_($lstep)

use
"http://hycom.coaps.fsu.edu/thredds/dodsC/glb_analysis?Latitude[0:1:3297][0:1:4499],Longitude[0:1:3297][0:1:4499],MT[0:1:2015],Depth[0:1:32],temperature[0:1:2015][0:1:32][0:1:3297][0:1:4499],ssh[0:1:2015][0:1:3297][0:1:4499],mixed_layer_thickness[0:1:2015][0:1:3297][0:1:4499],u[0:1:2015][0:1:32][0:1:3297][0:1:4499],v[0:1:2015][0:1:32][0:1:3297][0:1:4499],salinity[0:1:2015][0:1:32][0:1:3297][0:1:4499]";

set reg/i=3430:3520/j=1930:2020/k=1:33/l=($lstep)

sp \rm ($outf).cdf
save/append/file=($outf).cdf
latitude,longitude,mixed_layer_thickness,ssh
save/append/file=($outf).cdf temperature,salinity
save/append/file=($outf).cdf u,v




[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement