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/read_dust.f90

    r5099 r5101  
    33  USE mod_grid_phy_lmdz
    44  USE mod_phys_lmdz_para
    5   USE netcdf, ONLY : nf90_get_var, nf90_nowrite, nf90_open, nf90_inq_varid
     5  USE netcdf, ONLY: nf90_get_var, nf90_nowrite, nf90_open, nf90_inq_varid
    66  IMPLICIT NONE
    77
     
    4444    status = nf90_get_var(ncid1, varid1, dust_nc_glo, start, count)
    4545
    46     ! call correctbid(iim,jjp1,dust_nc)
    47     call correctbid(nbp_lon, nbp_lat, dust_nc_glo)
     46    ! CALL correctbid(iim,jjp1,dust_nc)
     47    CALL correctbid(nbp_lon, nbp_lat, dust_nc_glo)
    4848
    4949    !--upside down + physical grid
Note: See TracChangeset for help on using the changeset viewer.