Back to Browse

NCL - addfile function (Ncar Command Language)

3.1K views
Aug 18, 2019
7:49

Ncar Command Language Tutorial: https://bit.ly/2Xnarp3 Ind Function in NCL || NCL (NCAR Command Language): https://youtu.be/ePXBgNAZi58 Install NCL (NCar Command Language) in Windows: https://youtu.be/myD4hAML6GU NCL - addfile function (Ncar Command Language) === function addfile ( file_path [1] : string, status [1] : string ) return_val [1] : file file_path: is the path of a file in string format(between "") status: is a string about the type of opening for reading, writing or... This function supports below formats ans status: 1- NetCDF ("r", "w", "c") ".nc", ".cdf", ".netcdf" ------------------------------- 2- GRIB versions 1 and 2 ("r") ".gr", ".gr1", ".grb", ".grib", ".grb1", ".grib1", ".gr2", "grb2", ".grib2" (GRIB2 support available in versions 4.3.0 or later. ) ------------------------------- 3- HDF-4 ("r", "w", "c") ".hdf", ".hd" HDFEOS ("r") ".hdfeos", "he2", "he4" HDF5 ("r", "w") ".h5" (Limited HDF5 support available in versions 6.0.0 or later. ) ------------------------------- 4- HDFEOS5 ("r") ".he5" CCM ("r") ".ccm" Shapefile ("r") ".shp" (Shapefile), ".mif" (MapInfo), ".gmt" (Generic Mapping Tools), ".rt1" (TIGER) -------------------------------

Download

0 formats

No download links available.

NCL - addfile function (Ncar Command Language) | NatokHD