Ignore:
Timestamp:
Jul 23, 2024, 8:22:55 AM (2 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/condsurfc_new.f90

    r5099 r5101  
    66  USE mod_phys_lmdz_para
    77  USE dimphy
    8   USE netcdf, ONLY : nf90_get_var, nf90_close, nf90_noerr, nf90_inq_varid, nf90_open, nf90_nowrite
     8  USE netcdf, ONLY: nf90_get_var, nf90_close, nf90_noerr, nf90_inq_varid, nf90_open, nf90_nowrite
    99  IMPLICIT none
    1010
     
    6161      write(6, *)' Pb d''ouverture du fichier limitbc.nc'
    6262      write(6, *)' ierr = ', ierr
    63       call exit(1)
     63      CALL exit(1)
    6464    endif
    6565
     
    192192  !$OMP END MASTER
    193193  !$OMP BARRIER
    194   call scatter(lmt_bcff_glo, lmt_bcff)
    195   call scatter(lmt_bcnff_glo, lmt_bcnff)
    196   call scatter(lmt_bcbbl_glo, lmt_bcbbl)
    197   call scatter(lmt_bcbbh_glo, lmt_bcbbh)
    198   call scatter(lmt_bcba_glo, lmt_bcba)
    199   call scatter(lmt_omff_glo, lmt_omff)
    200   call scatter(lmt_omnff_glo, lmt_omnff)
    201   call scatter(lmt_ombbl_glo, lmt_ombbl)
    202   call scatter(lmt_ombbh_glo, lmt_ombbh)
    203   call scatter(lmt_omba_glo, lmt_omba)
    204   call scatter(lmt_terp_glo, lmt_terp)
    205   call scatter(lmt_omnat_glo, lmt_omnat)
     194  CALL scatter(lmt_bcff_glo, lmt_bcff)
     195  CALL scatter(lmt_bcnff_glo, lmt_bcnff)
     196  CALL scatter(lmt_bcbbl_glo, lmt_bcbbl)
     197  CALL scatter(lmt_bcbbh_glo, lmt_bcbbh)
     198  CALL scatter(lmt_bcba_glo, lmt_bcba)
     199  CALL scatter(lmt_omff_glo, lmt_omff)
     200  CALL scatter(lmt_omnff_glo, lmt_omnff)
     201  CALL scatter(lmt_ombbl_glo, lmt_ombbl)
     202  CALL scatter(lmt_ombbh_glo, lmt_ombbh)
     203  CALL scatter(lmt_omba_glo, lmt_omba)
     204  CALL scatter(lmt_terp_glo, lmt_terp)
     205  CALL scatter(lmt_omnat_glo, lmt_omnat)
    206206
    207207  RETURN
Note: See TracChangeset for help on using the changeset viewer.