Changes between Version 9 and Version 10 of InsertAnalysisStep
- Timestamp:
- Dec 12, 2019, 8:28:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertAnalysisStep
v9 v10 44 44 * [#U_next_observationnext_observation_pdaf.F90 U_next_observation]: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit` 45 45 * [#U_distribute_statedistribute_state_pdaf.F90 U_distribute_state]: The name of a user supplied routine that initializes the model fields from the array holding the ensemble of model state vectors 46 * [#U_prepoststepprepoststep_ pdaf.F90 U_prepoststep]: The name of a user supplied routine that is called before and after the analysis step. Here the user has the possibility to access the state ensemble and can e.g. compute estimated variances or can write the ensemble states the state estimate into files.46 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]: The name of a user supplied routine that is called before and after the analysis step. Here the user has the possibility to access the state ensemble and can e.g. compute estimated variances or can write the ensemble states the state estimate into files. 47 47 * `status`: The integer status flag. It is zero, if `PDAF_get_state` is exited without errors. 48 48