Skip to content

Commit

Permalink
use pv_cc instead of rv_cc - a little inconsistency with the lipps-he…
Browse files Browse the repository at this point in the history
…mler equations
  • Loading branch information
pdziekan committed Jul 30, 2018
1 parent db95f2c commit 5111a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts_lgrngn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void setopts_micro(
// terminal velocity choice
rt_params.cloudph_opts_init.terminal_velocity = libcloudphxx::lgrngn::vt_t::khvorostyanov_nonspherical;

rt_params.cloudph_opts_init.RH_formula = libcloudphxx::lgrngn::RH_formula_t::rv_cc; // use rv to be consistent with Lipps Hemler
rt_params.cloudph_opts_init.RH_formula = libcloudphxx::lgrngn::RH_formula_t::pv_cc; // rv_cc would be more consistent with Lipps Hemler

// parsing --out_dry and --out_wet options values
// the format is: "rmin:rmax|0,1,2;rmin:rmax|3;..."
Expand Down

0 comments on commit 5111a60

Please sign in to comment.