[Thread Prev][Thread Next][Index]

[ferret_users] Preserving var attributes from opendap server



I'm willing to locally save a subset of sea surface temperature data
from an opendap server, preserving the original 2 byte representation,
but apparently the scaling of the local dataset is not correct. 

Any hints would be appreciated.

Regards,

Paulo  
 ! NOAA/PMEL TMAP
 ! FERRET v6.07  
 ! Linux(g77) 2.4.21-32 - 08/29/07
 ! 19-Jun-08 12:09     

def sym bdir $1"http://www.ifremer.fr/cgi-bin/nph-dods/data/satellite/medspiration/l2p/eurdac/seviri_sst/2010/095";
def sym dset $2"20100405-SEVIRI_SST-EUR-L2P-sst3mlml_20100405_1000-v01"

use "($bdir)/($dset).nc.bz2"

set reg/x=-14.0:-5.0/y=34:44

set win/asp=1.5
set viewp upper
 shade sea_surface_temperature; go land_detail

SET ATT/OUTPUT=all sea_surface_temperature
SET VAR/OUTTYPE=input  sea_surface_temperature
save/clob/file=($dset).cdf sea_surface_temperature

SET ATT/OUTPUT=all confidence_flag
SET VAR/OUTTYPE=input  confidence_flag
save/app/file=($dset).cdf confidence_flag

canc reg/all; canc data/all; canc mem/all

use ($dset)

set viewp lower
 shade sea_surface_temperature; go land_detail

quit

Attachment: get_seviri_sst.jpg
Description: JPEG image


[Thread Prev][Thread Next][Index]

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

Privacy Policy | Disclaimer | Accessibility Statement