2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
200 |
| - | |
| 200 | + | |
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
|
- .github/workflows/tchem.yml+15
- CMakeLists.txt+81-3
- Dockerfile.tchem+177
- scenarios/1_urban_plume/urban_plume.spec+1
- scenarios/2_urban_plume2/urban_plume2.spec+1
- scenarios/3_condense/cond_template.spec+1
- scenarios/4_chamber/chamber.spec+1
- scenarios/5_coag_brownian/example.spec+1
- scenarios/6_camp/camp.spec+1
- src/camp_interface.F90+1-1
- src/env_state.F90+22
- src/extract_aero_particles.F90+1-1
- src/gas_state.F90+10-18
- src/partmc.F90+7-1
- src/run_part.F90+49-7
- src/scenario.F90+1-1
- src/tchem_interface.F90+309
- src/util.F90+13
- test/additive/run_part.spec+2-1
- test/average/run_part.spec+2-1
- test/bidisperse/run_part.spec+2-1
- test/brownian/run_part.spec+2-1
- test/camp/camp.spec+1
- test/condense/run_part.spec+2-1
- test/emission/run_part.spec+2-1
- test/fractal/run_part_brown_cont_df_1_8_restart.spec+2-1
- test/fractal/run_part_brown_cont_df_1_8_upto1000s.spec+2-1
- test/fractal/run_part_brown_free_df_2_4_restart.spec+2-1
- test/fractal/run_part_brown_free_df_2_4_upto1000s.spec+2-1
- test/loss/run_chamber_part.spec+2-1
- test/loss/run_constant_part.spec+2-1
- test/loss/run_drydep_part.spec+2-1
- test/loss/run_volume_part.spec+2-1
- test/mixing_state/run_part.spec+2-1
- test/mosaic/run_part.spec+2-1
- test/mosaic/run_part_restarted.spec+2-1
- test/nucleate/run_part.spec+2-1
- test/parallel/run_part_parallel_dist.spec+2-1
- test/parallel/run_part_parallel_dist_single.spec+2-1
- test/parallel/run_part_parallel_mix.spec+2-1
- test/parallel/run_part_serial.spec+2-1
- test/sedi/run_part.spec+2-1
- test/tchem/README+8
- test/tchem/aero_back.dat+6
- test/tchem/aero_back_comp.dat+2
- test/tchem/aero_back_dist.dat
- test/tchem/aero_data.dat+4
- test/tchem/aero_emit.dat+6
- test/tchem/aero_emit_comp.dat+2
- test/tchem/aero_emit_dist.dat
- test/tchem/aero_init_comp.dat+2
- test/tchem/aero_init_dist.dat+6
- test/tchem/chem.yaml+2.6k
- test/tchem/config_cb05cl_ae5.yaml+2.8k
- test/tchem/config_chapman.yaml+129
- test/tchem/gas_back.dat+7
- test/tchem/gas_data.dat+7
- test/tchem/gas_emit_empty.dat+5
- test/tchem/gas_init_cb05cl_ae5.dat+37
- test/tchem/gas_init_chapman.dat+7
- test/tchem/height.dat+4
- test/tchem/pressure_cb05cl_ae5.dat+4
- test/tchem/pressure_chapman.dat+4
- test/tchem/run_part_cb05cl_ae5.spec+50
- test/tchem/run_part_chapman.spec+50
- test/tchem/solver_cb05cl_ae5.yaml+9
- test/tchem/solver_chapman.yaml+9
- test/tchem/tchem_cb05cl_ae5_gas_saved.txt+11
- test/tchem/tchem_chapman_gas_saved.txt+1.0k
- test/tchem/temp_cb05cl_ae5.dat+4
- test/tchem/temp_chapman.dat+4
- test/tchem/test_tchem_1.sh+14
- test/tchem/test_tchem_2.sh+14
- test/weighting/run_part_flat.spec+2-1
- test/weighting/run_part_flat_source.spec+2-1
- test/weighting/run_part_flat_specified.spec+2-1
- test/weighting/run_part_nummass.spec+2-1
- test/weighting/run_part_nummass_source.spec+2-1
- test/weighting/run_part_nummass_specified.spec+2-1
0 commit comments