Takeshi Enomoto
Takeshi Enomoto
I accept your invitation to add myself to the contributors. The next tag would be v0.16.26 in HISTORY.rst, right?
I was able to hide a number of warning by setting `-fmax-stack-var-size=524280`. This is merely an ad hoc solution. It is better to allocate arrays in heap with `allocate()`.
It turned out that setting `-fmax-stack-var-size` or `-frecursive` cause a runtime problem on macOS.
I added a feature to initialize from a file. This is not strictly a restart. A true restart requires two time levels. The input format is the same as the...
The difference of surface pressure with and without `-fdefault-real-8` (modified minus original). 
It was deplicated in 0.1.1 and removed entirely from 0.1.2. https://github.com/tidymodels/modeldata/pull/29