[ncl-talk] SMAP_EASE grid file from HDF5 application example

Dennis Shea shea at ucar.edu
Fri Apr 28 08:33:16 MDT 2017


ftp ftp.cgd.ucar.edu
anonymous
your_email
cd pub
ls
get SMAP_EASE.406x964.nc
quit


------
or
------
Create an ncl script    wget.ncl containing

ftp = "wget ftp.cgd.ucar.edu:/pub/shea"
fp  = ftp + "SMAP_EASE.406x964.nc"
print(fp)
system(fp)

-----

Then

%> ncl wget.ncl

-----
Good Luck


2017-04-27 16:21 GMT-06:00 MATEO DUQUE VILLEGAS <mateo.duquev at udea.edu.co>:

> Hi,
>
> I am having problems creating the needed SMAP_EASE grid netCDF file one
> uses in this HDF5 example:
>
> https://www.ncl.ucar.edu/Applications/Scripts/smap_l3_4.ncl
>
> How do I obtain such "SMAP_EASE.406x964.nc" file?
>
> Thank you so much,
>
> --
>
> *Mateo Duque Villegas*
>
> *Estudiante Maestría en Ingeniería Ambiental*
>
>
> *Escuela Ambiental, Facultad de IngenieríaUniversidad de Antioquia*
> *Medellín, Colombia*
>
>
> "La información aquí contenida es para uso exclusivo de la persona o
> entidad de destino. Está estrictamente prohibida su utilización, copia,
> descarga, distribución, modificación y/o reproducción total o parcial, sin
> el permiso expreso de Universidad de Antioquia, pues su contenido puede ser
> de carácter confidencial y/o contener material privilegiado. Si usted
> recibió esta información por error, por favor contacte en forma inmediata a
> quien la envió y borre este material de su computador. Universidad de
> Antioquia no es responsable por la información contenida en esta
> comunicación, el directo responsable es quien la firma o el autor de la
> misma."
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170428/3b64647f/attachment.html 


More information about the ncl-talk mailing list