Changes between Initial Version and Version 1 of PDAF_set_seedset


Ignore:
Timestamp:
Apr 2, 2025, 2:40:24 PM (42 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_set_seedset

    v1 v1  
     1= PDAF_set_seedset =
     2
     3This page documents the routine `PDAF_set_seedset` of PDAF, which was introduced with PDAF V3.0.
     4
     5This routine can be called a choose the seedset for the random number generated used in PDAF.
     6
     7The interface is:
     8{{{
     9  SUBROUTINE PDAF_set_seedset(seedset_in)
     10}}}
     11with the following argument:
     12{{{
     13    INTEGER,INTENT(in) :: seedset_in    !< Seedset index (between 1 and 20)
     14}}}
     15
     16**Note:**
     17* PDAF uses the LAPACK function 'DLARNV' to generate random numbers. There are e.g. used in PDAF_sampleens or for adding random perturbations in the particle filter.