Changes between Version 6 and Version 7 of InsertAnalysisStep
- Timestamp:
- Dec 12, 2019, 8:24:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InsertAnalysisStep
v6 v7 70 70 At this state of the implementation only these arguments are relevant: 71 71 * [#U_distribute_statedistribute_state.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. (This routine is also used in `PDAF_get_state`) 72 * [#U_collect_statecollect_state_pdaf.F90 U_ distribute_state]: The name of the user-supplied routine that initializes a state vector from the array holding the ensemble of model states from the model fields. This is basically the inverse operation to `U_dist_state`.72 * [#U_collect_statecollect_state_pdaf.F90 U_collect_state]: The name of the user-supplied routine that initializes a state vector from the array holding the ensemble of model states from the model fields. This is basically the inverse operation to `U_dist_state`. 73 73 * [#U_next_observationnext_observation.F90 U_next_observation]: The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. (This routine is also used in `PDAF_get_state`) 74 74 * `status`: The integer status flag. It is zero, if PDAF_get_state is exited without errors.