Ignore:
Timestamp:
07/10/14 11:31:16 (10 years ago)
Author:
ymipsl
Message:

std print only for master openmp task
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/disvert_dcmip200.f90

    r186 r209  
    6161  ENDDO 
    6262 
     63!$OMP MASTER   
    6364  IF (is_mpi_root) PRINT *, 'Vertical placement of model levels according to DCMIP Appendix E.3' 
    6465  IF (is_mpi_root) PRINT *, 'Parameters : ncar_dz=', ncar_dz, '  ncar_p0=',ncar_p0, '  ncar_disvert_c=',cindx 
    6566  IF (is_mpi_root) PRINT *, 'Isothermal amtosphere with ncar_T0=',ncar_T0  
     67!$OMP END MASTER   
    6668 
    6769END SUBROUTINE disvert 
Note: See TracChangeset for help on using the changeset viewer.