PollyNET / Pollynet_Processing_Chain

NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)
https://polly.tropos.de/
GNU General Public License v3.0
20 stars 8 forks source link

Include possibilty to set reference heigth manually, for a dedicated offline analysis #87

Closed HolgerPollyNet closed 3 years ago

HolgerPollyNet commented 3 years ago

to add this possibility in the config file...., to allow to FORCE retrievals for a given height....

ZPYin commented 3 years ago

A new keyword of flagUseManualRefH has been added to enable this feature. It was turned off by default (see below). https://github.com/PollyNET/Pollynet_Processing_Chain/blob/59b2f52611a69657be1ab380bb21d53dd86c2729/lib/config/polly_global_config.json#L12

The reference heights can be configured by setting refH_FR_355, refH_FR_532 and refH_FR_1064, respectively (see below). https://github.com/PollyNET/Pollynet_Processing_Chain/blob/59b2f52611a69657be1ab380bb21d53dd86c2729/lib/config/polly_global_config.json#L113-L115

For example, refH_FR_532: [10000, 11000] stands for manual reference height of 10,000-11,000 (m) for 355 nm.