Skip to content

Commit

Permalink
Merge pull request #11389 from akesandgren/20200928124456_new_pr_WRF413
Browse files Browse the repository at this point in the history
{geo}[intel/2019b] WRF v4.1.3
  • Loading branch information
lexming authored Oct 14, 2020
2 parents 030461d + 4727939 commit 92399eb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions easybuild/easyconfigs/w/WRF/WRF-4.1.3-intel-2019b-dm+sm.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name = 'WRF'
version = '4.1.3'
buildtype = "dm+sm"
versionsuffix = '-%s' % buildtype

homepage = 'http://www.wrf-model.org'
description = """The Weather Research and Forecasting (WRF) Model is a next-generation mesoscale
numerical weather prediction system designed to serve both operational forecasting and atmospheric
research needs."""

toolchain = {'name': 'intel', 'version': '2019b'}
toolchainopts = {'openmp': True, 'usempi': True, 'opt': True}

source_urls = ['https://github.com/wrf-model/WRF/archive/']
sources = ['v%(version)s.tar.gz']
patches = [
'WRF_parallel_build_fix.patch',
'WRFv4_netCDF-Fortran_separate_path.patch',
]
checksums = [
'a020e83e8a7a927fb080075031630e2af592e9fa802293ad72caa7ee50d6968d', # v4.1.3.tar.gz
'f93bb6dbb8b52d72f816e2f9a6815bffd536afeca8511552ec5abc4253a59346', # WRF_parallel_build_fix.patch
'a431159180757a895c07fc193fe93bb69c4c9d25d31adcc7c2adfa7c1edb04ad', # WRFv4_netCDF-Fortran_separate_path.patch
]

# csh is used by WRF install scripts
builddependencies = [
('tcsh', '6.22.02'),
('time', '1.9'),
]

dependencies = [
('JasPer', '2.0.14'),
('netCDF', '4.7.1'),
('netCDF-Fortran', '4.5.2'),
]

# limit parallel build to 20
maxparallel = 20

moduleclass = 'geo'

0 comments on commit 92399eb

Please sign in to comment.