Update NEMO ocean model restart files with machine learning predictions.
Start by installing a virtual environment and then:
pip install .nemo-spinup-restart --restart_path /path/to/restarts \
--radical RESTART_NAME \
--mask_file /path/to/mask.nc \
--prediction_path /path/to/predictions \
--ocean_terms ocean_terms.yaml--restart_path: Directory containing restart files--radical: Restart filename pattern/radical--mask_file: Path to NEMO mesh mask file--prediction_path: Directory containing prediction numpy files
--ocean_terms: Path to ocean terms YAML configuration (default:ocean_terms.yaml)
MIT License - Adapted from Spinup-NEMO by Maud Tissot