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

Put .h into modules

Location:
LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/lidar_simulator.F90

    r5158 r5160  
    10701070             enddo
    10711071             checkcldlayerphase2 = cldlayer(i,iz)-checkcldlayerphase
    1072              if((checkcldlayerphase2 .gt. 0.01) .or. (checkcldlayerphase2 .lt. -0.01) ) print *, checkcldlayerphase,cldlayer(i,iz)
     1072             if((checkcldlayerphase2 .gt. 0.01) .or. (checkcldlayerphase2 .lt. -0.01) ) PRINT *, checkcldlayerphase,cldlayer(i,iz)
    10731073          endif
    10741074       enddo
     
    11091109          checktemp=lidarcldtemp(i,itemp,2)+lidarcldtemp(i,itemp,3)+lidarcldtemp(i,itemp,4)
    11101110          !if(checktemp .NE. lidarcldtemp(i,itemp,1))then
    1111           !   print *, i,itemp
    1112           !   print *, lidarcldtemp(i,itemp,1:4)
     1111          !   PRINT *, i,itemp
     1112          !   PRINT *, lidarcldtemp(i,itemp,1:4)
    11131113          !endif
    11141114         
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/lmdz_cosp_interface.F90

    r5158 r5160  
    527527      !$OMP MASTER
    528528
    529         print *, ' Open outpts files and define axis'
     529        PRINT *, ' Open outpts files and define axis'
    530530        call lmdz_cosp_output_open(Nlevlmdz, Ncolumns, presnivs, dtime, freq_cosp,       &
    531531                                   ok_mensuelCOSP, ok_journeCOSP, ok_hfCOSP, ok_all_xml, &
     
    553553!%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    554554
    555        print *, 'Calling write output'
     555       PRINT *, 'Calling write output'
    556556        call lmdz_cosp_output_write(Nlevlmdz, Npoints, Ncolumns, itap, dtime, freq_COSP, &
    557557                                    missing_val, cfg, niv_sorties, cospOUT)
  • LMDZ6/branches/Amaury_dev/libf/phylmd/cospv2/lmdz_cosp_read_outputkeys.F90

    r5158 r5160  
    897897
    898898  if (i.gt.107) then
    899      print *, 'COSP_IO: wrong number of output diagnostics'
    900      print *, i,107
     899     PRINT *, 'COSP_IO: wrong number of output diagnostics'
     900     PRINT *, i,107
    901901     stop
    902902  endif
Note: See TracChangeset for help on using the changeset viewer.