diff --git a/docs/conf.py b/docs/conf.py index bac23236..e5749086 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/docs/downloads.rst b/docs/downloads.rst index 0f981300..fb97aa9d 100644 --- a/docs/downloads.rst +++ b/docs/downloads.rst @@ -10,6 +10,14 @@ Downloads - Release Date - Tar File - Release Notes + * - 5.0.0 + - May 18, 2026 + - `v5.0.0.tar.gz `_ + - `v5.0.0 Release Notes `_ + * - 4.0.1 + - November 18, 2025 + - `v4.0.1.tar.gz `_ + - `v4.0.1 Release Notes `_ * - 4.0.0 - October 23, 2025 - `v4.0.0.tar.gz `_ diff --git a/docs/release_notes.rst b/docs/release_notes.rst index abec5df6..05c8dfd1 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -2,6 +2,45 @@ 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 + * Documentation section for Efficient Output Modes (full domain binary I/O and virtual towers) + * Inclusion of a Feedback and Updates section + +.. 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) ===================================================