Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some more cams2-40 / task4041 adjustments #943

Closed
jgriesfeller opened this issue Nov 6, 2023 · 0 comments · Fixed by #944
Closed

some more cams2-40 / task4041 adjustments #943

jgriesfeller opened this issue Nov 6, 2023 · 0 comments · Fixed by #944
Assignees
Labels
obs-update Update related to existing observation dataset

Comments

@jgriesfeller
Copy link
Member

for some reason I removed some conversion factors here in 2022 (I do not remember the reason)

UCONV_MUL_FACS = pd.DataFrame(
[
# ["dryso4", "mg/m2/d", "mgS m-2 d-1", M_S / M_SO4],
# ["drynh4", "mg/m2/d", "mgN m-2 d-1", M_N/ M_NH4],
# ["concso4", "ug S/m3", "ug m-3", M_SO4 / M_S],
# ["SO4ugSm3", "ug/m3", "ug S m-3", M_S / M_SO4],
# ["concso4pm25", "ug S/m3", "ug m-3", M_SO4 / M_S],
# ["concso4pm10", "ug S/m3", "ug m-3", M_SO4 / M_S],
["concso2", "ug S/m3", "ug m-3", M_SO2 / M_S],
["concbc", "ug C/m3", "ug m-3", 1.0],
["concoa", "ug C/m3", "ug m-3", 1.0],
["concoc", "ug C/m3", "ug m-3", 1.0],
["conctc", "ug C/m3", "ug m-3", 1.0],
# a little hacky for ratpm10pm25...
# ["ratpm10pm25", "ug m-3", "1", 1.0],
["concpm25", "ug m-3", "1", 1.0],
["concpm10", "ug m-3", "1", 1.0],
["concno2", "ug N/m3", "ug m-3", M_NO2 / M_N],
# ["concno3", "ug N/m3", "ug m-3", M_NO3 / M_N],
["concnh3", "ug N/m3", "ug m-3", M_NH3 / M_N],
# ["concnh4", "ug N/m3", "ug m-3", M_NH4 / M_N],
["wetso4", "kg S/ha", "kg m-2", M_SO4 / M_S / HA_TO_SQM],
["concso4pr", "mg S/L", "g m-3", M_SO4 / M_S],

review and add those again (especially NH4 for task4041)

@jgriesfeller jgriesfeller self-assigned this Nov 6, 2023
@jgriesfeller jgriesfeller changed the title add removed conversion factors again some more cams2-40 / task4041 adjustments Nov 8, 2023
@jgriesfeller jgriesfeller linked a pull request Nov 9, 2023 that will close this issue
@lewisblake lewisblake added the obs-update Update related to existing observation dataset label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
obs-update Update related to existing observation dataset
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants