Skip to content

Commit ad44c06

Browse files
committed
Cleaning up make_tide
1 parent 6dae1b2 commit ad44c06

File tree

3 files changed

+3
-58
lines changed

3 files changed

+3
-58
lines changed

examples/make_tide/CGrid_TPXO8/flood.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22

33
import numpy as np
4-
import _remapping
4+
from pyroms import _remapping
55

66
import pyroms
77

@@ -16,7 +16,7 @@ def flood(varz, Cgrd, Cpos='t', irange=None, jrange=None, \
1616
- irange specify grid sub-sample for i direction
1717
- jrange specify grid sub-sample for j direction
1818
- spval=1e35 define spval value
19-
- dmax=0 if dmax>0, maximum horizontal
19+
- dmax=0 if dmax>0, maximum horizontal
2020
flooding distance
2121
- cdepth=0 critical depth for flooding
2222
if depth<cdepth => no flooding

examples/make_tide/CGrid_TPXO8/remap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import pyroms
1313
import pyroms_toolbox
14-
import _remapping
14+
from pyroms import _remapping
1515

1616
class nctime(object):
1717
pass

pyroms/install_pyroms.sh

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)