Changes between Version 4 and Version 5 of PDAF_local_weights
- Timestamp:
- Jan 13, 2022, 10:00:48 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_local_weights
v4 v5 11 11 }}} 12 12 with the following arguments: 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=sra dius; 0 for distance>local_range)[[BR]] (2) 5th order polynomial with support radius sradius (Gaspari&Cohn 1999; 0 for distance>sradius)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=srange; 0 for distance>local_range)[[BR]] (2) 5th order polynomial with support radius srange (Gaspari&Cohn 1999; 0 for distance>srange) 14 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 15 * `srange` : `real, intent(in)`[[BR]] Support radius of weight function 16 16 * `dim` : `integer, intent(in)`[[BR]] Size of arrays `distance` and `weights' 17 17 * `distance` : `real, intent(in)`[[BR]] Distance to observation