Skip to content

Commit 2e0d0f1

Browse files
authored
Feature 48 release 2.0 (#49)
* Updated version number and date * Per #48, updating release notes * Per 8, adding information for this release's download * Per #48, adding two new publications * Per #48, changing format of entry * Per #48, fixed the formatting
1 parent d19052a commit 2e0d0f1

4 files changed

Lines changed: 51 additions & 13 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
project = 'FastEddy'
2323
author = 'UCAR/NCAR'
2424
author_list = 'Sauer, J., D. Muñoz-Esparza'
25-
version = '1.1.0'
25+
version = '2.0'
2626
verinfo = version
2727
release = f'{version}'
2828
release_year = '2024'
29-
release_date = f'{release_year}-04-22'
29+
release_date = f'{release_year}-08-09'
3030
copyright = f'{release_year}, {author}'
3131

3232
# -- General configuration ---------------------------------------------------

docs/downloads.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Downloads
99
* - Version
1010
- Release Date
1111
- Tar File
12-
- Release Notes
12+
- Release Notes
13+
* - 2.0.0
14+
- August 9, 2024
15+
- `v2.0.0.tar.gz <https://github.com/NCAR/FastEddy-model/archive/refs/tags/v2.0.0.tar.gz>`_
16+
- `v2.0.0 Release Notes <https://fasteddy-model.readthedocs.io/en/main_v2.0/release_notes.html>`_
1317
* - 1.1.0
1418
- April 22, 2024
1519
- `v1.1.0.tar.gz <https://github.com/NCAR/FastEddy-model/archive/refs/tags/v1.1.0.tar.gz>`_

docs/publications.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
Publications
55
************
66

7+
.. _wind_energy_2024:
8+
9+
| Sanchez Gomez, M., D. Muñoz-Esparza, J.A. Sauer. "Implementation and Validation
10+
| of a Generalized Actuator Disk Parameterization for Wind Turbine Simulations
11+
| Within the FastEddy Model". *Wind Energy* (2024)
12+
| http://doi.org/10.1002/we.2941
13+
14+
.. _atmosphere_2024:
15+
16+
| Welch, B.M.; Horel, J.D.; Sauer, J.A. "Application of the NCAR FastEddy\ :sup:`®`
17+
| Microscale Model to a Lake Breeze Front". *Atmosphere* 15, no.7 (2024) 809
18+
| https://doi.org/10.3390/atmos15070809
19+
720
.. _geophysical_research_2022:
821

922
| Muñoz-Esparza, D., C. Becker, J.A. Sauer, D.J. Gagne II, J. Schreck, B. Kosović.

docs/release_notes.rst

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,31 @@
22
Release Notes
33
*************
44

5-
When applicable, release notes are followed by the GitHub issue number which
6-
describes the bugfix, enhancement, or new feature
7-
(`FastEddy-model GitHub issues <https://github.com/NCAR/FastEddy-model/issues>`_).
85

6+
FastEddy-model Version 2.0 Release Notes (20240809)
7+
===================================================
8+
9+
.. dropdown:: Repository, build, and test
10+
11+
* Three new tutorials (canopy, offshore, passive scalar transport and dispersion)
12+
* Demonstration of including terrain and N-ranks to N-files raw binary output and post-processing to single NetCDF via Python
13+
* Runtime parameter checks provide guidance for inter/intra-device parallelization settings
14+
15+
.. dropdown:: Bugfixes
16+
17+
* Linear interpolation of pressure bottom/top boundary conditions instead of constant
18+
* Small fix to the forcing term for condensation
19+
20+
.. dropdown:: Enhancements
21+
22+
* Additional explicit filters (divergence damping and horizontal 6th-order diffusion) [Contributed by Prof. Bowen Zhou from Nanjing University, China]
23+
* Two-equation canopy model
24+
* A suite of offshore roughness parameterizations
25+
* A dynamic formulation for thermal roughness length over land
26+
* Auxiliary passive scalar transport and dispersion
27+
* Additional documentation content (building, running on NSF NCAR HPC, publications, downloads, and more)
28+
29+
930
FastEddy-model Version 1.1 Release Notes (20240422)
1031
===================================================
1132

@@ -19,18 +40,18 @@ Casper and Derecho platforms, along with other changes as detailed below:
1940

2041
.. dropdown:: Repository, build, and test
2142

22-
* Add templates for Issues and Pull Requests (`#1 <https://github.com/NCAR/FastEddy-model/issues/1>`_)
23-
* Set up the FastEddy Tutorial documentation (`#3 <https://github.com/NCAR/FastEddy-model/issues/3>`_)
24-
* Consolidate FastEddy-tutorials content into FastEddy-model (`#8 <https://github.com/NCAR/FastEddy-model/issues/8>`_)
25-
* Adjust FastEddy-tutorials BOMEX notebook & RTD Moist dynamics instructions for hosting datasets under new repo (`#10 <https://github.com/NCAR/FastEddy-model/issues/10>`_)
43+
* Add templates for Issues and Pull Requests
44+
* Set up the FastEddy Tutorial documentation
45+
* Consolidate FastEddy-tutorials content into FastEddy-model
46+
* Adjust FastEddy-tutorials BOMEX notebook & RTD Moist dynamics instructions for hosting datasets under new repo
2647

2748
.. dropdown:: Bugfixes
2849

29-
* Fix to the restart model capability (`#6 <https://github.com/NCAR/FastEddy-model/pull/6>`_)
30-
* Clean compile with warnings addressed (`#6 <https://github.com/NCAR/FastEddy-model/pull/6>`_)
50+
* Fix to the restart model capability
51+
* Clean compile with warnings addressed
3152

3253
.. dropdown:: Enhancements
3354

34-
* Accommodate building on Derecho (`#6 <https://github.com/NCAR/FastEddy-model/pull/6>`_)
55+
* Accommodate building on Derecho
3556

3657

0 commit comments

Comments
 (0)