-
$HOME = path/to/ctsm
#### Purpose with this issue
Implementing a module for soil decomposition. This is intended to work as an alternative to the CENTURY-based decomposition cascade at $(HOME)/sr…
ecaas updated
2 months ago
-
Let `G` be the "extended genotype matrix", whose rows are indexed by mutations (not sites) and samples, with `G[i,j] = 1` if the sample has inherited that mutation and `0` otherwise. This is something…
-
Hello, I'm learning to use pFUnit and at this moment have two issues, I'm not used with Cmake files then it is not easy to deduce the answer
1. I don't know where to specify extensions to compile …
-
Besides common descriptive statistics, we need standard modules for various continuous statistical distribution (e.g., gamma distribution) and discrete distribution (e.g., bernoulli distribution). Th…
-
The scipy.special module provides elliptic integral of the first and second kind, but the elliptical integral of the third kind is missing.
Sympy implements it: http://docs.sympy.org/latest/modules/fu…
-
Here is how to get started:
```console
git clone https://github.com/Reference-LAPACK/lapack
cd lapack
mkdir build
cd build
FC=gfortran cmake -DCBLAS=no -DLAPACKE=no -DBUILD_TESTING=no -DBUILD_DO…
-
Branched from https://github.com/fortran-lang/stdlib/issues/1#issuecomment-567138631
---
One personal challenge I have with stock Fortran are its somewhat awkward and low-level I/O facilities --…
-
Hi,
I'm using a new Mac with M1 chip and arm64 machine, while the precompiled ncl was based on old compilers are not eligible for new Mac that can't install old version compilers. I tried to compil…
-
Numpy kicked off what eventually evolved into the [Pydata stack](https://www.youtube.com/watch?v=RTiAMB2tQjo). One of the core components of Numpy was an ndarray type. What's an ndarray? It's a way to…
-
@slayoo @tobias-loew @vukics
Blitz++ is great, but let's face it... it's an old codebase from the pre-C++11 era, and has a lot of weird hacks / workarounds. It does what it does well, and has been…