tREADME.md - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
 (HTM) git clone git://src.adamsgaard.dk/pism
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tREADME.md (502B)
       ---
            1 Ross flow model example
            2 =================
            3 
            4 This directory contains scripts demonstrating preparing datasets for use with PISM.
            5 
            6 - `pism_python.py` uses Python to create a PISM-readable NetCDF file,
            7 - `pism_matlab.m` uses MATLAB,
            8 - `flowlineslab.py` creates an input file for a hypothetical flowline setup,
            9 
           10 The Python module in `PISMNC.py` extends `netCDF4.Dataset` from
           11 [`netcdf4-python`](http://unidata.github.io/netcdf4-python/) with
           12 methods that make it easier to create NetCDF files PISM can use.