Skip to content

Commit acf0a14

Browse files
authored
Merge pull request #1030 from NCAR/WRF_nest
Adding new features to WRF scripting and tutorial
2 parents 56fee97 + 919f3c1 commit acf0a14

53 files changed

Lines changed: 5092 additions & 702 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@ individual files.
2222

2323
The changes are now listed with the most recent at the top.
2424

25+
**April 14 2026 :: WRF nested tutorial. Tag v11.22.0**
26+
27+
New features:
28+
29+
- New WRF Tutorial with severe storm nested domain example
30+
- Automatic downscaling for WRF nested domains
31+
- Perturbation step (WRFDA CV3) within tutorial
32+
- Assimilation and forecast modes in tutorial
33+
- WRF shell scripting converted to function-based bash scripts
34+
35+
Bug-fix:
36+
37+
- Imposes mandatory terrain-following coordinates to
38+
eliminate boundary condition bug during WRF perturbation step.
39+
40+
Documentation updates:
41+
42+
- WRF tutorial rewritten for nested Kansas 2024 severe storm example
43+
44+
45+
2546
**March 23 2026 :: CCE compiler flags. Tag v11.21.2**
2647

2748
- Updated mkmf.template for CCE compiler

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = 'Data Assimilation Research Section'
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = '11.21.2'
24+
release = '11.22.0'
2525
root_doc = 'index'
2626

2727
# -- General configuration ---------------------------------------------------
71.6 KB
Loading
-56.3 KB
Loading
16.2 KB
Loading
-59.5 KB
Loading
-126 KB
Loading
-13.3 KB
Loading
-14.8 KB
Loading
18.8 KB
Loading

0 commit comments

Comments
 (0)