issues
search
davemhyman
/
lava2d
https://doi.org/10.1029/2022JB024998
MIT License
2
stars
2
forks
source link
vent.py zero spatial density
#9
Open
davemhyman
opened
12 months ago
davemhyman
commented
12 months ago
In vents.py:
currently:
if f_tot == 0: return f # since its already zero
Need to change to returning grid f that has one active cell at the average location of (x0,y0) and (x1,y1)
In vents.py:
currently:
if f_tot == 0: return f # since its already zero
Need to change to returning grid f that has one active cell at the average location of (x0,y0) and (x1,y1)