Changes between Version 12 and Version 13 of InsertAnalysisStep
- Timestamp:
- Feb 22, 2023, 2:17:44 PM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertAnalysisStep
v12 v13 80 80 Here, only the user-supplied routines are discussed that are required at this stage of the implementation (that is, the ensemble integration). For testing (see [#Compilationandtesting 'Compilation and testing']), all routines need to exist, but only those described here in detail need to be implemented with functionality. 81 81 82 To indicate user-supplied routines we use the prefix `U_`. In the t emplate directory `templates/` as well as in the example implementation in `testsuite/src/dummymodel_1D` these routines exist without the prefix, but with the extension `_pdaf.F90`. In the section titles below we provide the name of the template file in parentheses.82 To indicate user-supplied routines we use the prefix `U_`. In the tutorials in `tutorial/` and in the template directory `templates/` these routines exist without the prefix, but with the extension `_pdaf`. The files are named correspondingly. In the section titles below we provide the name of the template file in parentheses. 83 83 84 84 The user-supplied routines are in general identical for the 'fully parallel' and 'flexible' implementation variants. The only difference is in `U_next_observation` as is described below.