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/dyn1d/lmdz_scm.F90

    r5159 r5160  
    347347      fnday = -nday / float(day_step)
    348348    endif
    349     print *, 'fnday=', fnday
     349    PRINT *, 'fnday=', fnday
    350350    !     start_time doit etre en FRACTION DE JOUR
    351351    start_time = time_ini / 24.
     
    372372    ! Print out the actual date of the beginning of the simulation :
    373373    CALL ju2ymds(daytime, year_print, month_print, day_print, sec_print)
    374     print *, ' Time of beginning : ', &
     374    PRINT *, ' Time of beginning : ', &
    375375            year_print, month_print, day_print, sec_print
    376376
     
    429429      fsens = -wtsurf * rcpd * rho(1)
    430430      flat = -wqsurf * rlvtt * rho(1)
    431       print *, 'Flux: ok_flux wtsurf wqsurf', ok_flux_surf, wtsurf, wqsurf
     431      PRINT *, 'Flux: ok_flux wtsurf wqsurf', ok_flux_surf, wtsurf, wqsurf
    432432    ENDIF
    433433    PRINT*, 'Flux sol ', fsens, flat
     
    440440    IF (ok_old_disvert) THEN
    441441      CALL disvert0(pa, preff, ap, bp, dpres, presnivs, nivsigs, nivsig)
    442       print *, 'On utilise disvert0'
     442      PRINT *, 'On utilise disvert0'
    443443      aps(1:llm) = 0.5 * (ap(1:llm) + ap(2:llm + 1))
    444444      bps(1:llm) = 0.5 * (bp(1:llm) + bp(2:llm + 1))
     
    447447    ELSE
    448448      CALL disvert()
    449       print *, 'On utilise disvert'
     449      PRINT *, 'On utilise disvert'
    450450      !       Nouvelle version disvert permettant d imposer ap,bp (modif L.Guez) MPL 18092012
    451451      !       Dans ce cas, on lit ap,bp dans le fichier hybrid.txt
     
    464464        IF (trouve_700 .AND. play(l)<=70000) THEN
    465465          llm700 = l
    466           print *, 'llm700,play=', llm700, play(l) / 100.
     466          PRINT *, 'llm700,play=', llm700, play(l) / 100.
    467467          trouve_700 = .FALSE.
    468468        endif
     
    750750                ! Print out the actual date of the beginning of the simulation :
    751751                CALL ju2ymds(daytime, an, mois, jour, heure)
    752         print *, ' Time of beginning : y m d h', an, mois,jour, heure/3600.
     752        PRINT *, ' Time of beginning : y m d h', an, mois,jour, heure/3600.
    753753
    754754        day = int(daytime)
     
    844844                !---------------------------------------------------------------------
    845845                IF (prt_level>=1) THEN
    846                 print *, ' avant physiq : -------- day time ', day, time
     846                PRINT *, ' avant physiq : -------- day time ', day, time
    847847                        WRITE(*, *) 'firstcall,lastcall,phis', &
    848848                firstcall, lastcall, phis
     
    10191019
    10201020                IF (prt_level>=3) THEN
    1021                 print *, &
     1021                PRINT *, &
    10221022                'physiq-> temp(1),dt_phys(1),d_t_adv(1),dt_cooling(1) ', &
    10231023                temp(1), dt_phys(1), d_t_adv(1), dt_cooling(1)
Note: See TracChangeset for help on using the changeset viewer.