Skip to content

Commit

Permalink
Cleaning up make_tide
Browse files Browse the repository at this point in the history
  • Loading branch information
kshedstrom committed Mar 25, 2020
1 parent 6dae1b2 commit ad44c06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
4 changes: 2 additions & 2 deletions examples/make_tide/CGrid_TPXO8/flood.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8

import numpy as np
import _remapping
from pyroms import _remapping

import pyroms

Expand All @@ -16,7 +16,7 @@ def flood(varz, Cgrd, Cpos='t', irange=None, jrange=None, \
- irange specify grid sub-sample for i direction
- jrange specify grid sub-sample for j direction
- spval=1e35 define spval value
- dmax=0 if dmax>0, maximum horizontal
- dmax=0 if dmax>0, maximum horizontal
flooding distance
- cdepth=0 critical depth for flooding
if depth<cdepth => no flooding
Expand Down
2 changes: 1 addition & 1 deletion examples/make_tide/CGrid_TPXO8/remap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import pyroms
import pyroms_toolbox
import _remapping
from pyroms import _remapping

class nctime(object):
pass
Expand Down
55 changes: 0 additions & 55 deletions pyroms/install_pyroms.sh

This file was deleted.

0 comments on commit ad44c06

Please sign in to comment.