Changeset 1779 for palm/trunk/SOURCE/palm.f90
- Timestamp:
- Mar 3, 2016 8:01:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r1765 r1779 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! setting of nest_domain and coupling_char moved to the pmci 22 22 ! 23 23 ! Former revisions: … … 198 198 !-- be changed in init_pegrid). 199 199 IF ( nested_run ) THEN 200 !-- TO_DO: move the following two settings somewehere to the pmc_interface201 IF ( cpl_id >= 2 ) THEN202 nest_domain = .TRUE.203 WRITE( coupling_char, '(A1,I1.1)') '_', cpl_id204 ENDIF205 200 206 201 CALL MPI_COMM_SIZE( comm_palm, numprocs, ierr )
Note: See TracChangeset
for help on using the changeset viewer.