Changes between Version 2 and Version 3 of PDAF_sampleens


Ignore:
Timestamp:
Dec 20, 2017, 5:51:13 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_sampleens

    v2 v3  
    1515{{{
    1616SUBROUTINE PDAF_SampleEns(dim, dim_ens, modes, svals, state, &
    17      ens, 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)]
    2627 * `flag` : `integer, intent(out)`[[BR]] Status flag
    2728