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/phy_common/physics_distribution_mod.F90

    r5099 r5101  
    1212  USE mod_phys_lmdz_para, ONLY: init_phys_lmdz_para, klon_omp
    1313  USE mod_grid_phy_lmdz, ONLY: init_grid_phy_lmdz
    14   USE dimphy, ONLY : Init_dimphy
    15   USE infotrac_phy, ONLY : type_trac
     14  USE dimphy, ONLY: Init_dimphy
     15  USE infotrac_phy, ONLY: type_trac
    1616#ifdef REPROBUS
    17   USE CHEM_REP, ONLY : Init_chem_rep_phys
     17  USE CHEM_REP, ONLY: Init_chem_rep_phys
    1818#endif
    1919  USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_INCA
     
    4949!  USE mod_phys_lmdz_para, ONLY: Init_phys_lmdz_para!, klon_omp
    5050!  USE mod_grid_phy_lmdz, ONLY: Init_grid_phy_lmdz!, nbp_lev
    51 !  USE dimphy, ONLY : Init_dimphy
    52 !  USE infotrac_phy, ONLY : type_trac
     51!  USE dimphy, ONLY: Init_dimphy
     52!  USE infotrac_phy, ONLY: type_trac
    5353!#ifdef REPROBUS
    54 !  USE CHEM_REP, ONLY : Init_chem_rep_phys
     54!  USE CHEM_REP, ONLY: Init_chem_rep_phys
    5555!#endif
    5656
Note: See TracChangeset for help on using the changeset viewer.