Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
project = 'FastEddy'
author = 'UCAR/NCAR'
author_list = 'Muñoz-Esparza, D., J. Sauer'
version = '4.0'
version = '5.0'
verinfo = version
release = f'{version}'
release_year = '2025'
release_date = f'{release_year}-10-23'
release_year = '2026'
release_date = f'{release_year}-05-18'
copyright = f'{release_year}, {author}'

# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/downloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Downloads
- Release Date
- Tar File
- Release Notes
* - 5.0.0
- May 18, 2026
- `v5.0.0.tar.gz <https://github.com/NCAR/FastEddy-model/archive/refs/tags/v5.0.0.tar.gz>`_
- `v5.0.0 Release Notes <https://fasteddy-model.readthedocs.io/en/main_v5.0/release_notes.html>`_
* - 4.0.1
- November 18, 2025
- `v4.0.1.tar.gz <https://github.com/NCAR/FastEddy-model/archive/refs/tags/v4.0.1.tar.gz>`_
- `v4.0.1 Release Notes <https://fasteddy-model.readthedocs.io/en/main_v4.0/release_notes.html>`_
* - 4.0.0
- October 23, 2025
- `v4.0.0.tar.gz <https://github.com/NCAR/FastEddy-model/archive/refs/tags/v4.0.0.tar.gz>`_
Expand Down
37 changes: 37 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@
Release Notes
*************

FastEddy-model Version 5.0 Release Notes (20260518)
===================================================

.. dropdown:: Repository, build, and test

* Tutorial extensions for using mesoscale MPAS and FastEddy to drive downscaled FastEddy simulations, and to apply the surface heat flux redistribution option for urban simulations
* Pre-processing parameters reference guide for GeoSpec, SimGrid, and GenICBCs

.. dropdown:: Bugfixes

* Fix to the parameter that controls urban surface heat redistribution option to properly be passed down to the GPU
* Fix to memory address of potential temperature base state used in urban simulations [contributed by Mingxin Gong and Prof. Bowen Zhou from Nanjing University, China]
* Fix to GAD exception when a turbine hub height coincides with a vertical cell face [in collaboration with Dr. William Radunz from Johns Hopkins University]

.. dropdown:: Enhancements

* Virtual tower capability for high-frequency output at specified locations
* Nesting of TKE boundary conditions from parent domain
* Reduction of the order of the advection scheme near the surface to avoid use of below-ground halo values
* Inclusion of 2d maps of latitude and longitude to IO and usage for Coriolis forcing and virtual tower location
* Extension of SimGrid preprocessing step to compute a surface heat flux redistribution map for urban simulations [contributed by Eloisa Raluy-López from University of Murcia, Spain]
* Extension of GenICBCs to allow LES-to-LES nesting within FastEddy (both real and ideal cases)
* Allow prescription of subgrid TKE through lateral boundary conditions (hydroBCs = 1)

FastEddy-model Version 4.0.1 Release Notes (20251118)
=====================================================

.. dropdown:: Bugfixes

* Added gpu_type=a100 to fasteddy_pbs_scripts per NSF NCAR HPC environment change
* Added full path for conda environment to to fasteddy_pbs_scripts
* Changed default Example08 jsons
* Casted simTime_it as unsigned long long in curandPseudo…Seed()
* Enhanced Simgrid.py
* Removed redundant factor of four on all device allocated array memory
* Removed extra sqrt(rho) factor from friction velocity output

FastEddy-model Version 4.0 Release Notes (20251023)
===================================================

Expand Down
Loading