Changeset 2941 for palm/trunk/SOURCE/parin.f90
- Timestamp:
- Apr 3, 2018 11:54:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
r2938 r2941 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Fix for spinup in case of restart run 28 ! 29 ! 2938 2018-03-27 15:52:42Z suehring 27 30 ! Change initialization in case child domain should be initialized with Inifor. 28 31 ! … … 849 852 ENDIF 850 853 end_time = end_time + spinup_time 851 spinup = .TRUE. 854 IF ( TRIM( initializing_actions ) /= 'read_restart_data' ) & 855 spinup = .TRUE. 852 856 ENDIF 853 857 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.