Ignore:
Timestamp:
Jul 24, 2024, 11:19:08 AM (2 months ago)
Author:
abarral
Message:

Rename modules properly (mod_* -> lmdz_*) in phy_common

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/miecalc_aer.F90

    r5101 r5110  
    2121  USE dimphy
    2222  USE lmdz_yomcst  , ONLY: RG, RPI
    23   USE mod_phys_lmdz_para, only: gather, scatter, bcast
    24   USE mod_grid_phy_lmdz, ONLY: klon_glo
    25   USE mod_phys_lmdz_mpi_data, ONLY:  is_mpi_root
     23  USE lmdz_phys_para, only: gather, scatter, bcast
     24  USE lmdz_grid_phy, ONLY: klon_glo
     25  USE lmdz_phys_mpi_data, ONLY:  is_mpi_root
    2626  USE print_control_mod, ONLY: prt_level, lunout
    2727
Note: See TracChangeset for help on using the changeset viewer.