Ignore:
Timestamp:
Aug 3, 2024, 2:56:58 PM (3 months ago)
Author:
abarral
Message:

Put .h into modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/rrtm/srtm_cldprop.F90

    r1990 r5160  
    116116
    117117IF (I_NDBUG <= 2) THEN
    118   print *,'cldprop before loop K_INFLAG, K_ICEFLAG, K_LIQFLAG:',K_INFLAG,K_ICEFLAG,K_LIQFLAG,IB1,IB2
     118  PRINT *,'cldprop before loop K_INFLAG, K_ICEFLAG, K_LIQFLAG:',K_INFLAG,K_ICEFLAG,K_LIQFLAG,IB1,IB2
    119119ENDIF
    120120
     
    216216        ENDDO
    217217      ENDIF
    218       print *,'end of ice computations for I_LAY=',I_LAY
     218      PRINT *,'end of ice computations for I_LAY=',I_LAY
    219219                 
    220220!  Calculation of absorption coefficients due to water clouds.
     
    270270
    271271      IF (I_NDBUG <= 1) THEN
    272         print *,'end of liquid water computations for I_LAY=',I_LAY
     272        PRINT *,'end of liquid water computations for I_LAY=',I_LAY
    273273      ENDIF
    274274
     
    332332
    333333IF (I_NDBUG <= 1) THEN
    334   print *,'about to leave SRTM_CLDPROP'
     334  PRINT *,'about to leave SRTM_CLDPROP'
    335335ENDIF
    336336
Note: See TracChangeset for help on using the changeset viewer.