-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d016e71
commit a87d115
Showing
5 changed files
with
5 additions
and
5 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
Submodule datetime-fortran
updated
16 files
+12 −25 | .github/workflows/ci.yml | |
+3 −0 | .gitignore | |
+17 −17 | CMakeLists.txt | |
+1 −0 | CONTRIBUTORS.md | |
+155 −0 | README.md | |
+1 −1 | VERSION | |
+29 −0 | cmake/check_strftime.cmake | |
+30 −0 | cmake/check_strptime.cmake | |
+0 −0 | example/CMakeLists.txt | |
+0 −0 | example/README.md | |
+0 −0 | example/add_and_subtract.f90 | |
+2 −7 | fpm.toml | |
+118 −13 | src/datetime_module.f90 | |
+0 −0 | test/Makefile.am | |
+43 −1 | test/datetime_tests.f90 | |
+0 −0 | test/tests-env.sh |
Submodule mo_netcdf
updated
from 11c35d to 904c0e
Submodule nanofase-data
updated
3 files
+3 −1 | compiler.py | |
+2 −6 | data.example/thames_tio2_2015/constants.yaml | |
+50 −0 | data.example/thames_tio2_2015/constants_1sc.yaml |