CohenBerkeleyLab / BEHR-core

Core code for the Berkeley High Resolution (BEHR) OMI NO2 retrieval
GNU General Public License v3.0
3 stars 1 forks source link

'BEHRTropopausePressure' related to behr_uncertainty_estimation.m #11

Open zxdawn opened 5 years ago

zxdawn commented 5 years ago

https://github.com/CohenBerkeleyLab/BEHR-core/blob/257979d5689d7b8fac7a6c67b856967885d4bb7e/Utils/behr_uncertainty_estimation.m#L80-L89

For profileloc and profiletime, since you just want to change the profile shape and keep the scattering weights, lookup_profile is set to true and lookup_sweights is set to false.

For other parameters, lookup_profile is set to false and lookup_sweights is set to true. This means that use the original no2 profile without clip. How about tropoPres? https://github.com/CohenBerkeleyLab/BEHR-core/blob/69631e1cc1706ff3044bf51e00ea3a2d2d5b2e29/BEHR_Main/BEHR_main_one_day.m#L224 Although I know the tropopause would be different because of parameters, I couldn't figure out where Data(d).BEHRTropopausePressure come from.