From 4f35105f18378582620af7176cd5824b138ebc3d Mon Sep 17 00:00:00 2001 From: Huug Ouwersloot Date: Wed, 10 Jul 2019 20:44:02 +0200 Subject: [PATCH] Moved the order of startup calls to old one since the new one caused bugs in specific cases --- src/modstartup.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modstartup.f90 b/src/modstartup.f90 index 1798beea..fae92528 100644 --- a/src/modstartup.f90 +++ b/src/modstartup.f90 @@ -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