- Timestamp:
- Jul 17, 2019 8:11:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/netcdf_data_input_mod.f90
r4012 r4100 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Made check for input_pids_dynamic and 'inifor' more general 28 ! 29 ! 30 ! 4012 2019-05-31 15:19:05Z monakurppa 27 31 ! 28 32 ! 3994 2019-05-22 18:08:09Z suehring … … 4084 4088 !-- prescribed. 4085 4089 IF ( .NOT. input_pids_dynamic .AND. & 4086 TRIM( initializing_actions ) == 'inifor') THEN4090 INDEX( initializing_actions, 'inifor' ) /= 0 ) THEN 4087 4091 message_string = 'initializing_actions = inifor requires dynamic ' //& 4088 4092 'input file ' // TRIM( input_file_dynamic ) // &
Note: See TracChangeset
for help on using the changeset viewer.