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/dynphy_lonlat/inigeomphy_mod.F90

    r5099 r5101  
    1616                                klon_omp_end, & ! end index of local omp subgrid
    1717                                klon_mpi_begin ! start indes of columns (on local mpi grid)
    18   USE geometry_mod, ONLY : init_geometry
    19   USE physics_distribution_mod, ONLY : init_physics_distribution
    20   USE regular_lonlat_mod, ONLY : init_regular_lonlat, &
     18  USE geometry_mod, ONLY: init_geometry
     19  USE physics_distribution_mod, ONLY: init_physics_distribution
     20  USE regular_lonlat_mod, ONLY: init_regular_lonlat, &
    2121                                 east, west, north, south, &
    2222                                 north_east, north_west, &
    2323                                 south_west, south_east
    24   USE mod_interface_dyn_phys, ONLY :  init_interface_dyn_phys
     24  USE mod_interface_dyn_phys, ONLY:  init_interface_dyn_phys
    2525  USE nrtype, ONLY: pi
    2626  USE comvert_mod, ONLY: preff, ap, bp, aps, bps, presnivs, &
Note: See TracChangeset for help on using the changeset viewer.