Skip to content

Commit 7784ed0

Browse files
Merge pull request #737 from Nuo-Chen/dart_pangu
Pangu-DART interface to support DA with ensemble ML models
2 parents eafcb5b + 39efa51 commit 7784ed0

21 files changed

+4751
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ individual files.
2222

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

25+
**January 23 2025 :: Pangu-DART. Tag v11.9.0**
26+
27+
- Pangu-Weather ML model DART interface
28+
29+
*contributed by Nuo Chen, University of Oklahoma*
30+
2531
**January 22 2025 :: Bug-fix: Gamma and Beta Distributions. Tag v11.8.9**
2632

2733
Bug fixes:

conf.py

+1-1
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.8.9'
24+
release = '11.9.0'
2525
root_doc = 'index'
2626

2727
# -- General configuration ---------------------------------------------------

index.rst

+1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ References
476476
models/NCOMMAS/readme
477477
models/noah/readme
478478
models/null_model/readme
479+
models/pangu/readme
479480
models/PBL_1d/readme
480481
models/pe2lyr/readme
481482
models/POP/readme

models/README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ DART supported models:
3535
- :doc:`NCOMMAS/readme`
3636
- :doc:`noah/readme`
3737
- :doc:`null_model/readme`
38+
- :doc:`pangu/readme`
3839
- :doc:`PBL_1d/readme`
3940
- :doc:`pe2lyr/readme`
4041
- :doc:`POP/readme`

models/pangu/landmask.npy

7.92 MB
Binary file not shown.

0 commit comments

Comments
 (0)