You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to resolve the issue with tamoc_spill in pygnome, I had to go in to tamoc/ambient.py and change z.valid_max value. It was 0 earlier. I changed it to z.valid_max=5000. I think any large number is valid as z_max is computed from CTD profile. The z.valid_max=0 creates unnecessary masked array of z that leads to error in running tamoc_spill in pygnome.
The text was updated successfully, but these errors were encountered:
The problem was with tamoc/ambient.py
In order to resolve the issue with tamoc_spill in pygnome, I had to go in to tamoc/ambient.py and change z.valid_max value. It was 0 earlier. I changed it to z.valid_max=5000. I think any large number is valid as z_max is computed from CTD profile. The z.valid_max=0 creates unnecessary masked array of z that leads to error in running tamoc_spill in pygnome.
The text was updated successfully, but these errors were encountered: