-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from gkaf89/feature/software-physics
[WRF] Create page for the WRF software
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters