easyconfigs-it4i/w/WRF-Sfire/WRF-Sfire-4.4-foss-2023b.eb
Lukas Krupcik 63932415da new file: s/Serenity/Serenity-1.6.0-foss-2022a.eb
new file:   w/WRF-Sfire/WRF-Sfire-4.4-foss-2023b.eb
2024-01-30 08:09:07 +01:00

26 lines
941 B
Plaintext

# IT4Innovations
# LK 2024
# --include-easyblocks=/apps/easybuild/it4i-easyblocks/w/wrf_sfire.py
name = 'WRF-Sfire'
version = '4.4'
buildtype = 'dmpar'
homepage = 'http://www.openwfm.org/wiki/WRF-SFIRE'
description = """WRF-Fire combines the Weather Research and Forecasting model (WRF) with a fire code implementing a
surface fire behavior model, called SFIRE, based on semi-empirical formulas calculate the rate of spread of the fire
line (the interface between burning and unignited fuel) based on fuel properties, wind velocities from WRF, and
terrain slope. The fire spread is implemented by the level set method."""
toolchain = {'name': 'foss', 'version': '2023b'}
source_urls = ['https://github.com/openwfm/WRF-SFIRE/archive/refs/tags/']
sources = ['v%(version)s.tar.gz']
checksums = ['aba58eb476eeafef4c236508015c0cf2a43364384f4f4bbb2c563e942177ccdb']
dependencies = [
('netCDF-Fortran', '4.6.1'),
]
moduleclass = 'geo'