ACCESS-NRI / payu-condaenv

A conda (mamba) python environment for running payu
Apache License 2.0
0 stars 2 forks source link

Add mule dependency to payu/dev environment #37

Closed jo-basevi closed 2 months ago

jo-basevi commented 2 months ago

Mule is required as one of the dependencies for running um2nc-standalone (see #34).

It is also required as one of the dependencies for update_landuse.py scripts when running ACCESS-ESM1.5 configs with payu (see https://github.com/ACCESS-NRI/access-esm1.5-configs/blob/dev-historical%2Bconcentrations/scripts/update_landuse.py)

jo-basevi commented 2 months ago

The update_landsurface script also had an import for xarray which also is not in the environment, so I've added it as a dependency

jo-basevi commented 2 months ago

The mule is a subdirectory of this repository: https://github.com/metomi/mule, and I think #subdirectory will only pip install the sub-directory rather than the whole repository