Recent Releases of MicroHH
MicroHH - 2.0.2
What's Changed
- Write base state
rhoto its own restart file. by @bartvstratum in https://github.com/microhh/microhh/pull/324 - Fix for the read/save ini function by @bartvstratum in https://github.com/microhh/microhh/pull/334
- Mirrored basestate load/save structure from moist to dry thermo. by @bartvstratum in https://github.com/microhh/microhh/pull/339
- Cuda 13.1 linking issues fix by @WBMol in https://github.com/microhh/microhh/pull/335
- Added CI test for scalar conservation from point sources by @bartvstratum in https://github.com/microhh/microhh/pull/341
- Check sizes of source input values. by @bartvstratum in https://github.com/microhh/microhh/pull/340
- Main documentation by @MirjamTijhuis in https://github.com/microhh/microhh/pull/326
Full Changelog: https://github.com/microhh/microhh/compare/2.0.1...2.0.2
Atmosphere - Atmospheric Composition and Dynamics
- C++
Published by bartvstratum 4 months ago
MicroHH - 2.0.1
This is a bugfix release for the 2.0 branch.
What's Changed
- Added land-surface crosses for
G+S(withH+LEas bonus). by @bartvstratum in https://github.com/microhh/microhh/pull/268 - Updated Readme and Contributors. by @Chiil in https://github.com/microhh/microhh/pull/274
- Updated README.md text. by @Chiil in https://github.com/microhh/microhh/pull/275
exec_columninthermo_drywas missing a base state copy. by @bartvstratum in https://github.com/microhh/microhh/pull/276- Don't saturation adjust surface in
get_radiation_fields/columns(). by @bartvstratum in https://github.com/microhh/microhh/pull/279 - First setup Github actions by @bartvstratum in https://github.com/microhh/microhh/pull/284
- Check submodules with CMake by @bartvstratum in https://github.com/microhh/microhh/pull/285
- Gravitational settling of dust particles. by @bartvstratum in https://github.com/microhh/microhh/pull/288
- Renamed
dusttoparticle_bin. by @bartvstratum in https://github.com/microhh/microhh/pull/292 - Bitwise identical restarts for
cabauwcase. by @bartvstratum in https://github.com/microhh/microhh/pull/283 - following recent changes in the (offline) radiation code, compute eff… by @MennoVeerman in https://github.com/microhh/microhh/pull/295
- Removed old modules from Snellius cmake config. by @bartvstratum in https://github.com/microhh/microhh/pull/294
- Check for duplicate columns on output. Fixes #256 by @thijsheus in https://github.com/microhh/microhh/pull/302
- Started modernizing some scripts (notebooks, Xarray, ...) by @bartvstratum in https://github.com/microhh/microhh/pull/298
- Fixed time issue in cross script. by @bartvstratum in https://github.com/microhh/microhh/pull/305
- Added reference data
moser590and notebook for that case. by @bartvstratum in https://github.com/microhh/microhh/pull/303 - Make
line_xyzinsourceoptional, and default to list with zeros. by @bartvstratum in https://github.com/microhh/microhh/pull/304 - Consistent GCSS radiation implementation between cpu and gpu. by @thijsheus in https://github.com/microhh/microhh/pull/301
- BOMEX bug. by @bartvstratum in https://github.com/microhh/microhh/pull/311
- Include constexpr, and merge sqrt division for performance. by @Chiil in https://github.com/microhh/microhh/pull/299
- Bugfix combination LSM without SW or LW radiation. by @bartvstratum in https://github.com/microhh/microhh/pull/306
- Update
developwith latestmain. by @bartvstratum in https://github.com/microhh/microhh/pull/309 - Develop back to main by @thijsheus in https://github.com/microhh/microhh/pull/315
- Fix runscripts by @thijsheus in https://github.com/microhh/microhh/pull/317
Full Changelog: https://github.com/microhh/microhh/compare/2.0.0...2.0.1
Atmosphere - Atmospheric Composition and Dynamics
- C++
Published by thijsheus over 1 year ago
MicroHH - 2.0.0
Release for new MicroHH 2.0 reference publication.
Major updates
- Addition single moment ice + double moment warm microphysics schemes.
- Addition RTE+RRTMGP radiation solver + RTE+RRTMGP-based ray tracer (GPU only).
- Addition GCSS parameterized radiation.
- Addition HTESSEL-based land-surface scheme.
- Addition Deardorff TKE sub-filter scale model.
- Addition Immersed boundary (IB) method (DNS only).
- Addition point source emissions.
- Addition column ("virtual measurement site") statistics.
- Addition process tendency statistics.
- Coupling RTE+RRTMGP to aerosols.
- Support for non-periodic lateral boundary conditions for scalars.
- New higher order and/or monotonic advection schemes.
- Integration Kernel Tuner and Kernel Launcher for tuning GPU kernels.
All features are supported on both CPU and (NVIDIA) GPU architectures, using single or double precision floating point numbers.
Contributors
This new major release was made possible thanks to the help of many people, which we listed here.
Atmosphere - Atmospheric Composition and Dynamics
- C++
Published by julietbravo over 1 year ago
MicroHH -
Last tag before reference paper.
Atmosphere - Atmospheric Composition and Dynamics
- C++
Published by Chiil about 9 years ago