Changes between Version 2 and Version 3 of PDAF_sampleens
- Timestamp:
- Dec 20, 2017, 5:51:13 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_sampleens
v2 v3 15 15 {{{ 16 16 SUBROUTINE PDAF_SampleEns(dim, dim_ens, modes, svals, state, & 17 ens, flag)17 ens, [verbose], flag) 18 18 }}} 19 19 with the following arguments: … … 24 24 * `state` : `real, intent(inout), dimension(dim)`[[BR]] Central state of the ensemble 25 25 * `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 27 * `flag` : `integer, intent(out)`[[BR]] Status flag 27 28