Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding WRF 3.5.1 goolf #479

Merged
merged 1 commit into from
Nov 11, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions easybuild/easyconfigs/w/WRF/WRF-3.5.1-goolf-1.4.10-dmpar.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name = 'WRF'
version = '3.5.1'

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': 'goolf', 'version': '1.4.10'}
toolchainopts = {'opt': False} # don't use agressive optimization, stick to -O2

sources = ['%sV%s.TAR.gz' % (name, version)]
source_urls = ['http://www.mmm.ucar.edu/wrf/src/']

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

dependencies = [
('JasPer', '1.900.1'),
('netCDF', '4.2.1.1'),
('netCDF-Fortran', '4.2'),
]

patches = [
'WRF_parallel_build_fix.patch',
#'WRF-%(version)s_netCDF-Fortran_separate_path.patch',
#'WRF-%(version)s_known_problems.patch',
'WRF-3.5_netCDF-Fortran_separate_path.patch',
'WRF_tests_limit-runtimes.patch',
]

# limit parallel build to 20
maxparallel = 20

buildtype = "dmpar"
versionsuffix = '-%s' % buildtype

moduleclass = 'geo'