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

Put .h into modules

File:
1 edited

Legend:

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

    r5159 r5160  
    133133  IOVLP = 3
    134134
    135   !print *,'Entering srtm_srtm_224gp'
     135  !PRINT *,'Entering srtm_srtm_224gp'
    136136
    137137  ICLDATM = 1
     
    148148      !- coefficients related to the cloud optical properties (original RRTM_SW)
    149149
    150       !  print *,'just before SRTM_CLDPROP'
     150      !  PRINT *,'just before SRTM_CLDPROP'
    151151
    152152      !  DO JK=1,KLEV
     
    218218      ENDDO
    219219
    220       !  print *,'ZTOTCC ZCLEAR : ',ZTOTCC,' ',ZCLEAR
     220      !  PRINT *,'ZTOTCC ZCLEAR : ',ZTOTCC,' ',ZCLEAR
    221221
    222222      DO IMOL = 1, I_NMOL
     
    236236      !    ENDIF
    237237
    238       !  print *,'just before SRTM_SETCOEF'
     238      !  PRINT *,'just before SRTM_SETCOEF'
    239239
    240240      ZFRCL(1:KLEV) = PFRCL(JL, 1:KLEV)
     
    253253              &)
    254254
    255       !  print *,'just after SRTM_SETCOEF'
     255      !  PRINT *,'just after SRTM_SETCOEF'
    256256
    257257      !- call the radiation transfer routine
     
    271271      !- mixing of aerosols
    272272
    273       !  print *,'Aerosol optical properties computations'
     273      !  PRINT *,'Aerosol optical properties computations'
    274274      !  DO JSW=1,KSW
    275275      !    print 9012,JSW,(JAE,RSRTAUA(JSW,JAE),RSRPIZA(JSW,JAE),RSRASYA(JSW,JAE),JAE=1,6)
     
    335335      ENDDO
    336336
    337       !  print *,'just before calling STRM_SPCVRT for JL=',JL,' and ZRMU0=',ZRMU0
     337      !  PRINT *,'just before calling STRM_SPCVRT for JL=',JL,' and ZRMU0=',ZRMU0
    338338
    339339      CALL SRTM_SPCVRT &
     
    351351              &)
    352352
    353       !  print *,'SRTM_SRTM_224GP before potential scaling'
     353      !  PRINT *,'SRTM_SRTM_224GP before potential scaling'
    354354      !    IF (IOVLP == 3) THEN
    355355      !      DO JK=1,KLEV+1
     
    362362      !      ENDDO
    363363      !    ELSE
    364       !    print *,'SRTM_SRTM_224GP after potential scaling'
     364      !    PRINT *,'SRTM_SRTM_224GP after potential scaling'
    365365      DO JK = 1, KLEV + 1
    366366        PFSUC(JL, 1, JK) = ZADJI0 * ZBBCU(JK)
Note: See TracChangeset for help on using the changeset viewer.