-
Notifications
You must be signed in to change notification settings - Fork 2
MetOfficeUsage
There are a number of ways to use Fab on Met Office systems.
Modules for releases are available in the "extra software" collection. If you are not already using these you will have to make sure they are available. See the Science IT sharepoint site.
In order to use Fab you will need to load the module and its prerequisites:
module load python/3.7.0 support/fparser/0.0.16/python/3.7.0 fab/0.11.0/python/3.7.0
If you are building an LFRic project you will already have loaded an LFRic development environment module, in which case you need only load Fab:
module load environment/lfric/<compiler>/<version>
module load fab/0.11.0/python/3.7.0
The developer environment already includes Python and fParser.
I hear rumours of a Conda environment but this is only for Fab. You will still need to load the LFRic development environment modules and mixing Conda and environment modules like this may cause problems. Particularly since Both want to control Python.
- Future Release
- vn1.0 Release, March 2023
- 0.11 Beta Release, Jan 2023
- 0.10 Beta Release, Oct 2022
- 0.9 Alpha Release, June 2022
- Phase 2
- Phase 3
- Phase 4
- Repository Management
- Development Process
- Development Environment
- Releasing Fab
- Coding Conventions
- Glossary
- Concerning the Database
- Unit Test Coverage
- Issues With the System Testing Framework