Skip to content

Commit

Permalink
folder included to reproduce paper figures
Browse files Browse the repository at this point in the history
inside the outputs folder is a new folder to reproduce the PyCHAM figure from the paper The INGENIOUS Project: Towards understanding air pollution in homes, in Environmental Science: Processes & Impacts
  • Loading branch information
simonom committed Nov 29, 2024
1 parent ca47c9b commit 533e2e3
Show file tree
Hide file tree
Showing 79 changed files with 183,336 additions and 11,631 deletions.
Binary file modified PyCHAM/.DS_Store
Binary file not shown.
Binary file modified PyCHAM/__pycache__/accom_coeff_calc.cpython-39.pyc
Binary file not shown.
Binary file modified PyCHAM/__pycache__/dydt_rec.cpython-39.pyc
Binary file not shown.
Binary file modified PyCHAM/__pycache__/hyst_eq.cpython-39.pyc
Binary file not shown.
Binary file modified PyCHAM/__pycache__/ode_solv.cpython-39.pyc
Binary file not shown.
Binary file modified PyCHAM/__pycache__/rate_coeffs.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion PyCHAM/dydt_rec.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# changes due to gas-phase photochemistry and partitioning are included;
# generated in init_conc and treats loss from gas-phase as negative

# File Created at 2024-11-25 13:30:41.338052
# File Created at 2024-11-27 15:32:19.732833

import numpy as np

Expand Down
2 changes: 1 addition & 1 deletion PyCHAM/err_log.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/Users/user/Documents/GitHub/PyCHAM/PyCHAM/output/AP_BZ_MCM_PRAMAP_autoAPRAMBZ_scheme/method_ex_dynpart_1.e-8zpc_1e3inttol_RO2pool
/Users/user/Documents/GitHub/PyCHAM/PyCHAM/output/full_chem_scheme/sgr_3.2acr_1.0tf_1mops_1fry_1sho_0wst
2 changes: 1 addition & 1 deletion PyCHAM/hyst_eq.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##########################################################################################
'''solution of deliquescence and efflorescence RH, generated by eqn_pars.py in fully functioning mode, or by ui_check.py in testing mode'''
# module to estimate deliquescence and efflorescence relative humidity as a function of temperature
# File Created at 2024-11-25 13:30:41.256636
# File Created at 2024-11-28 09:53:10.691642

# function for deliquescence
def drh(TEMP):
Expand Down
Binary file modified PyCHAM/input/.DS_Store
Binary file not shown.
Binary file added PyCHAM/input/nus/20Nov_0900_0959_obs_conc.xlsx
Binary file not shown.
Loading

0 comments on commit 533e2e3

Please sign in to comment.