We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55c78a commit 1969634Copy full SHA for 1969634
src/varinit.f
@@ -321,12 +321,13 @@ subroutine varinit
321
wetsedo = 0.
322
wetsep = 0.
323
324
+ if (ievent < 3) return
325
!! urban modeling by J.Jeong
- sedprev = 0.
326
- ubnrunoff = 0.
327
- irmmdt = 0.
+ ! sedprev = 0. ! initialized in surfstor.f
+ ! ubnrunoff = 0. ! reset in sim_initday.f
328
+ ! irmmdt = 0. ! reset in surface.f
329
hhsedy = 0.
- ubntss = 0.
330
+ !ubntss = 0. ! reset in sim_initday.f
331
332
return
333
end
src/zero_urbn.f
@@ -17,7 +17,7 @@ subroutine zero_urbn
17
iabstr = 0.
18
19
!! subdaily sediment modeling by J.Jeong
20
- hhsedy=0.
+! hhsedy=0. ! reset in varinit.f
21
spl_eros = 0.
22
rill_mult = 0.
23
eros_expo = 0.
0 commit comments