openmethane / setup-wrf

Setup the WRF model
0 stars 0 forks source link

Use /opt/project #13

Closed lewisjared closed 1 month ago

lewisjared commented 1 month ago

Description

The /project directory in the docker container doesn't play nice with the docker volume mounts in PyCharm. This shifts to use /opt/project for the project source instead.

Additionally the WRF geog data has been moved to /opt/project/data/geog. This simplifies where data is mounted.

This also builds on top of #4 (NCI Config)

Checklist

Please confirm that this pull request has done the following:

Notes

lewisjared commented 1 month ago

Ahh good to know. Docker containers are often the wild west in terms of FHS