Changes between Version 3 and Version 4 of PDAF_sampleens
- Timestamp:
- Sep 8, 2022, 7:58:00 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_sampleens
v3 v4 15 15 {{{ 16 16 SUBROUTINE PDAF_SampleEns(dim, dim_ens, modes, svals, state, & 17 ens, [verbose], 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 * `verbose: `integer, intent(in)`[[BR]] verbosity flag; >0 for screen output (This argument was added with PDAF V1.13)] 27 27 * `flag` : `integer, intent(out)`[[BR]] Status flag 28 28