Safe Haskell | None |
---|---|
Language | Haskell98 |
Mid-level interface for reading and writing NetCDF data. The functions in Data.NetCDF provide a more convenient interface.
Documentation
put_var :: (NcStorable a, NcStore s, NcStoreExtraCon s a) => Int -> Int -> s a -> IO Int Source #
put_vara :: (NcStorable a, NcStore s, NcStoreExtraCon s a) => Int -> Int -> [Int] -> [Int] -> s a -> IO Int Source #
put_vars :: (NcStorable a, NcStore s, NcStoreExtraCon s a) => Int -> Int -> [Int] -> [Int] -> [Int] -> s a -> IO Int Source #
get_var :: (NcStorable a, NcStore s, NcStoreExtraCon s a) => Int -> Int -> [Int] -> IO (Int, s a) Source #
get_vara :: (NcStorable a, NcStore s, NcStoreExtraCon s a) => Int -> Int -> [Int] -> [Int] -> IO (Int, s a) Source #