Skip to content

Commit

Permalink
Restore acidentally deleted master commits for EarthSHAB 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkschuler committed Dec 12, 2023
2 parents 6a17578 + 5651e59 commit bade8a1
Show file tree
Hide file tree
Showing 170 changed files with 429,458 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
docs/** linguist-vendored
forecasts/** linguist-vendored
trajectories/** linguist-vendored
balloon_data/** linguist-vendored
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -136,3 +137,7 @@ dmypy.json

# Cython debug symbols
cython_debug/
=======
# Ignore node_modules folder
__pycache__
>>>>>>> 5651e59f74d16b2dfe91028e73dd951d28aa3972
16 changes: 16 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version 1.1.0
===============================
* Added ERA5 reanalysis functionality
* Added Documentation in readthedocs format
* Updated the netcdf lookup scheme in GFS to be significantly faster
* Added checks to see if simulation will go out of bounds or over time
* Configuration file reorganization and update


version 1.0.1
===============================
* Added predict.py and rainbow trajectory prediction for multiple float altitudes

version 1.0.0
===============================
* The original EarthSHAB software
514 changes: 514 additions & 0 deletions ERA5.py

Large diffs are not rendered by default.

Loading

0 comments on commit bade8a1

Please sign in to comment.