Changes between Version 5 and Version 6 of ImplementAnalysisUniversal
- Timestamp:
- May 24, 2025, 8:53:14 AM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisUniversal
v5 v6 63 63 with the following arguments: 64 64 * Routines to transfer between model fields and state vector: 65 * [#U_collect_statecollect_state_pdaf.F90 U_collect_state]:[[BR]] 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_distribute_state` used in [ModifyModelforEnsembleIntegration#PDAF_ get_state PDAF_get_state] and also here.65 * [#U_collect_statecollect_state_pdaf.F90 U_collect_state]:[[BR]] 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_distribute_state` used in [ModifyModelforEnsembleIntegration#PDAF_init_forecast PDAF_init_forecast] and also here. 66 66 * [#U_distribute_statedistribute_state_pdaf.F90 U_distribute_state]:[[BR]] The name of a user supplied routine that initializes the model fields from the array holding the ensemble of model state vectors. 67 67 * Observation routines using PDAF-OMI: … … 73 73 * [#U_init_dim_obs_l_pdafomicallback_obs_pdafomi.F90 U_init_dim_obs_l_pdafomi]:[[BR]] The name of the routine that initializes the size of the observation vector for a local analysis domain and the index arrays used to map between the global state vector and the local state vector. 74 74 * Prepoststep and initialization for next forecast phase 75 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]:[[BR]] The name of the pre/poststep routine as in `PDAF_ get_state`76 * [#U_next_observationnext_observation.F90 U_next_observation]:[[BR]] The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_ get_state`.75 * [#U_prepoststepprepoststep_ens_pdaf.F90 U_prepoststep]:[[BR]] The name of the pre/poststep routine as in `PDAF_init_forecast` 76 * [#U_next_observationnext_observation.F90 U_next_observation]:[[BR]] The name of a user supplied routine that initializes the variables `nsteps`, `timenow`, and `doexit`. The same routine is also used in `PDAF_init_forecast`. 77 77 * Status flag 78 * `status`:[[BR]] The integer status flag. It is zero, if `PDAFomi_assimilate_local`is exited without errors.78 * `status`:[[BR]] The integer status flag. It is zero, if the routine is exited without errors. 79 79 80 80 Note: