OPS
OPS copied to clipboard
Operationele Prioritaire Stoffen model
- Fixes for several bugs hindering use with GNU Fortran. - Add Makefile. - Wiki is not under version control, but steps to compile and run on Windows and Linux...
The GridValue is assigned the average when isCell is false. New code matches the specification: "return grid average if point is outside grid or if value is negative". Generic question:...
The code of 5.0 contains lots of (historical?) uses both `real` as well as `real*4` intensively, whereas unique use of solely `real` is more applicable for portability. This pull request...
Changes developed by Gerard Cats.
Has no impact on current outcome of model when applied to the Netherlands, but is looming bug when applying OPS on other areas. Changes developed by Gerard Cats.
Code contains constructs like in ops_cals_stats.f90: `if (somcpri .gt. 0.0) then ` Starting with Fortran 90 when I am correct (correct me if wrong), this can be replaced by: `if...