Changes between Version 37 and Version 38 of ModifyModelforEnsembleIntegration
- Timestamp:
- May 24, 2025, 11:30:22 AM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModifyModelforEnsembleIntegration
v37 v38 154 154 155 155 156 == Compilation and testing == 157 158 One can test the program without hacing implemented the actual assimilation step. In the template code `template/online` all required user-supplied routines are included, but they don't contain functionality. However, one can use them to be able to compile and run the assimilation program for testing. In particular one can check if the ensemble forecasting works correctly. 159 160 However, one can only check this in the model code at this point because the forecasted model fields are not yet written back into the state vectors. This will be implemented in the routine `collect_state_pdaf` for the analysis step.