Currently, `pyissm.model.io.load_model()` requires that ISSM models be saved as a `*.nc` file. Natively, ISSM outputs an `*.outbin` file. `load_model()` should be updated to load directly from an `*.outbin` file. Requiements: - Generate a `read_outbin()` function that maps the `*.outbin` file to the ISSM `Model()` class. Review `$ISSM_DIR/scripts/OutbinRead.py` as a starting point.