- Add five size bins of dust and sea salt aerosols. PR #564
- Update cloud optics to the latest version of rrtmgp-data. PR #562
- Remove pade approximation. PR #563
Prior to this release, flux_dn_dir
was not correctly set in the two stream
case for non-gray radiation, leading to incorrect values (whatever was in the
memory at initialization). Now, the variable is correctly accumulated over for
every g-point. Note, however, that only the value at the surface ([1, :]
) is
updated. PR #550.
Starting with this release, RRTGMP.jl will use an aerosol look up table that is internally stored, as opposed
to downloading it from the rrtgmp-data
repository. The reason for this change is that the data distributed
with rrtgmp-data
contains an an error in the array ordering for the aerosol optics lookup table for sea-salt (‘aero_salt_tbl’).
This error was fixed in the internal table. RRTGMP.jl
will revert to using rrtgmp-data
once the repository updates their tables. PR #548.
This new lookup table fixes an error in the array ordering for the aerosol optics
lookup table for the shortwave sea-salt data (‘aero_salt_tbl’).
PR #548.
- Compute aero_mask internally and store the array. (#528)
- Support 1D interpolation on non-uniform grid and fix relative humidity interpolation. (#527)
- Add support for multiple aerosol types (#523)
- Add support for aerosol optics (#510)
- Fix undefined variable in
rte_sw_noscat_solve!
(#504) - Add support for OneScalar cloud optics. (#505)
- Rename
rte_lw_noscat!
and simplify the input arguments (#506)
- Force optical thickness to be non-negative (#502)
- Solver struct has been split to allow for independent RTE solver schemes for longwave and shortwave problems (#492)
- Simplify arguments for solve_lw! and solve_sw!. (#493)
- Update Artifacts to use lookup tables and reference data from (#495)
- Move AngularDiscretization to
NoScatLWRTE
(#496) - Update longwave secants and weights (#498)
- CUDA is now an extension. Some methods have changed. (#485).
Identical to v0.13.2
Broken release. Do not use
- Broadcast FT over Arrays, test with [email protected]; update docs env (#484)
- Update argument types for compute_col_gas! (#470)
- Remove inferable fields from AtmosphericStates (#453)
- Add CloudState (#454)
- Restructure datalayout in AtmosphericStates to enable coalesced memory (#455)
- Update from CLIMAParameters to ClimaParams (#456), Adapt v0.4 (#462)
- Started changelog