Skip to content

Commit

Permalink
update scenario spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcurtis2 committed Sep 17, 2024
1 parent 2093548 commit 18b2a00
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scenarios/1_urban_plume/urban_plume.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t_output 3600 # output interval (0 disables) (s)
t_progress 600 # progress printing interval (0 disables) (s)

do_camp_chem no # whether to use CAMP for chemistry
do_tchem no # whehter ot use TChem for chemistry

gas_data gas_data.dat # file containing gas data
gas_init gas_init.dat # initial gas concentrations
Expand Down
1 change: 1 addition & 0 deletions scenarios/2_urban_plume2/urban_plume2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t_output 3600 # output interval (0 disables) (s)
t_progress 600 # progress printing interval (0 disables) (s)

do_camp_chem no # whether to use CAMP for chemistry
do_tchem no # whehter ot use TChem for chemistry

gas_data gas_data.dat # file containing gas data
gas_init gas_init.dat # initial gas concentrations
Expand Down
1 change: 1 addition & 0 deletions scenarios/3_condense/cond_template.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t_output 1 # output interval (0 disables) (s)
t_progress 60 # progress printing interval (0 disables) (s)

do_camp_chem no # whether to use CAMP for chemistry
do_tchem no # whehter ot use TChem for chemistry

temp_profile %%TEMP_PROFILE%% # temperature profile file
pressure_profile pressure.dat # pressure profile file
Expand Down
1 change: 1 addition & 0 deletions scenarios/4_chamber/chamber.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t_output 420 # output interval (0 disables) (s)
t_progress 2520 # progress printing interval (0 disables) (s)

do_camp_chem no # whether to use CAMP for chemistry
do_tchem no # whehter ot use TChem for chemistry

gas_data gas_data.dat # file containing gas data
gas_init gas_init.dat # initial gas mixing ratios
Expand Down
1 change: 1 addition & 0 deletions scenarios/5_coag_brownian/example.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ t_output 3600 # output interval (0 disables) (s)
t_progress 600 # progress printing interval (0 disables) (s)

do_camp_chem no # whether to use CAMP for chemistry
do_tchem no # whehter ot use TChem for chemistry

gas_data gas_data.dat # file containing gas data
gas_init gas_init.dat # initial gas concentrations
Expand Down
1 change: 1 addition & 0 deletions scenarios/6_camp/camp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ t_progress 600 # progress printing interval (0 disables) (s)

do_camp_chem yes # whether to use CAMP for chemistry
camp_config config.json
do_tchem no # whehter ot use TChem for chemistry

gas_init gas_init.dat # initial gas concentrations

Expand Down

0 comments on commit 18b2a00

Please sign in to comment.