Skip to content

Commit

Permalink
Moved the order of startup calls to old one since the new one caused
Browse files Browse the repository at this point in the history
bugs in specific cases
  • Loading branch information
Huug Ouwersloot committed Jul 10, 2019
1 parent 3956be3 commit 4f35105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modstartup.f90
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ subroutine startup
call initsurface
call initsubgrid
call initpois
call readinitfiles ! moved to obtain the correct btime for the timedependent forcings in case of a warmstart
call initmicrophysics
call readinitfiles ! moved to obtain the correct btime for the timedependent forcings in case of a warmstart
call inittimedep !depends on modglobal,modfields, modmpi, modsurf, modradiation

call checkinitvalues
Expand Down

0 comments on commit 4f35105

Please # to comment.