Changeset 2258 for palm/trunk/SOURCE/header.f90
- Timestamp:
- Jun 8, 2017 7:55:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/header.f90
r2233 r2258 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix, add pre-preprocessor directives to enable non-parrallel mode 28 ! 29 ! 2233 2017-05-30 18:08:54Z suehring 27 30 ! 28 31 ! 2232 2017-05-30 17:47:52Z suehring … … 353 356 USE plant_canopy_model_mod, & 354 357 ONLY: pcm_header, plant_canopy 355 358 359 #if defined( __parallel ) 356 360 USE pmc_handle_communicator, & 357 361 ONLY: pmc_get_model_info 362 #endif 358 363 359 364 USE pmc_interface, & … … 547 552 WRITE ( io, 600 ) TRIM( nesting_mode ), & 548 553 TRIM( nesting_datatransfer_mode ) 554 #if defined( __parallel ) 549 555 CALL pmc_get_model_info( ncpl = ncpl, cpl_id = my_cpl_id ) 550 556 … … 564 570 TRIM( cpl_name ) 565 571 ENDDO 572 #endif 566 573 ENDIF 567 574 WRITE ( io, 99 )
Note: See TracChangeset
for help on using the changeset viewer.