Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart
Commits
ce8480d6
Commit
ce8480d6
authored
Jun 26, 2019
by
Ignacio Pisso
Browse files
Merge branch 'dev' into release-10
parents
a63c75a7
79d7d085
Changes
3
Hide whitespace changes
Inline
Side-by-side
options/SPECIES/SPECIES_015
View file @
ce8480d6
&SPECIES_PARAMS
&SPECIES_PARAMS
PSPECIES="
"
I-131", ! Tracer name
PSPECIES="I-131",
! Tracer name
PDECAY=691200.0, ! Species half life
PDECAY=691200.0, ! Species half life
PWETA_GAS=-0.9E-9, ! Below-cloud scavenging (gases) - A (weta_gas)
PWETA_GAS=-0.9E-9, ! Below-cloud scavenging (gases) - A (weta_gas)
PWETB_GAS=-9.9, ! Below-cloud scavenging (gases) - B (wetb_gas)
PWETB_GAS=-9.9, ! Below-cloud scavenging (gases) - B (wetb_gas)
...
...
options/SPECIES/SPECIES_018
View file @
ce8480d6
&SPECIES_PARAMS
&SPECIES_PARAMS
PSPECIES="
"
Ru-106", ! Tracer name
PSPECIES="Ru-106", ! Tracer name
PDECAY=31536000.0, ! Species half life
PDECAY=31536000.0, ! Species half life
PWETA_GAS=-0.9E-9, ! Below-cloud scavenging (gases) - A (weta_gas)
PWETA_GAS=-0.9E-9, ! Below-cloud scavenging (gases) - A (weta_gas)
PWETB_GAS=-9.9, ! Below-cloud scavenging (gases) - B (wetb_gas)
PWETB_GAS=-9.9, ! Below-cloud scavenging (gases) - B (wetb_gas)
...
...
src/get_wetscav.f90
View file @
ce8480d6
...
@@ -296,7 +296,8 @@ subroutine get_wetscav(itime,ltsample,loutnext,jpart,ks,grfraction,inc_count,blc
...
@@ -296,7 +296,8 @@ subroutine get_wetscav(itime,ltsample,loutnext,jpart,ks,grfraction,inc_count,blc
else
if
(
act_temp
.ge.
273.
)
then
else
if
(
act_temp
.ge.
273.
)
then
liq_frac
=
1
liq_frac
=
1
else
else
liq_frac
=
((
act_temp
-273.
)/(
273.-253.
))
**
2.
! sec, bugfix after FLEXPART paper review, liq_frac was 1-liq_frac
liq_frac
=
((
act_temp
-253.
)/(
273.-253.
))
**
2.
end
if
end
if
! ZHG: Calculate the aerosol partition based on cloud phase and Ai and Bi
! ZHG: Calculate the aerosol partition based on cloud phase and Ai and Bi
frac_act
=
liq_frac
*
ccn_aero
(
ks
)
+
(
1
-
liq_frac
)
*
in_aero
(
ks
)
frac_act
=
liq_frac
*
ccn_aero
(
ks
)
+
(
1
-
liq_frac
)
*
in_aero
(
ks
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment