Skip to content

Commit

Permalink
Merge pull request #48 from gkaf89/feature/software-physics
Browse files Browse the repository at this point in the history
[WRF] Create page for the WRF software
  • Loading branch information
gkaf89 authored Mar 4, 2024
2 parents 6311b6e + 3ef2c88 commit a23ba93
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/software/physics/wrf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Weather Research and Forecasting

[Weather Research and Forecasting Model (WRF)](https://www2.mmm.ucar.edu/wrf/users/) is a state-of-the-art atmospheric modeling system designed for both meteorological research and numerical weather prediction. The official source code, models, usage instruction, and most importantly the user license, are found in the [official repository](https://github.com/wrf-model/WRF/).

## The University of Manchester distribution

In our systems we provide repackaged containers developed by the Central Research IT Service of the University of Manchester. The [repository for `wrf-docker`](https://github.com/UoMResearchIT/wrf-docker/) provides individual Docker containers for the following packages:

- [WRF-WPS (`wrf-wps`)](https://github.com/UoMResearchIT/wrf-docker/pkgs/container/wrf-wps/): provides the main WRF and WPS applications
- [WRF-Chem (`wrf-chem`)](https://github.com/UoMResearchIT/wrf-docker/pkgs/container/wrf-chem/): provides the WRF-Chem application
- [WRF-4DVar (`wrf-4dvar`)](https://github.com/UoMResearchIT/wrf-docker/pkgs/container/wrf-4dvar/): provides the WRFPLUS and WRF-4DVar extensions

## Available versions in the UL HPC systems

In the UL HPC system we support [Singularity containers](/containers). The University of Manchester containers have been repackaged as Singularity containers for use in our systems. The Singularity containers are:

- WRF-WPS version 4.3.3: `/work/projects/singularity/ulhpc/wrf-wps-4.3.3.sif`
- WRF-Chem version 4.3.3: `/work/projects/singularity/ulhpc/wrf-chem-4.3.3.sif`
- WRF-4DVar version 4.3.3: `/work/projects/singularity/ulhpc/wrf-4dvar-4.3.3.sif`

There should be one-to-one correspondence when running the Singularity containers in UL HPC systems and when running the Docker containers in a local machine.

!!! tip
If you find any issues with the information above, please file a [support ticket](https://hpc.uni.lu/support).
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ nav:
- Abaqus : 'software/cae/abaqus.md'
- FDS : 'software/cae/fds.md'
- Meshing-Tools : 'software/cae/meshing-tools.md'
- Physics:
- WRF: 'software/physics/wrf.md'
- Computational Chemistry:
- Electronics:
- ABINIT: 'software/computational-chemistry/electronics/abinit.md'
Expand Down

0 comments on commit a23ba93

Please sign in to comment.