Changeset 4892 for palm/trunk/SOURCE/surface_data_output_mod.f90
- Timestamp:
- Mar 2, 2021 11:53:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_data_output_mod.f90
r4843 r4892 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Remove outdated error message. 28 ! 29 ! 4843 2021-01-15 15:22:11Z raasch 27 30 ! local namelist parameter added to switch off the module although the respective module namelist 28 31 ! appears in the namelist file … … 4269 4272 dt_data_output, & 4270 4273 indoor_model, & 4271 initializing_actions, &4272 4274 message_string 4273 4274 USE pegrid, &4275 ONLY: numprocs_previous_run4276 4275 4277 4276 IMPLICIT NONE … … 4330 4329 CALL message( 'surface_data_output_check_parameters', 'PA0081', 1, 2, 0, 6, 0 ) 4331 4330 ENDIF 4332 ENDIF4333 4334 !4335 !-- In case of restart runs, check it the number of cores has been changed.4336 !-- With surface output this is not allowed.4337 IF ( TRIM( initializing_actions ) == 'read_restart_data' .AND. &4338 numprocs_previous_run /= numprocs ) THEN4339 message_string = 'The number of cores has been changed between restart runs. ' // &4340 'This is not allowed when surface data output is used.'4341 CALL message( 'surface_data_output_check_parameters', 'PA0585', 1, 2, 0, 6, 0 )4342 4331 ENDIF 4343 4332 !
Note: See TracChangeset
for help on using the changeset viewer.