Changes between Version 3 and Version 4 of PDAF_sampleens


Ignore:
Timestamp:
Sep 8, 2022, 7:58:00 PM (19 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_sampleens

    v3 v4  
    1515{{{
    1616SUBROUTINE PDAF_SampleEns(dim, dim_ens, modes, svals, state, &
    17      ens, [verbose], flag)
     17     ens, verbose, flag)
    1818}}}
    1919with the following arguments:
     
    2424 * `state` : `real, intent(inout), dimension(dim)`[[BR]] Central state of the ensemble
    2525 * `ens` : `real, intent(out), dimension(dim, dim_ens)`[[BR]] Created state ensemble
    26  * [`verbose: `integer, intent(in)`[[BR]] verbosity flag; >0 for screen output (This argument was added with PDAF V1.13)]
     26 * `verbose: `integer, intent(in)`[[BR]] verbosity flag; >0 for screen output (This argument was added with PDAF V1.13)]
    2727 * `flag` : `integer, intent(out)`[[BR]] Status flag
    2828