climt icon indicating copy to clipboard operation
climt copied to clipboard

The official home of climt, a Python based climate modelling toolkit.

Results 40 climt issues
Sort by recently updated
recently updated
newest added

The Python attributes `self.gauss_weights` and `self.area_weights` on GFSDynamicalCore appear to never be used in CliMT. Can I remove them?

Currently the Emanuel convection Fortran code is written to only work on contiguous vertical columns. Since the GFS dynamical core only works on contiguous horizontal slices, that means array copying...

enhancement

Currently the RRTMG wrappers create two sets of arrays when calling RRTMG. One that gets returned to Sympl, and one that gets passed to the Fortran code to get set....

Currently the IceSheet object operates on each column within a Python for loop. Many of the operations could be written using array parallelism, which would run a lot faster. This...

enhancement

Removed GFSDynamicalCore Removed openblas, shtns and fftw Tests not updated, might fail

* CliMT version:climt-0.16.25-cp38-cp38-manylinux2010_x86_64.whl * Python version:Python 3.8.10 * Operating System: ### Description python3 gmd_aquaplanet.py /usr/local/lib/python3.8/dist-packages/sympl/_core/dataarray.py:6: FutureWarning: xarray subclass DataArray should explicitly define __slots__ class DataArray(xr.DataArray): Traceback (most recent call last):...

* CliMT version: 17.12 * Python version: 3.10.12 * Operating System: Ubuntu 22.04.3 LTS 64-bit GNOME 42.9 ### Description I'm trying to run an example case `full_radiation_with_insolation_gcm.py` to see how...

* CliMT version: climt (v. 0.15.3) * Python version: 3.10.12 * Operating System:Linux 2.6.32-754.10.1.el6.x86_64 ### Description I have recently been learning how to use the RCE model and encountered some...

climt was not building on my macos. It was trying to look for gcc at /usr/local/Cellar/gcc, which does not exist on my system. If I missed an install step, please...

* CliMT version: 0.17.12 * Python version: 3.8.0 * Operating System: EndeavourOS In the example `full_radiation_gcm_energy_balanced.py` on the GitHub, the following is included: ``` fields_to_store = ['air_temperature', 'air_pressure', 'eastward_wind', 'northward_wind',...