Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (3 months ago)
Author:
abarral
Message:

Handle DEBUG_IO in lmdz_cppkeys_wrapper.F90
Transform some files .F -> .[fF]90
[ne compile pas à cause de writefield_u non défini - en attente de réponse Laurent]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/Dust/condsurfs_new.f90

    r5099 r5101  
    99  USE mod_phys_lmdz_para
    1010  USE dimphy
    11   USE netcdf, ONLY : nf90_get_var, nf90_inq_varid, nf90_close, nf90_noerr, nf90_open, nf90_nowrite
     11  USE netcdf, ONLY: nf90_get_var, nf90_inq_varid, nf90_close, nf90_noerr, nf90_open, nf90_nowrite
    1212  IMPLICIT none
    1313
     
    6464      write(6, *)' Pb d''ouverture du fichier sulphur_emissions_antro'
    6565      write(6, *)' ierr = ', ierr
    66       call exit(1)
     66      CALL exit(1)
    6767    endif
    6868
     
    133133      write(6, *)' Pb d''ouverture du fichier sulphur_emissions_nat'
    134134      write(6, *)' ierr = ', ierr
    135       call exit(1)
     135      CALL exit(1)
    136136    endif
    137137
     
    188188      write(6, *)' Pb d''ouverture du fichier sulphur_emissions_volc'
    189189      write(6, *)' ierr = ', ierr
    190       call exit(1)
     190      CALL exit(1)
    191191    endif
    192192
     
    243243  !$OMP END MASTER
    244244  !$OMP BARRIER
    245   call scatter(lmt_so2b_glo, lmt_so2b)
    246   call scatter(lmt_so2h_glo, lmt_so2h)
    247   call scatter(lmt_so2bb_h_glo, lmt_so2bb_h)
    248   call scatter(lmt_so2bb_l_glo, lmt_so2bb_l)
    249   call scatter(lmt_so2ba_glo, lmt_so2ba)
    250   call scatter(lmt_so2nff_glo, lmt_so2nff)
    251   call scatter(lmt_dmsbio_glo, lmt_dmsbio)
    252   call scatter(lmt_h2sbio_glo, lmt_h2sbio)
    253   call scatter(lmt_dmsconc_glo, lmt_dmsconc)
    254   call scatter(lmt_dms_glo, lmt_dms)
    255   call scatter(lmt_so2volc_cont_glo, lmt_so2volc_cont)
    256   call scatter(lmt_altvolc_cont_glo, lmt_altvolc_cont)
    257   call scatter(lmt_so2volc_expl_glo, lmt_so2volc_expl)
    258   call scatter(lmt_altvolc_expl_glo, lmt_altvolc_expl)
     245  CALL scatter(lmt_so2b_glo, lmt_so2b)
     246  CALL scatter(lmt_so2h_glo, lmt_so2h)
     247  CALL scatter(lmt_so2bb_h_glo, lmt_so2bb_h)
     248  CALL scatter(lmt_so2bb_l_glo, lmt_so2bb_l)
     249  CALL scatter(lmt_so2ba_glo, lmt_so2ba)
     250  CALL scatter(lmt_so2nff_glo, lmt_so2nff)
     251  CALL scatter(lmt_dmsbio_glo, lmt_dmsbio)
     252  CALL scatter(lmt_h2sbio_glo, lmt_h2sbio)
     253  CALL scatter(lmt_dmsconc_glo, lmt_dmsconc)
     254  CALL scatter(lmt_dms_glo, lmt_dms)
     255  CALL scatter(lmt_so2volc_cont_glo, lmt_so2volc_cont)
     256  CALL scatter(lmt_altvolc_cont_glo, lmt_altvolc_cont)
     257  CALL scatter(lmt_so2volc_expl_glo, lmt_so2volc_expl)
     258  CALL scatter(lmt_altvolc_expl_glo, lmt_altvolc_expl)
    259259
    260260  RETURN
Note: See TracChangeset for help on using the changeset viewer.