Skip to content

Commit

Permalink
Removed trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft authored Oct 5, 2018
1 parent 9403115 commit 76f80bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ subroutine VarMix_init(Time, G, param_file, diag, CS)
CS%calculate_cg1 = CS%calculate_cg1 .or. use_FGNV_streamfn
call get_param(param_file, mdl, "USE_MEKE", use_MEKE, &
default=.false., do_not_log=.true.)
CS%calculate_Rd_dx = CS%calculate_Rd_dx .or. use_MEKE
CS%calculate_Rd_dx = CS%calculate_Rd_dx .or. use_MEKE
CS%calculate_Eady_growth_rate = CS%calculate_Eady_growth_rate .or. use_MEKE
call get_param(param_file, mdl, "KHTR_PASSIVITY_COEFF", KhTr_passivity_coeff, &
default=0., do_not_log=.true.)
Expand Down

0 comments on commit 76f80bc

Please sign in to comment.