Changes between Version 3 and Version 4 of PDAF_local_weights


Ignore:
Timestamp:
Jan 13, 2022, 9:58:08 AM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_local_weights

    v3 v4  
    77The interface is the following:
    88{{{
    9   SUBROUTINE PDAF_local_weights(wtype, cradius, sradius, distance, &
     9  SUBROUTINE PDAF_local_weights(wtype, local_range, srange, distance, &
    1010     weights, verbose)
    1111}}}
    1212with the following arguments:
    13  * `wtype` : `integer, intent(in)`[[BR]] Type of weight function:[[BR]] (0) unit weight (=1 up to radius `cradius`) [[BR]] (1) exponential decrease (1/e at distance=sradius; 0 for distance>cradius)[[BR]] (2) 5th order polynomial with support radius sradius (Gaspari&Cohn 1999; 0 for distance>sradius)
    14  * `cradius` : `real, intent(in)`[[BR]] Cut-off radius (weight is always =0 for distance>cradius)
    15  * `sradius` : `real, intent(in)`[[BR]] Support radius
     13 * `wtype` : `integer, intent(in)`[[BR]] Type of weight function:[[BR]] (0) unit weight (=1 up to radius `local_range`) [[BR]] (1) exponential decrease (1/e at distance=sradius; 0 for distance>local_range)[[BR]] (2) 5th order polynomial with support radius sradius (Gaspari&Cohn 1999; 0 for distance>sradius)
     14 * `local_range` : `real, intent(in)`[[BR]] Cut-off radius (weight is always =0 for distance>local_range)
     15 * `srange` : `real, intent(in)`[[BR]] Support radius
    1616 * `dim` : `integer, intent(in)`[[BR]] Size of arrays `distance` and `weights'
    1717 * `distance` : `real, intent(in)`[[BR]] Distance to observation