Skip to content

Commit

Permalink
Fix python executable version in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
juseg committed Sep 2, 2019
1 parent 1ff4474 commit c12e55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ days and total surface mass balance are stored in variables ``'pdd'`` and
The netCDF interface can be used directly from the command line by executing the
module as a script::

python2 pypdd.py -i 'input.nc' -o 'output.nc'
python pypdd.py -i 'input.nc' -o 'output.nc'

If no input file is provided, an artificial climate will be generated under
``atm.nc`` and used by the model. By default, output is saved as ``smb.nc``.
Many more command-line options are available. For an overview type::

python2 pypdd.py --help
python pypdd.py --help


GRASS GIS interface
Expand Down

0 comments on commit c12e55f

Please sign in to comment.