Ignore:
Timestamp:
Jul 24, 2024, 11:19:08 AM (4 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/tracco2i_mod.F90

    r5103 r5110  
    4242    USE carbon_cycle_mod, ONLY: ocean_area_tot
    4343    USE carbon_cycle_mod, ONLY: land_area_tot
    44     USE mod_grid_phy_lmdz
    45     USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root
    46     USE mod_phys_lmdz_para, ONLY: gather, bcast, scatter
    47     USE mod_phys_lmdz_omp_data, ONLY: is_omp_root
     44    USE lmdz_grid_phy
     45    USE lmdz_phys_mpi_data, ONLY: is_mpi_root
     46    USE lmdz_phys_para, ONLY: gather, bcast, scatter
     47    USE lmdz_phys_omp_data, ONLY: is_omp_root
    4848    USE phys_cal_mod
    4949    USE phys_state_var_mod, ONLY: pctsrf
     
    345345!    USE infotrac_phy
    346346    USE geometry_mod, ONLY: cell_area
    347     USE mod_grid_phy_lmdz
    348     USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root
    349     USE mod_phys_lmdz_para, ONLY: gather, scatter
     347    USE lmdz_grid_phy
     348    USE lmdz_phys_mpi_data, ONLY: is_mpi_root
     349    USE lmdz_phys_para, ONLY: gather, scatter
    350350    USE phys_cal_mod
    351351
Note: See TracChangeset for help on using the changeset viewer.