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/StratAer/stratemit.F90

    r5099 r5101  
    66                    stretchlong,ispeci,id_species_total)
    77
    8   USE dimphy, ONLY : klon,klev
     8  USE dimphy, ONLY: klon,klev
    99  USE strataer_local_var_mod
    1010  USE phys_cal_mod
    1111  USE phys_local_var_mod, ONLY: d_q_emiss
    12   USE lmdz_yomcst, only : RD, RPI, RG
    13   USE geometry_mod, ONLY : cell_area, boundslat
     12  USE lmdz_yomcst, ONLY: RD, RPI, RG
     13  USE geometry_mod, ONLY: cell_area, boundslat
    1414  USE aerophys
    1515  USE infotrac_phy
    16   USE mod_phys_lmdz_mpi_data, ONLY :  is_mpi_root
     16  USE mod_phys_lmdz_mpi_data, ONLY:  is_mpi_root
    1717  USE mod_grid_phy_lmdz, ONLY: nbp_lon
    1818 
Note: See TracChangeset for help on using the changeset viewer.