All Projects → earth-system-radiation → rte-rrtmgp

earth-system-radiation / rte-rrtmgp

Licence: BSD-3-Clause license
RTE+RRTMGP is a set of codes for computing radiative fluxes in planetary atmospheres.

Programming Languages

fortran
972 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rte-rrtmgp

arts
The Atmospheric Radiative Transfer Simulator
Stars: ✭ 43 (-17.31%)
Mutual labels:  radiative-transfer
PyRADS
A line-by-line longwave radiation code for planetary atmospheres.
Stars: ✭ 21 (-59.62%)
Mutual labels:  radiative-transfer
SBTi-finance-tool
This toolkit helps companies and financial institutions to assess the temperature alignment of current targets, commitments, and investment and lending portfolios, and to use this information to develop targets for official validation by the SBTi. See the wiki for a change log.
Stars: ✭ 39 (-25%)
Mutual labels:  climate-model
ClimateLaboratoryBook
JupyterBook source for The Climate Laboratory
Stars: ✭ 74 (+42.31%)
Mutual labels:  climate-model
MiMA
Model of an idealized Moist Atmosphere: Intermediate-complexity General Circulation Model with full radiation
Stars: ✭ 28 (-46.15%)
Mutual labels:  climate-model
typhon
Tools for atmospheric research
Stars: ✭ 47 (-9.62%)
Mutual labels:  radiative-transfer
range3
Range Software - Finite Element Analysis
Stars: ✭ 31 (-40.38%)
Mutual labels:  radiative-transfer
C2-Ray3Dm
The 3D version of C2-Ray for multiple sources, hydrogen only
Stars: ✭ 16 (-69.23%)
Mutual labels:  radiative-transfer
aerobulk
AeroBulk is a modern-FORTRAN-based package/library that gathers state-of-the-art aerodynamic bulk formulae algorithms used to compute turbulent air-sea fluxes of momentum, heat and freshwater.
Stars: ✭ 24 (-53.85%)
Mutual labels:  climate-model
esmtools
🐙 a toolbox for Earth System Model analysis 🐙
Stars: ✭ 24 (-53.85%)
Mutual labels:  climate-model
Guided Missile Simulation
Guided Missile, Radar and Infrared EOS Simulation Framework written in Fortran.
Stars: ✭ 33 (-36.54%)
Mutual labels:  radiative-transfer
LBLRTM
Line-By-Line Radiative Transfer Model by Atmospheric and Environmental Research
Stars: ✭ 33 (-36.54%)
Mutual labels:  radiative-transfer
pcmdi metrics
Self contained packages to run PCMDI Metrics
Stars: ✭ 44 (-15.38%)
Mutual labels:  climate-model
exageostat
A High Performance Unified Framework for Geostatistics on Manycore Systems.
Stars: ✭ 20 (-61.54%)
Mutual labels:  climate-model
hector
The Hector Simple Climate Model
Stars: ✭ 72 (+38.46%)
Mutual labels:  climate-model

Documentation

RTE+RRTMGP's GitHub Pages site contains a mix of automatically-generated documentation and hand-written descriptions. The documentation is incomplete and evolving. Thanks to the folks at Sourcery Institute for help in setting this up.

For the moment the Wiki may also be useful.

RTE+RRTMGP

This is the repository for RTE+RRTMGP, a set of codes for computing radiative fluxes in planetary atmospheres. RTE+RRTMGP is described in a paper in Journal of Advances in Modeling Earth Systems.

RRTMGP uses a k-distribution to provide an optical description (absorption and possibly Rayleigh optical depth) of the gaseous atmosphere, along with the relevant source functions, on a pre-determined spectral grid given temperatures, pressures, and gas concentration. The k-distribution currently distributed with this package is applicable to the Earth's atmosphere under present-day, pre-industrial, and 4xCO2 conditions.

RTE computes fluxes given spectrally-resolved optical descriptions and source functions. The fluxes are normally summarized or reduced via a user extensible class.

Building the libraries, examples, and unit-testing codes.

  1. Set environment variables FC (the Fortran 2003 compiler) and FCFLAGS (compiler flags). Examples are provided in the Compiler-flags.md file.
  2. Set environment variables RRTMGP_ROOT to the top-level RTE+RRTMGP directory and RTE_KERNELS to openacc if you want the OpenACC/OpenMP kernels rather than the default.
  3. make libs in the top-level directory will make the RTE and RRTMGP libraries.
  4. The examples and testing codes use netCDF. Set the variables NCHOME and NFHOME to the roots of the C and Fortran netCDF installations, then make tests to build and run these. (A few files need to be downloaded for examples/rfmip-clear-sky. The default is to download these with wget but a Python script is also available.)
  5. Evaluating the results of the tests requires Python and the packages described in environment.yml. Comparisons can be made with make check in the top level directory.
  6. make invoked without a target in the top level attempts all three steps.

Examples

Two examples are provided in examples/, one for clear skies and one including clouds. Directory tests/ contains regression testing (e.g. to ensure that answers are independent of orientation) and unit testing (to be sure all the code paths are tested). See the README file and codes in each directory for further information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].