Published March 15, 2023
| Version 1.0.4
Software
Open
Framework for Aquatic Biogeochemical Models
Description
The Framework for Aquatic Biogeochemical Models (FABM) is a Fortran 2003 programming framework for biogeochemical models of marine and freshwater systems. Visit the wiki for information on how to build, use and develop with FABM.
This FABM 1 maintenance release:
- adds workarounds for certain Cray and PGI compilers
- fixes an issue with optional state variable dependencies (registered with
required=.false.
) - improves error handling by pyfabm
- exposes custom variable properties in pyfabm
- adds support for python >= 3.11
- extends automated testing using GitHub Actions
- improves finalization of FABM objects (deallocation of memory)
- improves the accuracy of the temporal mean of interior variables
- no longer requires the
configunit
argument to be provided toadd_child
- now checks at compile time that the
source
argument is provided toregister_horizontal_diagnostic_variable
- adds built-in modules
surface_constant
,bottom_constant
,bounded_vertical_integral
,interior_temporal_mean
,surface_temporal_mean
,surface_temporal_maximum
Files
fabm-model/fabm-v1.0.4.zip
Files
(814.6 kB)
Name | Size | Download all |
---|---|---|
md5:c91e818411cbb4813d9412a1e84d883f
|
814.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/fabm-model/fabm/tree/v1.0.4 (URL)