Skip to content

Commit

Permalink
Merge branch 'develop' into feature/vvalenti/gocart2g_to_gmi_connecti…
Browse files Browse the repository at this point in the history
…vity
  • Loading branch information
vvalenti committed Mar 24, 2023
2 parents 7e14611 + 4538882 commit 537615e
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions fvcore_layout.rc
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,16 @@
const_vs = .F.
const_vg = .F.
const_vr = .F.
vi_fac = 1.
vi_max = 1.
vs_max = 2.
vg_max = 12.
vr_max = 12.
qi_lim = 1.
do_evap = .false.
do_subl = .false.
do_evap = .true.
do_subl = .true.
do_qa = .false.
sat_adj0 = 0.75
tau_l2v = 225.
tau_i2v = 225.
tau_revp = 225.
tau_frz = 450.
tau_i2s = 450.
tau_l2v = 600.
tau_i2v = 600.
tau_revp = 600.
tau_frz = 600.
tau_i2s = 600.
dw_land = 0.05
dw_ocean = 0.20
ql_mlt = 1.0e-4
Expand Down

1 comment on commit 537615e

@vlvalenti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merged updates on develop branch into feature branch

Please sign in to comment.