Releases: exorad/gcm_toolkit
Releases · exorad/gcm_toolkit
bug fixes
Transmission spectrum
This Version includes the option to calculate a transmission spectrum with petitRADTRANS
(@Kiefersv)
We now also removed cubedsphere
as a dependency, which makes the use of gcm_toolkit
for nc
files only possible in environments, where cubedsphere
is not available (@AaronDavidSchneider)
License and Citation
This release adds useful information to gcm-toolkit
Partial averages
This release adds partial averages to the add_horizontal_averages
function.
More Diagnostics
- Add option to output individual energies (kinetic, thermal and potential) instead of just relying on the total energy.
More Diagnostics
This PR adds some diagnostics, useful to understand and postprocess GCM data. These include:
- potential temperature (
tools.add_theta
) - radiative convective boundary (
tools.add_rcb
) - total energy (
tools.add_total_energy
) - total angular momentum (
tools.add_total_momentum
)
Introducing more Tests
This version fixes some small bugs and introduces a coverage of 97%
Initial release
Welcome to the world of gcm_toolkit