Skip to content

Commit

Permalink
Keep d_con and consv_te as real
Browse files Browse the repository at this point in the history
Set variables as real and not integers
  • Loading branch information
dpsarmie authored Apr 8, 2024
1 parent 3d46bab commit bd9af79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/parm/global_control.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
nggps_ic = @[NGGPS_IC]
mountain = @[MOUNTAIN]
ncep_ic = .false.
d_con = 1
d_con = 1.
hord_mt = 5
hord_vt = 5
hord_tm = 5
hord_dp = -5
hord_tr = 8
adjust_dry_mass = .false.
dry_mass = 98320.0
consv_te = 1
consv_te = 1.
do_sat_adj = @[DO_SAT_ADJ]
consv_am = .false.
fill = .true.
Expand Down

0 comments on commit bd9af79

Please sign in to comment.