Open zxdawn opened 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.
profileloc
profiletime
lookup_profile
lookup_sweights
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.
tropoPres
Data(d).BEHRTropopausePressure
https://github.com/CohenBerkeleyLab/BEHR-core/blob/257979d5689d7b8fac7a6c67b856967885d4bb7e/Utils/behr_uncertainty_estimation.m#L80-L89
For
profileloc
andprofiletime
, since you just want to change the profile shape and keep the scattering weights,lookup_profile
is set to true andlookup_sweights
is set to false.For other parameters,
lookup_profile
is set to false andlookup_sweights
is set to true. This means that use the original no2 profile without clip. How abouttropoPres
? 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 whereData(d).BEHRTropopausePressure
come from.