Open ma595 opened 2 months ago
I briefly read through some of the code for obvious formatting errors and I detected the following bugs:
The restart.py file appears to have a few errors:
restart.py
get_depth
update_rhop()
get_deptht()
I briefly read through some of the code for obvious formatting errors and I detected the following bugs:
The
restart.py
file appears to have a few errors:get_depth
function does not exist inupdate_rhop()
function.get_deptht()
does exist, however.update_rhop()
the array variable does not exist.