initial commit

This commit is contained in:
2024-10-20 11:47:17 -06:00
commit 54d7419d89
6 changed files with 1490 additions and 0 deletions

16
Pipfile Normal file
View File

@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
numpy = "*"
matplotlib = "*"
xarray = "*"
scipy = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.10"