Skip to content

Commit b4051f5

Browse files
committed
update species concentrations
1 parent 79b2b4f commit b4051f5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/physics/utils/musica_ccpp_dependencies.F90

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,16 @@ subroutine initialize_musica_species_constituents(constituents_properties, &
132132
allocate (species_group(num_micm_species + num_tuvx_constituents + num_tuvx_only_gas_species))
133133

134134
species_group(1) = species_constructor(&
135-
"cloud_liquid_water_mixing_ratio_wrt_moist_air_and_condensed_water", 1.0e-3_kind_phys)
135+
"cloud_liquid_water_mixing_ratio_wrt_moist_air_and_condensed_water", 0.00060_kind_phys)
136136

137137
if (is_chapman) then
138-
species_group(2) = species_constructor("O2", 0.21_kind_phys)
139-
species_group(3) = species_constructor("O", 0.42_kind_phys)
140-
species_group(4) = species_constructor("O1D", 1.0e-12_kind_phys)
141-
species_group(5) = species_constructor("O3", 4.0e-6_kind_phys)
142-
species_group(6) = species_constructor("N2", 0.79_kind_phys)
143-
species_group(7) = species_constructor("air", 1.0e-3_kind_phys)
138+
species_group(2) = species_constructor("O2", 0.22474_kind_phys)
139+
species_group(3) = species_constructor("O", 5.3509e-10_kind_phys)
140+
species_group(4) = species_constructor("O1D", 5.3509e-10_kind_phys)
141+
species_group(5) = species_constructor("O3", 0.00016_kind_phys)
142+
species_group(6) = species_constructor("N2", 0.74015_kind_phys)
143+
species_group(7) = species_constructor("air", 0.00060_kind_phys)
144+
144145
else if (is_terminator) then
145146
species_group(2) = species_constructor("Cl", 1.0e-12_kind_phys)
146147
species_group(3) = species_constructor("Cl2", 1.0e-12_kind_phys)

0 commit comments

Comments
 (0)