- Timestamp:
- Feb 21, 2019 6:47:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/radiation_model_mod.f90
r3754 r3760 28 28 ! ----------------- 29 29 ! $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 30 34 ! (resler, pavelkrc) 31 35 ! Bugfixes: add further required MRT factors to read/write_svf, … … 8158 8162 8159 8163 ! 8164 !-- initialize the simulated_time 8165 simulated_time = 0._wp 8166 ! 8160 8167 !-- Process spinup time if configured 8161 8168 IF ( spinup_time > 0._wp ) THEN
Note: See TracChangeset
for help on using the changeset viewer.