-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from csdms/mdpiper/v2.0b
v2.0b
- Loading branch information
Showing
17 changed files
with
32 additions
and
1,235 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
Submodule c
updated
27 files
+0 −15 | .bmi/api.yaml | |
+0 −1 | .bmi/heat_input.txt.tmpl | |
+0 −9 | .bmi/info.yaml | |
+0 −44 | .bmi/parameters.yaml | |
+0 −29 | .gitignore | |
+7 −6 | .travis.yml | |
+13 −8 | CMakeLists.txt | |
+75 −12 | README.md | |
+72 −0 | bmi.h | |
+0 −24 | bmi/CMakeLists.txt | |
+0 −215 | bmi/bmi.c | |
+0 −78 | bmi/bmi.h | |
+0 −67 | bmi/bmilib.h | |
+0 −0 | bmic.pc.cmake | |
+0 −33 | heat/CMakeLists.txt | |
+0 −539 | heat/bmi_heat.c | |
+0 −16 | heat/bmi_heat.h | |
+0 −186 | heat/heat.c | |
+0 −35 | heat/heat.h | |
+0 −5 | heat/heatc.pc.cmake | |
+0 −25 | heat/main.c | |
+0 −34 | testing/CMakeLists.txt | |
+0 −90 | testing/test_get_value.c | |
+0 −113 | testing/test_grid_info.c | |
+0 −94 | testing/test_irf.c | |
+0 −87 | testing/test_print_var_names.c | |
+0 −117 | testing/test_set_value.c |
Submodule cxx
updated
21 files
+0 −13 | .bmi/api.yaml | |
+0 −1 | .bmi/heat_input.txt.tmpl | |
+0 −9 | .bmi/info.yaml | |
+0 −44 | .bmi/parameters.yaml | |
+8 −25 | .travis.yml | |
+13 −5 | CMakeLists.txt | |
+71 −14 | README.md | |
+71 −0 | bmi.hxx | |
+5 −0 | bmicxx.pc.cmake | |
+0 −24 | heat/CMakeLists.txt | |
+0 −317 | heat/bmi_heat.cxx | |
+0 −65 | heat/bmi_heat.hxx | |
+0 −141 | heat/heat.cxx | |
+0 −29 | heat/heat.hxx | |
+0 −5 | heat/heatcxx.pc.cmake | |
+0 −34 | testing/CMakeLists.txt | |
+0 −115 | testing/test_get_value.cxx | |
+0 −89 | testing/test_grid_info.cxx | |
+0 −47 | testing/test_irf.cxx | |
+0 −60 | testing/test_print_var_names.cxx | |
+0 −104 | testing/test_set_value.cxx |
Submodule f90
deleted from
c54462
Submodule fortran
updated
7 files
+16 −7 | .travis.yml | |
+31 −8 | CMakeLists.txt | |
+1 −1 | LICENSE | |
+50 −16 | README.md | |
+542 −450 | bmi.f90 | |
+0 −16 | recipe/build.sh | |
+0 −31 | recipe/meta.yaml |
Submodule java
deleted from
28358c
Submodule python
updated
7 files
+1 −1 | .travis.yml | |
+13 −0 | README.rst | |
+135 −117 | bmipy/bmi.py | |
+8 −38 | bmipy/cmd.py | |
+12 −26 | setup.py | |
+9 −0 | tests/test_bmipy.py | |
+4 −11 | tests/test_cli.py |
Oops, something went wrong.