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/global_mean.F90

    r5103 r5110  
    66
    77  USE dimphy
    8   USE mod_phys_lmdz_para, only: is_sequential
    9   USE mod_phys_lmdz_transfert_para, only: reduce_sum
    10   use mod_phys_lmdz_mpi_data, only: is_mpi_root
     8  USE lmdz_phys_para, only: is_sequential
     9  USE lmdz_phys_transfert_para, only: reduce_sum
     10  use lmdz_phys_mpi_data, only: is_mpi_root
    1111  USE ioipsl
    1212  implicit none
Note: See TracChangeset for help on using the changeset viewer.