mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
26 lines
941 B
Plaintext
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'
|