Welcome to the MITgcm input generator repository! This repository contains
tools that can be used to generate the static files that describe the
physical and biogeochemical properties of a geographical domain.
These files are specifically designed for data that has been discretized
using the bathytool software.
Note: This repository uses git LFS; please remember to execute
git lfs pullafter having cloned it.
This project uses Poetry as its package manager. To set up your development environment, follow these steps:
-
Navigate to the project's root directory and execute the following command to install the required dependencies and create a virtual environment:
poetry install
-
After setting up the environment, enable the
githooks by running:poetry run pre-commit install
These hooks ensure proper code formatting and linting during development.