-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to tools/python/025gridGeneration
using latest version of MIDAS. Does not change answers.
- Loading branch information
1 parent
dabfdd5
commit d2ce721
Showing
7 changed files
with
44 additions
and
43 deletions.
There are no files selected for viewing
Submodule MIDAS
updated
26 files
+1 −2 | .gitignore | |
+10 −0 | Makefile | |
+30 −0 | Makefile_GFDL | |
+29 −0 | Makefile_gfortran | |
+72 −133 | README.md | |
+2 −0 | bld.bat | |
+3 −0 | build.sh | |
+5 −5 | examples/contour_example.py | |
+21 −13 | examples/hinterp_example.py | |
+3 −13 | examples/hist.py | |
+57 −0 | examples/subtile.py | |
+0 −45 | examples/test_grid_overlay.py | |
+6 −6 | examples/volume_integrals.py | |
+38 −0 | meta.yaml | |
+12 −4,438 | midas/__init__.py | |
+47 −26 | midas/profiles.py | |
+4,266 −0 | midas/rectgrid.py | |
+127 −117 | midas/rectgrid_gen.py | |
+62 −49 | midas/rectgrid_utils.py | |
+38 −24 | midas/utils.py | |
+14 −0 | midas/wright_eos.py | |
+1 −0 | run_test.bat | |
+1 −0 | run_test.sh | |
+2 −0 | setup.cfg | |
+5 −39 | setup.py | |
+60 −0 | setup_complete.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters