PyPartMC 1.1.3__tar.gz → 1.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of PyPartMC might be problematic. Click here for more details.

Files changed (837) hide show
  1. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/readme_listings.yml +3 -1
  2. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/tests+pypi.yml +14 -10
  3. {PyPartMC-1.1.3/PyPartMC.egg-info → PyPartMC-1.1.4}/PKG-INFO +10 -3
  4. {PyPartMC-1.1.3 → PyPartMC-1.1.4/PyPartMC.egg-info}/PKG-INFO +10 -3
  5. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/README.md +9 -2
  6. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.binder/postBuild +0 -0
  7. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.binder/requirements.txt +0 -0
  8. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/cancel.yml +0 -0
  9. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/conda.yml +0 -0
  10. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/cpplint.yml +0 -0
  11. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/forlint.yml +0 -0
  12. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/pdoc.yml +0 -0
  13. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/pre-commit.yml +0 -0
  14. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/pylint.yml +0 -0
  15. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.github/workflows/stale.yml +0 -0
  16. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.gitignore +0 -0
  17. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.gitmodules +0 -0
  18. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.pre-commit-config.yaml +0 -0
  19. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/.zenodo.json +0 -0
  20. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/CITATION.cff +0 -0
  21. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/CMakeLists.txt +0 -0
  22. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/LICENSE +0 -0
  23. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/MANIFEST.in +0 -0
  24. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC/__init__.py +0 -0
  25. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC.egg-info/SOURCES.txt +0 -0
  26. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC.egg-info/dependency_links.txt +0 -0
  27. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC.egg-info/not-zip-safe +0 -0
  28. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC.egg-info/requires.txt +0 -0
  29. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/PyPartMC.egg-info/top_level.txt +0 -0
  30. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/cloud_parcel.ipynb +0 -0
  31. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/hello_world.ipynb +0 -0
  32. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/lognorm_ex.ipynb +0 -0
  33. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/mie_optical.ipynb +0 -0
  34. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/particle_simulation.ipynb +0 -0
  35. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/process_simulation_output.ipynb +0 -0
  36. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/terminal_velocities.ipynb +0 -0
  37. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/examples/widgets_playground.ipynb +0 -0
  38. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Include/amd.h +0 -0
  39. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Include/amd_internal.h +0 -0
  40. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd.f +0 -0
  41. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_1.c +0 -0
  42. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_2.c +0 -0
  43. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_aat.c +0 -0
  44. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_control.c +0 -0
  45. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_defaults.c +0 -0
  46. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_dump.c +0 -0
  47. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_global.c +0 -0
  48. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_info.c +0 -0
  49. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_order.c +0 -0
  50. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_post_tree.c +0 -0
  51. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_postorder.c +0 -0
  52. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_preprocess.c +0 -0
  53. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amd_valid.c +0 -0
  54. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/AMD/Source/amdbar.f +0 -0
  55. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/BTF/Include/btf.h +0 -0
  56. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/BTF/Include/btf_internal.h +0 -0
  57. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/BTF/Source/btf_maxtrans.c +0 -0
  58. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/BTF/Source/btf_order.c +0 -0
  59. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/BTF/Source/btf_strongcomp.c +0 -0
  60. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/COLAMD/Include/colamd.h +0 -0
  61. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/COLAMD/Source/colamd.c +0 -0
  62. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Include/klu.h +0 -0
  63. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Include/klu_internal.h +0 -0
  64. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Include/klu_version.h +0 -0
  65. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu.c +0 -0
  66. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_analyze.c +0 -0
  67. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_analyze_given.c +0 -0
  68. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_defaults.c +0 -0
  69. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_diagnostics.c +0 -0
  70. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_dump.c +0 -0
  71. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_extract.c +0 -0
  72. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_factor.c +0 -0
  73. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_free_numeric.c +0 -0
  74. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_free_symbolic.c +0 -0
  75. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_kernel.c +0 -0
  76. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_memory.c +0 -0
  77. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_refactor.c +0 -0
  78. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_scale.c +0 -0
  79. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_solve.c +0 -0
  80. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_sort.c +0 -0
  81. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/KLU/Source/klu_tsolve.c +0 -0
  82. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/LICENSE.txt +0 -0
  83. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.c +0 -0
  84. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/SuiteSparse/SuiteSparse_config/SuiteSparse_config.h +0 -0
  85. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/CMakeLists.txt +0 -0
  86. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/COPYING +0 -0
  87. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/Jacobian.c +0 -0
  88. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/Jacobian.h +0 -0
  89. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_phase_data.F90 +0 -0
  90. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_phase_solver.c +0 -0
  91. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_phase_solver.h +0 -0
  92. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_rep_data.F90 +0 -0
  93. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_rep_factory.F90 +0 -0
  94. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_rep_solver.c +0 -0
  95. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_rep_solver.h +0 -0
  96. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.F90 +0 -0
  97. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_reps/aero_rep_modal_binned_mass.c +0 -0
  98. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.F90 +0 -0
  99. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_reps/aero_rep_single_particle.c +0 -0
  100. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/aero_reps.h +0 -0
  101. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_common.h +0 -0
  102. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_core.F90 +0 -0
  103. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_debug.h +0 -0
  104. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_solver.c +0 -0
  105. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_solver.h +0 -0
  106. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_solver_data.F90 +0 -0
  107. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/camp_state.F90 +0 -0
  108. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/chem_spec_data.F90 +0 -0
  109. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/constants.F90 +0 -0
  110. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/debug_diff_check.F90 +0 -0
  111. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/debug_diff_check.c +0 -0
  112. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/debug_diff_check.h +0 -0
  113. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/env_state.F90 +0 -0
  114. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/mechanism_data.F90 +0 -0
  115. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/mpi.F90 +0 -0
  116. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/property.F90 +0 -0
  117. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rand.F90 +0 -0
  118. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rand_gsl.c +0 -0
  119. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxn_data.F90 +0 -0
  120. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxn_factory.F90 +0 -0
  121. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxn_solver.c +0 -0
  122. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxn_solver.h +0 -0
  123. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.F90 +0 -0
  124. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_CMAQ_H2O2.c +0 -0
  125. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.F90 +0 -0
  126. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_CMAQ_OH_HNO3.c +0 -0
  127. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.F90 +0 -0
  128. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_HL_phase_transfer.c +0 -0
  129. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.F90 +0 -0
  130. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_SIMPOL_phase_transfer.c +0 -0
  131. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.F90 +0 -0
  132. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_aqueous_equilibrium.c +0 -0
  133. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_arrhenius.F90 +0 -0
  134. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_arrhenius.c +0 -0
  135. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.F90 +0 -0
  136. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_condensed_phase_arrhenius.c +0 -0
  137. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.F90 +0 -0
  138. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_condensed_phase_photolysis.c +0 -0
  139. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_emission.F90 +0 -0
  140. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_emission.c +0 -0
  141. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_first_order_loss.F90 +0 -0
  142. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_first_order_loss.c +0 -0
  143. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_photolysis.F90 +0 -0
  144. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_photolysis.c +0 -0
  145. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_surface.F90 +0 -0
  146. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_surface.c +0 -0
  147. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.F90 +0 -0
  148. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_ternary_chemical_activation.c +0 -0
  149. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_troe.F90 +0 -0
  150. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_troe.c +0 -0
  151. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.F90 +0 -0
  152. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wennberg_no_ro2.c +0 -0
  153. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.F90 +0 -0
  154. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wennberg_tunneling.c +0 -0
  155. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wet_deposition.F90 +0 -0
  156. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns/rxn_wet_deposition.c +0 -0
  157. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/rxns.h +0 -0
  158. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/solver_stats.F90 +0 -0
  159. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_model_data.F90 +0 -0
  160. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_model_factory.F90 +0 -0
  161. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_model_solver.c +0 -0
  162. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_model_solver.h +0 -0
  163. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.F90 +0 -0
  164. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_PDFiTE.c +0 -0
  165. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.F90 +0 -0
  166. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_UNIFAC.c +0 -0
  167. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.F90 +0 -0
  168. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models/sub_model_ZSR_aerosol_water.c +0 -0
  169. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/sub_models.h +0 -0
  170. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/time_derivative.c +0 -0
  171. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/time_derivative.h +0 -0
  172. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/util.F90 +0 -0
  173. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/camp/src/util.h +0 -0
  174. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/LICENSE.MIT +0 -0
  175. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/adl_serializer.hpp +0 -0
  176. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/byte_container_with_subtype.hpp +0 -0
  177. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/conversions/from_json.hpp +0 -0
  178. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -0
  179. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/conversions/to_json.hpp +0 -0
  180. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/exceptions.hpp +0 -0
  181. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/hash.hpp +0 -0
  182. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/binary_reader.hpp +0 -0
  183. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/input_adapters.hpp +0 -0
  184. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/json_sax.hpp +0 -0
  185. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/lexer.hpp +0 -0
  186. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/parser.hpp +0 -0
  187. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/input/position_t.hpp +0 -0
  188. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -0
  189. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -0
  190. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -0
  191. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -0
  192. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -0
  193. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -0
  194. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/json_pointer.hpp +0 -0
  195. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/json_ref.hpp +0 -0
  196. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/macro_scope.hpp +0 -0
  197. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/macro_unscope.hpp +0 -0
  198. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/call_std/begin.hpp +0 -0
  199. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/call_std/end.hpp +0 -0
  200. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -0
  201. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/detected.hpp +0 -0
  202. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/identity_tag.hpp +0 -0
  203. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/is_sax.hpp +0 -0
  204. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/type_traits.hpp +0 -0
  205. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/meta/void_t.hpp +0 -0
  206. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/output/binary_writer.hpp +0 -0
  207. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/output/output_adapters.hpp +0 -0
  208. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/output/serializer.hpp +0 -0
  209. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/string_concat.hpp +0 -0
  210. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/string_escape.hpp +0 -0
  211. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/detail/value_t.hpp +0 -0
  212. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/json.hpp +0 -0
  213. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/json_fwd.hpp +0 -0
  214. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/ordered_map.hpp +0 -0
  215. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -0
  216. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -0
  217. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/LICENSE +0 -0
  218. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_file_module.F90 +0 -0
  219. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_get_scalar_by_path.inc +0 -0
  220. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_get_vec_by_path.inc +0 -0
  221. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_get_vec_by_path_alloc.inc +0 -0
  222. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_initialize_arguments.inc +0 -0
  223. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_initialize_dummy_arguments.inc +0 -0
  224. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_kinds.F90 +0 -0
  225. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_macros.inc +0 -0
  226. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_module.F90 +0 -0
  227. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_parameters.F90 +0 -0
  228. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_string_utilities.F90 +0 -0
  229. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/json_value_module.F90 +0 -0
  230. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/introspection/test_iso_10646_support.f90 +0 -0
  231. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_01.F90 +0 -0
  232. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_02.F90 +0 -0
  233. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_03.F90 +0 -0
  234. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_04.F90 +0 -0
  235. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_05.F90 +0 -0
  236. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_06.F90 +0 -0
  237. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_07.F90 +0 -0
  238. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_08.F90 +0 -0
  239. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_09.F90 +0 -0
  240. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_10.F90 +0 -0
  241. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_11.F90 +0 -0
  242. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_12.F90 +0 -0
  243. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_13.F90 +0 -0
  244. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_14.F90 +0 -0
  245. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_15.F90 +0 -0
  246. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_16.F90 +0 -0
  247. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_17.F90 +0 -0
  248. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_18.F90 +0 -0
  249. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_19.F90 +0 -0
  250. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_20.F90 +0 -0
  251. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_21.F90 +0 -0
  252. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_22.F90 +0 -0
  253. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_23.F90 +0 -0
  254. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_24.F90 +0 -0
  255. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_25.F90 +0 -0
  256. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_26.F90 +0 -0
  257. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_27.F90 +0 -0
  258. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_28.F90 +0 -0
  259. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_29.F90 +0 -0
  260. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_30.F90 +0 -0
  261. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_31.F90 +0 -0
  262. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_32.F90 +0 -0
  263. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_33.F90 +0 -0
  264. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_34.F90 +0 -0
  265. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_35.F90 +0 -0
  266. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_36.F90 +0 -0
  267. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_37.F90 +0 -0
  268. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_38.F90 +0 -0
  269. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_39.F90 +0 -0
  270. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_40.F90 +0 -0
  271. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_41.F90 +0 -0
  272. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_42.F90 +0 -0
  273. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_43.F90 +0 -0
  274. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_44.F90 +0 -0
  275. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_45.F90 +0 -0
  276. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_46.F90 +0 -0
  277. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_47.F90 +0 -0
  278. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_48.F90 +0 -0
  279. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/json-fortran/src/tests/jf_test_49.F90 +0 -0
  280. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/CMakeLists.txt +0 -0
  281. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/COPYRIGHT +0 -0
  282. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/config.h.cmake.in +0 -0
  283. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/fbits.h +0 -0
  284. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc.h +0 -0
  285. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc3dispatch.h +0 -0
  286. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc3internal.h +0 -0
  287. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc4dispatch.h +0 -0
  288. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc4internal.h +0 -0
  289. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc_logging.h +0 -0
  290. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nc_provenance.h +0 -0
  291. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncauth.h +0 -0
  292. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncbytes.h +0 -0
  293. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncconfigure.h +0 -0
  294. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nccrc.h +0 -0
  295. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncdispatch.h +0 -0
  296. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncexternl.h +0 -0
  297. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nchashmap.h +0 -0
  298. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nchttp.h +0 -0
  299. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncindex.h +0 -0
  300. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nclist.h +0 -0
  301. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/nclog.h +0 -0
  302. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncmodel.h +0 -0
  303. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncoffsets.h +0 -0
  304. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncpathmgr.h +0 -0
  305. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncrc.h +0 -0
  306. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncs3sdk.h +0 -0
  307. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncuri.h +0 -0
  308. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncutf8.h +0 -0
  309. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/ncxml.h +0 -0
  310. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf.h +0 -0
  311. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_aux.h +0 -0
  312. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_dispatch.h.in +0 -0
  313. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_f.h +0 -0
  314. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_filter.h +0 -0
  315. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_mem.h +0 -0
  316. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/netcdf_meta.h.in +0 -0
  317. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/onstack.h +0 -0
  318. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/include/rnd.h +0 -0
  319. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/datt.c +0 -0
  320. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dattget.c +0 -0
  321. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dattinq.c +0 -0
  322. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dattput.c +0 -0
  323. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dauth.c +0 -0
  324. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/daux.c +0 -0
  325. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dcompound.c +0 -0
  326. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dcopy.c +0 -0
  327. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dcrc64.c +0 -0
  328. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/ddim.c +0 -0
  329. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/ddispatch.c +0 -0
  330. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/denum.c +0 -0
  331. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/derror.c +0 -0
  332. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dfile.c +0 -0
  333. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dfilter.c +0 -0
  334. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dgroup.c +0 -0
  335. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dinfermodel.c +0 -0
  336. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dinstance.c +0 -0
  337. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dinstance_intern.c +0 -0
  338. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dmissing.c +0 -0
  339. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dnotnc4.c +0 -0
  340. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/doffsets.c +0 -0
  341. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dopaque.c +0 -0
  342. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dpathmgr.c +0 -0
  343. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/drc.c +0 -0
  344. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/ds3util.c +0 -0
  345. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dstring.c +0 -0
  346. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dtype.c +0 -0
  347. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dutf8.c +0 -0
  348. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dutil.c +0 -0
  349. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dvar.c +0 -0
  350. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dvarget.c +0 -0
  351. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dvarinq.c +0 -0
  352. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dvarput.c +0 -0
  353. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/dvlen.c +0 -0
  354. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/nc.c +0 -0
  355. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/ncbytes.c +0 -0
  356. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/nchashmap.c +0 -0
  357. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/nclist.c +0 -0
  358. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/nclistmgr.c +0 -0
  359. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/nclog.c +0 -0
  360. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/ncuri.c +0 -0
  361. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/utf8proc.c +0 -0
  362. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/utf8proc.h +0 -0
  363. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libdispatch/utf8proc_data.c +0 -0
  364. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/liblib/nc_initialize.c +0 -0
  365. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/attr.m4 +0 -0
  366. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/dim.c +0 -0
  367. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/memio.c +0 -0
  368. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/nc3dispatch.c +0 -0
  369. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/nc3internal.c +0 -0
  370. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/ncio.c +0 -0
  371. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/ncio.h +0 -0
  372. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/ncx.h +0 -0
  373. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/ncx.m4 +0 -0
  374. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/posixio.c +0 -0
  375. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/putget.m4 +0 -0
  376. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/v1hpg.c +0 -0
  377. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc/var.c +0 -0
  378. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4cache.c +0 -0
  379. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4dispatch.c +0 -0
  380. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4grp.c +0 -0
  381. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4internal.c +0 -0
  382. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4type.c +0 -0
  383. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/nc4var.c +0 -0
  384. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-c/libsrc4/ncindex.c +0 -0
  385. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/CMakeExtras/MatchNetCDFFortranTypes.cmake +0 -0
  386. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/COPYRIGHT +0 -0
  387. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nc_interfaces.F90 +0 -0
  388. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf4_nf_interfaces.F90 +0 -0
  389. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_data.F90 +0 -0
  390. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf_nc_interfaces.F90 +0 -0
  391. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_data.F90 +0 -0
  392. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/module_netcdf_nf_interfaces.F90 +0 -0
  393. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4.F90 +0 -0
  394. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_eightbyte.F90 +0 -0
  395. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_externals.F90 +0 -0
  396. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_file.F90 +0 -0
  397. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_func.F90 +0 -0
  398. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_overloads.F90 +0 -0
  399. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_variables.F90 +0 -0
  400. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf4_visibility.F90 +0 -0
  401. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_attributes.F90 +0 -0
  402. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_constants.F90 +0 -0
  403. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_dims.F90 +0 -0
  404. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_expanded.F90 +0 -0
  405. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_externals.F90 +0 -0
  406. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_file.F90 +0 -0
  407. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_overloads.F90 +0 -0
  408. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_text_variables.F90 +0 -0
  409. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_variables.F90 +0 -0
  410. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/netcdf_visibility.F90 +0 -0
  411. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_attio.F90 +0 -0
  412. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_control.F90 +0 -0
  413. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_dim.F90 +0 -0
  414. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_genatt.F90 +0 -0
  415. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_geninq.F90 +0 -0
  416. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_genvar.F90 +0 -0
  417. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_lib.c +0 -0
  418. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_misc.F90 +0 -0
  419. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_nc4.F90 +0 -0
  420. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_nc_noparallel.F90 +0 -0
  421. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_var1io.F90 +0 -0
  422. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_varaio.F90 +0 -0
  423. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_varmio.F90 +0 -0
  424. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/nf_varsio.F90 +0 -0
  425. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/netcdf-fortran/fortran/typeSizes.F90 +0 -0
  426. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/optional/COPYING +0 -0
  427. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/optional/include/tl/optional.hpp +0 -0
  428. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/COPYING +0 -0
  429. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_binned.F90 +0 -0
  430. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_data.F90 +0 -0
  431. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_dist.F90 +0 -0
  432. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_info.F90 +0 -0
  433. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_info_array.F90 +0 -0
  434. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_mode.F90 +0 -0
  435. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_particle.F90 +0 -0
  436. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_particle_array.F90 +0 -0
  437. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_sorted.F90 +0 -0
  438. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_state.F90 +0 -0
  439. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_weight.F90 +0 -0
  440. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/aero_weight_array.F90 +0 -0
  441. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/bin_average_comp.F90 +0 -0
  442. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/bin_average_size.F90 +0 -0
  443. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/bin_grid.F90 +0 -0
  444. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/camp_interface.F90 +0 -0
  445. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/chamber.F90 +0 -0
  446. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel.F90 +0 -0
  447. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_additive.F90 +0 -0
  448. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_brown.F90 +0 -0
  449. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_brown_cont.F90 +0 -0
  450. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_brown_free.F90 +0 -0
  451. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_constant.F90 +0 -0
  452. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_sedi.F90 +0 -0
  453. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coag_kernel_zero.F90 +0 -0
  454. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coagulation.F90 +0 -0
  455. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/coagulation_dist.F90 +0 -0
  456. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/condense.F90 +0 -0
  457. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/condense_solver.c +0 -0
  458. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/constants.F90 +0 -0
  459. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/env_state.F90 +0 -0
  460. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/exact_soln.F90 +0 -0
  461. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_aero_particles.F90 +0 -0
  462. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_aero_size.F90 +0 -0
  463. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_aero_time.F90 +0 -0
  464. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_env.F90 +0 -0
  465. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_gas.F90 +0 -0
  466. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_sectional_aero_size.F90 +0 -0
  467. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/extract_sectional_aero_time.F90 +0 -0
  468. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/fractal.F90 +0 -0
  469. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/gas_data.F90 +0 -0
  470. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/gas_state.F90 +0 -0
  471. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/getopt.F90 +0 -0
  472. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/integer_rmap.F90 +0 -0
  473. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/integer_rmap2.F90 +0 -0
  474. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/integer_varray.F90 +0 -0
  475. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/mosaic.F90 +0 -0
  476. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/mpi.F90 +0 -0
  477. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/netcdf.F90 +0 -0
  478. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/nucleate.F90 +0 -0
  479. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/numeric_average.F90 +0 -0
  480. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/numeric_diff.F90 +0 -0
  481. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/output.F90 +0 -0
  482. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/partmc.F90 +0 -0
  483. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/photolysis.F90 +0 -0
  484. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/rand.F90 +0 -0
  485. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/rand_gsl.c +0 -0
  486. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/run_exact.F90 +0 -0
  487. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/run_part.F90 +0 -0
  488. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/run_sect.F90 +0 -0
  489. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/scenario.F90 +0 -0
  490. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/sort.c +0 -0
  491. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/spec_file.F90 +0 -0
  492. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/spec_line.F90 +0 -0
  493. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/stats.F90 +0 -0
  494. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/sys.F90 +0 -0
  495. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/partmc/src/util.F90 +0 -0
  496. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/CMakeLists.txt +0 -0
  497. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/LICENSE +0 -0
  498. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/attr.h +0 -0
  499. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/buffer_info.h +0 -0
  500. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/cast.h +0 -0
  501. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/chrono.h +0 -0
  502. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/common.h +0 -0
  503. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/complex.h +0 -0
  504. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/class.h +0 -0
  505. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/common.h +0 -0
  506. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/descr.h +0 -0
  507. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/init.h +0 -0
  508. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/internals.h +0 -0
  509. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/type_caster_base.h +0 -0
  510. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/detail/typeid.h +0 -0
  511. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/eigen.h +0 -0
  512. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/embed.h +0 -0
  513. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/eval.h +0 -0
  514. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/functional.h +0 -0
  515. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/gil.h +0 -0
  516. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/iostream.h +0 -0
  517. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/numpy.h +0 -0
  518. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/operators.h +0 -0
  519. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/options.h +0 -0
  520. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/pybind11.h +0 -0
  521. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/pytypes.h +0 -0
  522. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/stl/filesystem.h +0 -0
  523. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/stl.h +0 -0
  524. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/include/pybind11/stl_bind.h +0 -0
  525. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/tools/FindPythonLibsNew.cmake +0 -0
  526. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/tools/pybind11Common.cmake +0 -0
  527. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11/tools/pybind11Tools.cmake +0 -0
  528. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/pybind11_json/include/pybind11_json/pybind11_json.hpp +0 -0
  529. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/span/LICENSE_1_0.txt +0 -0
  530. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/span/include/tcb/span.hpp +0 -0
  531. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/string_view-standalone/LICENSE +0 -0
  532. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/string_view-standalone/include/bpstd/detail/string_view.inl +0 -0
  533. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/string_view-standalone/include/bpstd/string_view.hpp +0 -0
  534. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/CMakeLists.txt +0 -0
  535. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/LICENSE +0 -0
  536. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/cmake/SundialsIndexSize.cmake +0 -0
  537. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/cmake/SundialsSetupCompilers.cmake +0 -0
  538. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/cmake/SundialsSetupConfig.cmake +0 -0
  539. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode.h +0 -0
  540. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_bandpre.h +0 -0
  541. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_bbdpre.h +0 -0
  542. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_diag.h +0 -0
  543. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_direct.h +0 -0
  544. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_hypamgpre.h +0 -0
  545. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_ls.h +0 -0
  546. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_proj.h +0 -0
  547. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/cvode/cvode_spils.h +0 -0
  548. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_cuda.h +0 -0
  549. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_hip.h +0 -0
  550. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_manyvector.h +0 -0
  551. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_mpimanyvector.h +0 -0
  552. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_mpiplusx.h +0 -0
  553. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_openmp.h +0 -0
  554. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_openmpdev.h +0 -0
  555. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_parallel.h +0 -0
  556. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_parhyp.h +0 -0
  557. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_petsc.h +0 -0
  558. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_pthreads.h +0 -0
  559. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_raja.h +0 -0
  560. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_serial.h +0 -0
  561. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_sycl.h +0 -0
  562. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/nvector_trilinos.h +0 -0
  563. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorInterface.hpp +0 -0
  564. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/nvector/trilinos/SundialsTpetraVectorKernels.hpp +0 -0
  565. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_band.h +0 -0
  566. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_config.in +0 -0
  567. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_cuda_policies.hpp +0 -0
  568. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_dense.h +0 -0
  569. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_direct.h +0 -0
  570. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_fconfig.in +0 -0
  571. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_fnvector.h +0 -0
  572. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_futils.h +0 -0
  573. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_hip_policies.hpp +0 -0
  574. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_iterative.h +0 -0
  575. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_lapack.h +0 -0
  576. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_linearsolver.h +0 -0
  577. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_math.h +0 -0
  578. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_matrix.h +0 -0
  579. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_memory.h +0 -0
  580. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_mpi_types.h +0 -0
  581. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_nonlinearsolver.h +0 -0
  582. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_nvector.h +0 -0
  583. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_nvector_senswrapper.h +0 -0
  584. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_sycl_policies.hpp +0 -0
  585. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_types.h +0 -0
  586. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_version.h +0 -0
  587. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sundials/sundials_xbraid.h +0 -0
  588. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_band.h +0 -0
  589. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_cusolversp_batchqr.h +0 -0
  590. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_dense.h +0 -0
  591. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_klu.h +0 -0
  592. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackband.h +0 -0
  593. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_lapackdense.h +0 -0
  594. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_magmadense.h +0 -0
  595. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_onemkldense.h +0 -0
  596. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_pcg.h +0 -0
  597. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_spbcgs.h +0 -0
  598. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_spfgmr.h +0 -0
  599. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_spgmr.h +0 -0
  600. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_sptfqmr.h +0 -0
  601. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_superludist.h +0 -0
  602. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunlinsol/sunlinsol_superlumt.h +0 -0
  603. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_band.h +0 -0
  604. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_cusparse.h +0 -0
  605. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_dense.h +0 -0
  606. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_magmadense.h +0 -0
  607. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_onemkldense.h +0 -0
  608. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_slunrloc.h +0 -0
  609. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunmatrix/sunmatrix_sparse.h +0 -0
  610. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_fixedpoint.h +0 -0
  611. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_newton.h +0 -0
  612. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/include/sunnonlinsol/sunnonlinsol_petscsnes.h +0 -0
  613. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/CHANGES +0 -0
  614. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/CMakeLists.txt +0 -0
  615. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/LICENSE +0 -0
  616. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/NOTICE +0 -0
  617. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/README.md +0 -0
  618. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode.c +0 -0
  619. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_bandpre.c +0 -0
  620. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_bandpre_impl.h +0 -0
  621. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_bbdpre.c +0 -0
  622. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_bbdpre_impl.h +0 -0
  623. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_diag.c +0 -0
  624. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_diag_impl.h +0 -0
  625. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_direct.c +0 -0
  626. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_fused_gpu.cpp +0 -0
  627. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_fused_stubs.c +0 -0
  628. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_hypamgpre.c +0 -0
  629. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_hypamgpre_impl.h +0 -0
  630. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_impl.h +0 -0
  631. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_io.c +0 -0
  632. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_ls.c +0 -0
  633. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_ls_impl.h +0 -0
  634. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_nls.c +0 -0
  635. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_proj.c +0 -0
  636. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_proj_impl.h +0 -0
  637. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/cvode_spils.c +0 -0
  638. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/CMakeLists.txt +0 -0
  639. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/Makefile.in +0 -0
  640. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvband.c +0 -0
  641. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.c +0 -0
  642. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvbbd.h +0 -0
  643. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvbp.c +0 -0
  644. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvbp.h +0 -0
  645. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvdense.c +0 -0
  646. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvewt.c +0 -0
  647. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvjtimes.c +0 -0
  648. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvnulllinsol.c +0 -0
  649. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvnullmatrix.c +0 -0
  650. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvnullnonlinsol.c +0 -0
  651. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvode.c +0 -0
  652. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvode.h +0 -0
  653. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvpreco.c +0 -0
  654. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvroot.c +0 -0
  655. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvroot.h +0 -0
  656. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fcmix/fcvsparse.c +0 -0
  657. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fmod/CMakeLists.txt +0 -0
  658. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.c +0 -0
  659. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/cvode/fmod/fcvode_mod.f90 +0 -0
  660. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/CMakeLists.txt +0 -0
  661. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/CMakeLists.txt +0 -0
  662. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/fmod/CMakeLists.txt +0 -0
  663. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.c +0 -0
  664. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/fmod/fnvector_serial_mod.f90 +0 -0
  665. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/fnvector_serial.c +0 -0
  666. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/fnvector_serial.h +0 -0
  667. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/nvector/serial/nvector_serial.c +0 -0
  668. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/CMakeLists.txt +0 -0
  669. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/CMakeLists.txt +0 -0
  670. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.c +0 -0
  671. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_futils_mod.f90 +0 -0
  672. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.c +0 -0
  673. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_linearsolver_mod.f90 +0 -0
  674. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.c +0 -0
  675. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_matrix_mod.f90 +0 -0
  676. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.c +0 -0
  677. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_nonlinearsolver_mod.f90 +0 -0
  678. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.c +0 -0
  679. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_nvector_mod.f90 +0 -0
  680. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.c +0 -0
  681. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/fmod/fsundials_types_mod.f90 +0 -0
  682. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_band.c +0 -0
  683. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_cuda.h +0 -0
  684. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_cuda_kernels.cuh +0 -0
  685. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_debug.h +0 -0
  686. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_dense.c +0 -0
  687. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_direct.c +0 -0
  688. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_futils.c +0 -0
  689. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_hip.h +0 -0
  690. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_hip_kernels.hip.hpp +0 -0
  691. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_iterative.c +0 -0
  692. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_linearsolver.c +0 -0
  693. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_math.c +0 -0
  694. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_matrix.c +0 -0
  695. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_memory.c +0 -0
  696. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_nonlinearsolver.c +0 -0
  697. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_nvector.c +0 -0
  698. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_nvector_senswrapper.c +0 -0
  699. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_sycl.h +0 -0
  700. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_version.c +0 -0
  701. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sundials/sundials_xbraid.c +0 -0
  702. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/CMakeLists.txt +0 -0
  703. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/CMakeLists.txt +0 -0
  704. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/fmod/CMakeLists.txt +0 -0
  705. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.c +0 -0
  706. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/fmod/fsunlinsol_band_mod.f90 +0 -0
  707. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.c +0 -0
  708. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/fsunlinsol_band.h +0 -0
  709. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/band/sunlinsol_band.c +0 -0
  710. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/CMakeLists.txt +0 -0
  711. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/fmod/CMakeLists.txt +0 -0
  712. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.c +0 -0
  713. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/fmod/fsunlinsol_dense_mod.f90 +0 -0
  714. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.c +0 -0
  715. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/fsunlinsol_dense.h +0 -0
  716. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/dense/sunlinsol_dense.c +0 -0
  717. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/CMakeLists.txt +0 -0
  718. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/fmod/CMakeLists.txt +0 -0
  719. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.c +0 -0
  720. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/fmod/fsunlinsol_klu_mod.f90 +0 -0
  721. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.c +0 -0
  722. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/fsunlinsol_klu.h +0 -0
  723. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/klu/sunlinsol_klu.c +0 -0
  724. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/pcg/CMakeLists.txt +0 -0
  725. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/pcg/sunlinsol_pcg.c +0 -0
  726. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spbcgs/CMakeLists.txt +0 -0
  727. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spbcgs/sunlinsol_spbcgs.c +0 -0
  728. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spfgmr/CMakeLists.txt +0 -0
  729. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spfgmr/sunlinsol_spfgmr.c +0 -0
  730. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spgmr/CMakeLists.txt +0 -0
  731. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/spgmr/sunlinsol_spgmr.c +0 -0
  732. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/sptfqmr/CMakeLists.txt +0 -0
  733. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c +0 -0
  734. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/CMakeLists.txt +0 -0
  735. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/band/CMakeLists.txt +0 -0
  736. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/band/sunmatrix_band.c +0 -0
  737. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/dense/CMakeLists.txt +0 -0
  738. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/dense/sunmatrix_dense.c +0 -0
  739. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/sparse/CMakeLists.txt +0 -0
  740. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunmatrix/sparse/sunmatrix_sparse.c +0 -0
  741. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/CMakeLists.txt +0 -0
  742. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/CMakeLists.txt +0 -0
  743. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/CMakeLists.txt +0 -0
  744. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.c +0 -0
  745. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fmod/fsunnonlinsol_fixedpoint_mod.f90 +0 -0
  746. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.c +0 -0
  747. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/fsunnonlinsol_fixedpoint.h +0 -0
  748. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c +0 -0
  749. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/CMakeLists.txt +0 -0
  750. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/CMakeLists.txt +0 -0
  751. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.c +0 -0
  752. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/fmod/fsunnonlinsol_newton_mod.f90 +0 -0
  753. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.c +0 -0
  754. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/fsunnonlinsol_newton.h +0 -0
  755. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/gitmodules/sundials/src/sunnonlinsol/newton/sunnonlinsol_newton.c +0 -0
  756. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/CMakeLists.txt +0 -0
  757. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/aero_data.dat +0 -0
  758. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/aero_dist.dat +0 -0
  759. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/cooking_comp.dat +0 -0
  760. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/diesel_comp.dat +0 -0
  761. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/readme_fortran/main.f90 +0 -0
  762. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/setup.cfg +0 -0
  763. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/setup.py +0 -0
  764. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_data.F90 +0 -0
  765. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_data.hpp +0 -0
  766. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_dist.F90 +0 -0
  767. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_dist.hpp +0 -0
  768. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_mode.F90 +0 -0
  769. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_mode.hpp +0 -0
  770. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_particle.F90 +0 -0
  771. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_particle.hpp +0 -0
  772. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_state.F90 +0 -0
  773. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/aero_state.hpp +0 -0
  774. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/bin_grid.F90 +0 -0
  775. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/bin_grid.cpp +0 -0
  776. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/bin_grid.hpp +0 -0
  777. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/camp_core.F90 +0 -0
  778. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/camp_core.hpp +0 -0
  779. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/condense.F90 +0 -0
  780. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/condense.cpp +0 -0
  781. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/condense.hpp +0 -0
  782. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/env_state.F90 +0 -0
  783. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/env_state.hpp +0 -0
  784. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/gas_data.F90 +0 -0
  785. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/gas_data.hpp +0 -0
  786. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/gas_state.F90 +0 -0
  787. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/gas_state.hpp +0 -0
  788. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/json_resource.cpp +0 -0
  789. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/json_resource.hpp +0 -0
  790. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/output.F90 +0 -0
  791. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/output.cpp +0 -0
  792. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/output.hpp +0 -0
  793. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/photolysis.F90 +0 -0
  794. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/photolysis.hpp +0 -0
  795. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/pmc_resource.hpp +0 -0
  796. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/pypartmc.cpp +0 -0
  797. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/rand.F90 +0 -0
  798. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/rand.cpp +0 -0
  799. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/rand.hpp +0 -0
  800. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/run_part.F90 +0 -0
  801. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/run_part.cpp +0 -0
  802. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/run_part.hpp +0 -0
  803. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/run_part_opt.F90 +0 -0
  804. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/run_part_opt.hpp +0 -0
  805. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/scenario.F90 +0 -0
  806. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/scenario.cpp +0 -0
  807. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/scenario.hpp +0 -0
  808. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/spec_file_pypartmc.F90 +0 -0
  809. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/spec_file_pypartmc.cpp +0 -0
  810. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/sys.F90 +0 -0
  811. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/sys.cpp +0 -0
  812. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/util.F90 +0 -0
  813. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/util.cpp +0 -0
  814. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/src/util.hpp +0 -0
  815. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/__init__.py +0 -0
  816. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/common.py +0 -0
  817. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/conftest.py +0 -0
  818. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_aero_data.py +0 -0
  819. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_aero_dist.py +0 -0
  820. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_aero_mode.py +0 -0
  821. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_aero_particle.py +0 -0
  822. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_aero_state.py +0 -0
  823. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_bin_grid.py +0 -0
  824. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_condense.py +0 -0
  825. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_dtors.py +0 -0
  826. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_env_state.py +0 -0
  827. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_gas_data.py +0 -0
  828. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_gas_state.py +0 -0
  829. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_loss_rate.py +0 -0
  830. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_output.py +0 -0
  831. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_rand.py +0 -0
  832. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_run_part.py +0 -0
  833. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_run_part_opt.py +0 -0
  834. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_scenario.py +0 -0
  835. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_units.py +0 -0
  836. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_util.py +0 -0
  837. {PyPartMC-1.1.3 → PyPartMC-1.1.4}/tests/test_version.py +0 -0
@@ -75,7 +75,9 @@ jobs:
75
75
  with:
76
76
  submodules: recursive
77
77
 
78
- - run: sudo apt-get install libnetcdff-dev
78
+ - run: |
79
+ sudo apt-get update
80
+ sudo apt-get install libnetcdff-dev
79
81
  - run: |
80
82
  cd readme_fortran
81
83
  mkdir build
@@ -130,10 +130,14 @@ jobs:
130
130
  python-version: ${{ matrix.python-version }}
131
131
 
132
132
  - if: matrix.python-version == 'system'
133
- run: sudo ln -s `which python3` /usr/local/bin/python
133
+ run: |
134
+ sudo ln -s `which python3` /usr/local/bin/python
135
+ echo PIP_INSTALL_OPTS=--break-system-packages >> $GITHUB_ENV
136
+
137
+ - if: matrix.python-version != 'system'
138
+ run: python -m pip install --upgrade pip==22.1.2
134
139
 
135
- - run: python -m pip install --upgrade pip==22.1.2
136
- - run: pip install "build<1.1" wheel
140
+ - run: python -m pip install $PIP_INSTALL_OPTS "build<1.1" wheel
137
141
  - run: cmake --version
138
142
  - run: |
139
143
  unset CI
@@ -183,23 +187,23 @@ jobs:
183
187
  - env:
184
188
  SYSTEM_VERSION_COMPAT: 0
185
189
  run: |
186
- pip debug --verbose
187
- for i in dist/*.whl; do pip install $i[tests]; done;
188
- pip show --verbose PyPartMC
190
+ python -m pip debug --verbose
191
+ for i in dist/*.whl; do python -m pip install $PIP_INSTALL_OPTS $i[tests]; done;
192
+ python -m pip show --verbose PyPartMC
189
193
 
190
194
  ### make sure PyPartMC is not picked up from a local folder
191
195
  - run: |
192
196
  cd tests
193
197
  python -c "import PyPartMC"
194
- pytest --durations=10 -v -s -We -p no:unraisableexception .
198
+ python -m pytest --durations=10 -v -s -We -p no:unraisableexception .
195
199
  cd ..
196
200
 
197
201
  - if: matrix.python-version != '3.7'
198
202
  run: |
199
- pip install -r gitmodules/devops_tests/requirements.txt
203
+ python -m pip install $PIP_INSTALL_OPTS -r gitmodules/devops_tests/requirements.txt
200
204
  ex -sc 'g/^PyPartMC/d' -cx .binder/requirements.txt
201
- pip install -r .binder/requirements.txt
202
- GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
205
+ python -m pip install $PIP_INSTALL_OPTS -r .binder/requirements.txt
206
+ GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests
203
207
 
204
208
  ### uncomment to gain ssh access in case of failure
205
209
  # - if: ${{ failure() }}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPartMC
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Python interface to PartMC
5
5
  Author: PyPartMC team (see https://github.com/open-atmos/PyPartMC/graphs/contributors)
6
6
  Author-email: nriemer@illinois.edu
@@ -30,7 +30,8 @@ The Python API can facilitate using PartMC from other environments - see, e.g.,
30
30
  For an outline of the project, rationale, architecture, and features, refer to: [D'Aquino et al., 2024 (SoftwareX)](https://doi.org/10.1016/j.softx.2023.101613) (please cite if PyPartMC is used in your research).
31
31
  For a list of talks and other relevant resources, please see [project Wiki](https://github.com/open-atmos/PyPartMC/wiki/).
32
32
 
33
- [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/)
33
+ [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/) [![PL Funding](https://img.shields.io/static/v1?label=PL%20Funding%20by&color=d21132&message=NCN&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAABmJLR0QA/wD/AP+gvaeTAAAAKUlEQVQ4jWP8////fwYqAiZqGjZqIHUAy4dJS6lqIOMdEZvRZDPcDQQAb3cIaY1Sbi4AAAAASUVORK5CYII=)](https://www.ncn.gov.pl/?language=en)
34
+
34
35
  [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
35
36
  [![Copyright](https://img.shields.io/static/v1?label=Copyright&color=249fe2&message=UIUC&)](https://atmos.illinois.edu/)
36
37
  [![Github Actions Build Status](https://github.com/open-atmos/PyPartMC/workflows/tests+pypi/badge.svg?branch=main)](https://github.com/open-atmos/PyPartMC/actions)
@@ -301,6 +302,12 @@ flowchart TD
301
302
  ```
302
303
 
303
304
  ## FAQ
305
+ - Q: How to install PyPartMC with MOSAIC enabled?
306
+ A: Installation can be done using `pip`, however, `pip` needs to be instructed not to use binary packages available at pypi.org but rather to compile from source (pip will download the source from pip.org), and the path to compiled MOSAIC library needs to be provided at compile-time; the following command should convey it:
307
+ ```bash
308
+ MOSAIC_HOME=<<PATH_TO_MOSAIC_LIB>> pip install --force-reinstall --no-binary=PyPartMC PyPartMC
309
+ ```
310
+
304
311
  - Q: Why `pip install PyPartMC` triggers compilation on my brand new Apple machine, while it quickly downloads and installs binary packages when executed on older Macs, Windows or Linux?
305
312
  A: We are not yet providing binary wheels on PyPI for Apple-silicon (arm64) machines. Cross-compilation with gfortran is only supported with experimental unofficial builds [and is tricky](https://github.com/iains/gcc-12-branch/issues/23), while Github Actions ARM64 virtual machines are [costly](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers).
306
313
 
@@ -349,7 +356,7 @@ PyPartMC codebase benefits from Pylint, Black and isort code analysis (which are
349
356
  #### PyPartMC:
350
357
 
351
358
  authors: [PyPartMC developers](https://github.com/open-atmos/PyPartMC/graphs/contributors)
352
- funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/)
359
+ funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/), [Polish National Science Centre](https://ncn.gov.pl/en)
353
360
  copyright: [University of Illinois at Urbana-Champaign](https://atmos.illinois.edu/)
354
361
  licence: [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html)
355
362
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyPartMC
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Python interface to PartMC
5
5
  Author: PyPartMC team (see https://github.com/open-atmos/PyPartMC/graphs/contributors)
6
6
  Author-email: nriemer@illinois.edu
@@ -30,7 +30,8 @@ The Python API can facilitate using PartMC from other environments - see, e.g.,
30
30
  For an outline of the project, rationale, architecture, and features, refer to: [D'Aquino et al., 2024 (SoftwareX)](https://doi.org/10.1016/j.softx.2023.101613) (please cite if PyPartMC is used in your research).
31
31
  For a list of talks and other relevant resources, please see [project Wiki](https://github.com/open-atmos/PyPartMC/wiki/).
32
32
 
33
- [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/)
33
+ [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/) [![PL Funding](https://img.shields.io/static/v1?label=PL%20Funding%20by&color=d21132&message=NCN&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAABmJLR0QA/wD/AP+gvaeTAAAAKUlEQVQ4jWP8////fwYqAiZqGjZqIHUAy4dJS6lqIOMdEZvRZDPcDQQAb3cIaY1Sbi4AAAAASUVORK5CYII=)](https://www.ncn.gov.pl/?language=en)
34
+
34
35
  [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
35
36
  [![Copyright](https://img.shields.io/static/v1?label=Copyright&color=249fe2&message=UIUC&)](https://atmos.illinois.edu/)
36
37
  [![Github Actions Build Status](https://github.com/open-atmos/PyPartMC/workflows/tests+pypi/badge.svg?branch=main)](https://github.com/open-atmos/PyPartMC/actions)
@@ -301,6 +302,12 @@ flowchart TD
301
302
  ```
302
303
 
303
304
  ## FAQ
305
+ - Q: How to install PyPartMC with MOSAIC enabled?
306
+ A: Installation can be done using `pip`, however, `pip` needs to be instructed not to use binary packages available at pypi.org but rather to compile from source (pip will download the source from pip.org), and the path to compiled MOSAIC library needs to be provided at compile-time; the following command should convey it:
307
+ ```bash
308
+ MOSAIC_HOME=<<PATH_TO_MOSAIC_LIB>> pip install --force-reinstall --no-binary=PyPartMC PyPartMC
309
+ ```
310
+
304
311
  - Q: Why `pip install PyPartMC` triggers compilation on my brand new Apple machine, while it quickly downloads and installs binary packages when executed on older Macs, Windows or Linux?
305
312
  A: We are not yet providing binary wheels on PyPI for Apple-silicon (arm64) machines. Cross-compilation with gfortran is only supported with experimental unofficial builds [and is tricky](https://github.com/iains/gcc-12-branch/issues/23), while Github Actions ARM64 virtual machines are [costly](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers).
306
313
 
@@ -349,7 +356,7 @@ PyPartMC codebase benefits from Pylint, Black and isort code analysis (which are
349
356
  #### PyPartMC:
350
357
 
351
358
  authors: [PyPartMC developers](https://github.com/open-atmos/PyPartMC/graphs/contributors)
352
- funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/)
359
+ funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/), [Polish National Science Centre](https://ncn.gov.pl/en)
353
360
  copyright: [University of Illinois at Urbana-Champaign](https://atmos.illinois.edu/)
354
361
  licence: [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html)
355
362
 
@@ -10,7 +10,8 @@ The Python API can facilitate using PartMC from other environments - see, e.g.,
10
10
  For an outline of the project, rationale, architecture, and features, refer to: [D'Aquino et al., 2024 (SoftwareX)](https://doi.org/10.1016/j.softx.2023.101613) (please cite if PyPartMC is used in your research).
11
11
  For a list of talks and other relevant resources, please see [project Wiki](https://github.com/open-atmos/PyPartMC/wiki/).
12
12
 
13
- [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/)
13
+ [![US Funding](https://img.shields.io/static/v1?label=US%20DOE%20Funding%20by&color=267c32&message=ASR&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAQCAMAAAA25D/gAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAASFBMVEVOTXyyIjRDQnNZWINZWITtzdFUU4BVVIFVVYHWiZM9PG/KZnNXVoJaWYT67/FKSXhgX4hgX4lcW4VbWoX03uHQeIN2VXj///9pZChlAAAAAWJLR0QXC9aYjwAAAAd0SU1FB+EICRMGJV+KCCQAAABdSURBVBjThdBJDoAgEETRkkkZBBX0/kd11QTTpH1/STqpAAwWBkobSlkGbt0o5xmEfqxDZJB2Q6XMoBwnVSbTylWp0hi42rmbwTOYPDfR5Kc+07IIUQQvghX9THsBHcES8/SiF0kAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDgtMDlUMTk6MDY6MzcrMDA6MDCX1tBgAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA4LTA5VDE5OjA2OjM3KzAwOjAw5oto3AAAAABJRU5ErkJggg==)](https://asr.science.energy.gov/) [![PL Funding](https://img.shields.io/static/v1?label=PL%20Funding%20by&color=d21132&message=NCN&logoWidth=25&logo=image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAABmJLR0QA/wD/AP+gvaeTAAAAKUlEQVQ4jWP8////fwYqAiZqGjZqIHUAy4dJS6lqIOMdEZvRZDPcDQQAb3cIaY1Sbi4AAAAASUVORK5CYII=)](https://www.ncn.gov.pl/?language=en)
14
+
14
15
  [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
15
16
  [![Copyright](https://img.shields.io/static/v1?label=Copyright&color=249fe2&message=UIUC&)](https://atmos.illinois.edu/)
16
17
  [![Github Actions Build Status](https://github.com/open-atmos/PyPartMC/workflows/tests+pypi/badge.svg?branch=main)](https://github.com/open-atmos/PyPartMC/actions)
@@ -281,6 +282,12 @@ flowchart TD
281
282
  ```
282
283
 
283
284
  ## FAQ
285
+ - Q: How to install PyPartMC with MOSAIC enabled?
286
+ A: Installation can be done using `pip`, however, `pip` needs to be instructed not to use binary packages available at pypi.org but rather to compile from source (pip will download the source from pip.org), and the path to compiled MOSAIC library needs to be provided at compile-time; the following command should convey it:
287
+ ```bash
288
+ MOSAIC_HOME=<<PATH_TO_MOSAIC_LIB>> pip install --force-reinstall --no-binary=PyPartMC PyPartMC
289
+ ```
290
+
284
291
  - Q: Why `pip install PyPartMC` triggers compilation on my brand new Apple machine, while it quickly downloads and installs binary packages when executed on older Macs, Windows or Linux?
285
292
  A: We are not yet providing binary wheels on PyPI for Apple-silicon (arm64) machines. Cross-compilation with gfortran is only supported with experimental unofficial builds [and is tricky](https://github.com/iains/gcc-12-branch/issues/23), while Github Actions ARM64 virtual machines are [costly](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#minute-multipliers).
286
293
 
@@ -329,7 +336,7 @@ PyPartMC codebase benefits from Pylint, Black and isort code analysis (which are
329
336
  #### PyPartMC:
330
337
 
331
338
  authors: [PyPartMC developers](https://github.com/open-atmos/PyPartMC/graphs/contributors)
332
- funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/)
339
+ funding: [US Department of Energy Atmospheric System Research programme](https://asr.science.energy.gov/), [Polish National Science Centre](https://ncn.gov.pl/en)
333
340
  copyright: [University of Illinois at Urbana-Champaign](https://atmos.illinois.edu/)
334
341
  licence: [GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html)
335
342
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes