sdat2 / seager19

Replication of Seager et al. (2019) Nat. Clim. Chan. They used a simple-as-possible coupled model to explain the bias in the nino3.4 trend in climate models (CMIP5). This repository replicates/reproduces their work, shows that it also applies to CMIP6, and varies some of the parameters.
https://seager19.readthedocs.io/
MIT License
6 stars 0 forks source link

Add more complete testing to the Fortran 77 / C model #3

Closed sdat2 closed 3 years ago

sdat2 commented 3 years ago

Currently the only thing that is tested is that the program compiles when there is a push.

sdat2 commented 3 years ago

More details on the format: https://web.stanford.edu/class/me200c/tutorial_77/11_subprograms.html

sdat2 commented 3 years ago

This is kind of done with om_test, although only in the fact that the model runs.

sdat2 commented 3 years ago

Beyond animating the outputs, more effective testing will not be possible within the timescale of the project.