Changeset 3774
- Timestamp:
- Mar 4, 2019 10:52:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r3761 r3774 25 25 ! ----------------- 26 26 ! $Id$ 27 ! rephrase if statement to avoid unallocated array in case of 28 ! nesting_offline is false (crashing during debug mode) 29 ! 30 ! 3761 2019-02-25 15:31:42Z raasch $ 27 31 ! module section re-formatted and openacc required variables moved to separate section, 28 32 ! re-formatting to 100 char line width … … 846 850 !-- If forcing by larger-scale models is applied, check if new data 847 851 !-- at domain boundaries need to be read. 848 IF ( nesting_offline .AND. nest_offl%time(nest_offl%tind_p) <= time_since_reference_point ) &849 THEN850 CALL netcdf_data_input_offline_nesting852 IF ( nesting_offline ) THEN 853 IF ( nest_offl%time(nest_offl%tind_p) <= time_since_reference_point ) & 854 CALL netcdf_data_input_offline_nesting 851 855 ENDIF 852 856
Note: See TracChangeset
for help on using the changeset viewer.