Skip to content
Snippets Groups Projects
Commit 8860f3df authored by Lucie Bakels's avatar Lucie Bakels
Browse files

par_mod.f90: ratio_incloud to 0.005 and ispeed=1

parent aa2eaed0
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ module par_mod
!real,parameter :: d_trop=50., d_strat=0.1
real :: d_trop=50., d_strat=0.1, fturbmeso=0.16 ! turbulence factors can change for different runs
real,parameter :: rho_water=1000. !ZHG 2015 [kg/m3]
real,parameter :: ratio_incloud=0.0062 !MC 2024
real,parameter :: ratio_incloud=0.005 !MC 2024
real,parameter :: wet_a=1.e-5, wet_b=0.8 !AT
! karman Karman's constant
......@@ -313,5 +313,5 @@ module par_mod
! To save memory, terminated particles can be overwritted, but this can cause overhead.
! set ispeed=1 to decrease this overhead, but increasing the memory footprint
integer,parameter :: ispeed=0
integer,parameter :: ispeed=1
end module par_mod
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment