Skip to content

Commit

Permalink
see readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruud van der Ent committed Jun 29, 2016
1 parent 4403304 commit 6b94836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Con_P_Recyc_Output.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
@author: Ent00002
"""
#delayed runs
import time
time.sleep(7500)
#import time
#time.sleep(7500)

#%% Import libraries

Expand Down Expand Up @@ -122,7 +122,7 @@ def data_path(y,a):
water_lost = loading_ST['water_lost']
Sa_track = Sa_track_top + Sa_track_down
if timetracking == 1:
loading_STT = sio.loadmat(datapath[1])
loading_STT = sio.loadmat(datapath[1],verify_compressed_data_integrity=False)
Sa_time_top = loading_STT['Sa_time_top']
Sa_time_down = loading_STT['Sa_time_down']

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
RELEASE NOTES

Main developer of the code Ruud van der Ent ([email protected]). Please let me know when you intend to use this code for research,
I might be able to offer some kind of support if it is in my interest as well, but I cannot guarantee to do any kind of troubleshooting for free
I might be able to offer some kind of support if it is in my interest as well, but I cannot guarantee to do any kind of troubleshooting for free.

Released under the GNU General Public License

WAM 2.4.03 | 28-6-2016
- added another 'verify_compressed_data_integrity=False' statement. Without one could encounter errors

WAM 2.4.02 | 28-6-2016
- fixed a small bug to "lake_mask" so that lakes are identified correctly

Expand Down

0 comments on commit 6b94836

Please sign in to comment.