Changes between Version 5 and Version 6 of ImplementAnalysisUniversal


Ignore:
Timestamp:
May 24, 2025, 8:53:14 AM (8 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysisUniversal

    v5 v6  
    6363with the following arguments:
    6464* 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.
    6666 * [#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.
    6767* Observation routines using PDAF-OMI:
     
    7373 * [#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.
    7474* 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`.
    7777* 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.
    7979
    8080Note: