Skip to content

Commit

Permalink
Some fixes to the README.md.
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kiss <[email protected]>
  • Loading branch information
micaeljtoliveira and aekiss committed Dec 6, 2024
1 parent 4d41387 commit 2cdc491
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,13 @@ Converts `test_topo.png` to `test_topo.nc` for use as a test input file for `top
## editTopo.py

`editTopo.py` provides a GUI for hand-editing `topog.nc` files, recording every
change, and applying these changes to other files. This is an updated version of
Alistair Adcroft's `editTopo.py` from
change, and applying these changes to other files. This was initially copied from
[here](https://github.com/COSIMA/topogtools/blob/6b4983127aa18dfdf1b62b2e18b581d82d4a64d4/editTopo.py),
which is in turn an updated version of Alistair Adcroft's `editTopo.py` from
[here](https://github.com/aekiss/MOM6-examples/blob/1c3dc5216139f84b20ce3a5d8ea758bdc7912e8e/ice_ocean_SIS2/OM4_025/preprocessing/editTopo.py)
and is under a [LGPLv3
license](https://github.com/NOAA-GFDL/MOM6-examples/blob/dev/gfdl/LICENSE.md).
For usage details, do `./editTopo.py -h`. # Building and Installation
For usage details, do `./editTopo.py -h`.

## General Instructions

Expand Down

0 comments on commit 2cdc491

Please sign in to comment.