WRF icon indicating copy to clipboard operation
WRF copied to clipboard

The official repository for the Weather Research and Forecasting (WRF) model

Results 235 WRF issues
Sort by recently updated
recently updated
newest added
trafficstars

Corrections for precipitation tipping bucket and nudging in very long simulations TYPE: bug fix KEYWORDS: precipitation, tipping bucket, nudging, spectral nudging, analysis nudging, grid nudging, regional climate, dynamical downscaling, downscaling...

Develop Branch

With the release of WRF v4.6.0, I have conducted a series of evaluations on the Weather Research and Forecasting Model (WRF) version 4.6.0, utilizing the Intel LLVM Compilers and associated...

TYPE: enhancement KEYWORDS: netCDF, cmake, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: The current iteration of the cmake build uses the old-style of finding modules. This limits the usability of...

TYPE: new feature KEYWORDS: parallel I/O, PnetCDF, non-blocking APIs, requests aggregation SOURCE: Zanhua Huang (Northwestern University), Wei-keng Liao (Northwestern University, @wkliao) DESCRIPTION OF CHANGES: Problem: We found that using [PnetCDF...

Develop Branch

TYPE: bug fix KEYWORDS: compilation, nonstandard SOURCE: internal DESCRIPTION OF CHANGES: Problem: PR #1944 introduced a nonstandard function call `isnan()` which breaks compilation for compilers which don't support this extension....

TYPE: bug fix KEYWORDS: syntax, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: dyn_em/module_big_step_utilities_em.F contains nonstandard line continuation symbols that are most likely being ignored by the make build system by...

TYPE: bug fix KEYWORDS: intel, compilation, oneapi SOURCE: internal DESCRIPTION OF CHANGES: Problem: The `-auto` flag is not supported by the Intel C compilers. See https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/alphabetical-option-list.html for full list of...

The .F90 source files in physics_mmm need to be compiled directly to .o on case-insensitive file systems (like MacOS standard FS). This PR avoids the creation of a .f90 temporary,...

Develop Branch

TYPE: bug fix KEYWORDS: fseek, compilation, cmake SOURCE: internal DESCRIPTION OF CHANGES: Problem: The fseek test lacks correct syntax causing false negative reports of feature not existing when newer compiler...

TYPE: bug fix KEYWORDS: cmake, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: The use of generator expressions in the defines compacts the logic neatly but removes the ability to evaluate...