Changes between Version 2 and Version 3 of EnsembleGeneration


Ignore:
Timestamp:
Dec 17, 2016, 8:55:14 PM (7 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EnsembleGeneration

    v2 v3  
    2424For the documentation of the calling interface of `PDAF_eofcovar` see [wiki:PDAF_eofcovar the detail page about the routine].
    2525
    26 === PDAF_sampleens.
     26=== PDAF_sampleens ===
     27
     28For step 3, the routine [wiki:PDAF_sampleens PDAF_sampleens] performs the second-order exact sampling. For this task, one provides the routine the singular vectors and values from step 2 and a central state for the ensemble mean. The routine will then generate and return the ensemble to the program that called `PDAF_sampleens`.
     29
     30The ensemble generation is usually done when a data assimilation sequence is initialized. One read the singular vectors and values from the file generate in step 2. In addition one read the central state of the ensemble. then one calls `PDAF_sampleens`  and obtains an ensmeble for the data assimilation.