File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -192,12 +192,13 @@ Converts `test_topo.png` to `test_topo.nc` for use as a test input file for `top
192
192
## editTopo.py
193
193
194
194
` editTopo.py ` provides a GUI for hand-editing ` topog.nc ` files, recording every
195
- change, and applying these changes to other files. This is an updated version of
196
- Alistair Adcroft's ` editTopo.py ` from
195
+ change, and applying these changes to other files. This was initially copied from
196
+ [ here] ( https://github.com/COSIMA/topogtools/blob/6b4983127aa18dfdf1b62b2e18b581d82d4a64d4/editTopo.py ) ,
197
+ which is in turn an updated version of Alistair Adcroft's ` editTopo.py ` from
197
198
[ here] ( https://github.com/aekiss/MOM6-examples/blob/1c3dc5216139f84b20ce3a5d8ea758bdc7912e8e/ice_ocean_SIS2/OM4_025/preprocessing/editTopo.py )
198
199
and is under a [ LGPLv3
199
200
license] ( https://github.com/NOAA-GFDL/MOM6-examples/blob/dev/gfdl/LICENSE.md ) .
200
- For usage details, do ` ./editTopo.py -h ` . # Building and Installation
201
+ For usage details, do ` ./editTopo.py -h ` .
201
202
202
203
## General Instructions
203
204
You can’t perform that action at this time.
0 commit comments