**Describe the bug** when writing the obc.dat, it writes all 0, but it should be all 1 **Additional context** propose change: pyfvcom2/grid.py - Change the default value: From: self._type: int = 0 To: self._type: int = 1
Describe the bug
when writing the obc.dat, it writes all 0, but it should be all 1
Additional context
propose change:
pyfvcom2/grid.py - Change the default value:
From: self._type: int = 0
To: self._type: int = 1