Changeset 3760 for palm


Ignore:
Timestamp:
Feb 21, 2019 6:47:35 PM (5 years ago)
Author:
moh.hefny
Message:

bugfix: initialize simulated_time before calculating solar position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r3754 r3760  
    2828! -----------------
    2929! $Id$
     30! Bugfix: initialized simulated_time before calculating solar position
     31! to enable restart option with reading in SVF from file(s).
     32!
     33! 3754 2019-02-19 17:02:26Z kanani
    3034! (resler, pavelkrc)
    3135! Bugfixes: add further required MRT factors to read/write_svf,
     
    81588162
    81598163!
     8164!--   initialize the simulated_time
     8165      simulated_time = 0._wp
     8166!
    81608167!--   Process spinup time if configured
    81618168      IF ( spinup_time > 0._wp )  THEN
Note: See TracChangeset for help on using the changeset viewer.