1 file changed
+1
-1
lines changed- .binder/environment.yml+2-2
- .binder/postBuild
- .github/workflows/fabm.yml+101-28
- CMakeLists.txt+12-3
- include/standard_variable_assignments.h+13-1
- include/standard_variables.h+4-1
- pyproject.toml+1-1
- src/CMakeLists.txt+3-1
- src/builtin/constant.F90+26
- src/builtin/depth_integral.F90+1-1
- src/builtin/depth_mapping.F90+1-1
- src/builtin/model_library.F90+4-1
- src/builtin/sum.F90+32-25
- src/builtin/tracer.F90+55
- src/c/fabm_c.F90+9-9
- src/c/helper.F90+5-5
- src/fabm_coupling.F90+7-1
- src/fabm_expressions.F90+4-10
- src/fabm_job.F90+4-2
- src/fabm_types.F90+9-9
- src/models/bb/CMakeLists.txt+1
- src/models/bb/bb_model_library.F90+3-1
- src/models/bb/gas/gas.F90+109
- src/models/gotm/ergom.F90+6-6
- src/models/nersc/ecosmo/ecosmo_operational.F90+2-2
- src/models/python/CMakeLists.txt+1
- src/models/python/embed.c+34-5
- src/models/python/fabm_base.pyx+143-49
- src/models/python/python_model_library.F90+3-3
- src/models/python/wrapped_python_model.F90+145-29
- src/models/selma/selma.F90+1-1
- src/pyfabm/__init__.py+497-357
- src/pyfabm/complete_yaml.py+6-1
- src/pyfabm/gui_qt.py+256-179
- src/pyfabm/utils/fabm_complete_yaml.py+1-1
- src/pyfabm/utils/fabm_configuration_gui.py+2-2
- src/pyfabm/utils/fabm_describe_model.py+3-1
- src/pyfabm/utils/fabm_evaluate.py+44-46
- src/pyfabm/utils/fabm_stress_test.py+64-33
- testcases/fabm-bb-gas.yaml+46
- testcases/fabm-builtin.yaml+126
- testcases/python/README.md+1-1
- testcases/python/interactive_simulation.ipynb+14-18
- testcases/python/parameter_variation.ipynb+118
- testcases/python/simulation.ipynb+15-19
- util/developers/environment.yaml+5
- util/developers/run_all_testcases.py+7-3
- util/standard_variables/variables.yaml+6
0 commit comments