Robert Pincus
Robert Pincus
For timing purposes it would be great to have a flexible benchmarking program. Timing estimates could build on @alexeedm's timing with `system_clock` in the all-sky example. We could use fixed...
An issue received via email: ``` From: Thomas Jahns Sent: Monday, March 7, 2022 9:57 AM To: [[email protected]](mailto:[email protected]) Cc: Claudia Frauen ; Jörg Behrens Subject: Memory layout in rrtmgp/kernels/mo_gas_optics_kernels.F90 Hi,...
The repository includes some `examples/` and a few `tests/` exercising various options in the code. These are cobbled together into a makeshift continuous integration that ensures changes to the code...
Various parts of the CI (the tests running automatically for each commit) rely on files from RFMIP hosted on the Earth System Grid. The ESGF nodes are flakey and the...
## Source Dataset This data provides satellite observations of targeted at the evaluation of global models, facilitated with the use of synthetic observations ("satellite simulators"). The data are a re-packaging...
@naromero77 from Intel had some suggestions via email for using the Intel OneAPI compilers to check aspects of the implement of the OpenMP offload. I recently had some ideas that...
Introduces two changes to long wave noscattering radiative transfer calculations. 1. Changes first-order Gaussian angular quadrature to "Gauss-Jacobi-5" based on results from [Hogan 2023](https://doi.org/10.1002/qj.4598). 2. Removes Planck function evaluated at...
We would like to distribute the RTE and RRTMGP libraries via conda and possibly other channels (e.g. apt-get). Libraries would be updated at each release. For conda we will need...
[Verification and validation](https://en.wikipedia.org/wiki/Verification_and_validation) have grown organically with the code base. At this time this include - (verification) unit tests for RTE optical properties and solvers in `tests` - (verification) invariance...