Command Line Utilities#

While one can certainly write their own script using the tools in the api, this has overhead. For each script, one will need to initialize the torch distributed group if running in parallel, and write a submission script if running on the cluster. To simplify deployment, we also include CLIs corresponding to the common APIs.

CLI

API

python -m earth2mip.inference_medium_range

earth2mip.inference_medium_range.score_deterministic()

python -m earth2mip.inference_ensemble

earth2mip.inference_ensemble.run_inference()

python -m earth2mip.lagged_ensembles