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/Dust/condsurfs_new.f90

    r5159 r5160  
    4343  IF (jour<0 .OR. jour>(366 - 1)) THEN
    4444    PRINT*, 'Le jour demande n est pas correcte:', jour
    45     print *, 'JE: FORCED TO CONTINUE (emissions have&
     45    PRINT *, 'JE: FORCED TO CONTINUE (emissions have&
    4646            & to be longer than 1 year!!!! )'
    4747    ! CALL ABORT
     
    7474    IF (ierr /= nf90_noerr) THEN
    7575      PRINT*, 'Pb de lecture pour les sources so2 low'
    76       print *, 'JE klon, jour, debut ,epais ', klon_glo, jour, debut, epais
     76      PRINT *, 'JE klon, jour, debut ,epais ', klon_glo, jour, debut, epais
    7777      CALL HANDLE_ERR(ierr)
    78       print *, 'error ierr= ', ierr
     78      PRINT *, 'error ierr= ', ierr
    7979      CALL exit(1)
    8080    ENDIF
     
    183183    !                  READING VOLCANIC EMISSIONS
    184184    !=======================================================================
    185     print *, '   ***      READING VOLCANIC EMISSIONS   ***   '
    186     print *, ' Jour = ', jour
     185    PRINT *, '   ***      READING VOLCANIC EMISSIONS   ***   '
     186    PRINT *, ' Jour = ', jour
    187187    ierr = nf90_open ("sulphur_emissions_volc.nc", nf90_nowrite, nid)
    188188    IF (ierr/=nf90_noerr) THEN
     
    201201      CALL exit(1)
    202202    ENDIF
    203     print *, 'SO2 volc cont (in read) = ', SUM(lmt_so2volc_cont_glo), &
     203    PRINT *, 'SO2 volc cont (in read) = ', SUM(lmt_so2volc_cont_glo), &
    204204            MINVAL(lmt_so2volc_cont_glo), MAXVAL(lmt_so2volc_cont_glo)
    205205    ! lmt_so2volc(:)=0.0
     
    224224    ENDIF
    225225    ! lmt_so2volc_expl(:)=0.0
    226     print *, 'SO2 volc expl (in read) = ', SUM(lmt_so2volc_expl_glo), &
     226    PRINT *, 'SO2 volc expl (in read) = ', SUM(lmt_so2volc_expl_glo), &
    227227            MINVAL(lmt_so2volc_expl_glo), MAXVAL(lmt_so2volc_expl_glo)
    228228
Note: See TracChangeset for help on using the changeset viewer.