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

    r5103 r5110  
    277277    USE phys_cal_mod, ONLY: mth_cur
    278278    USE mod_synchro_omp
    279     USE mod_phys_lmdz_para, ONLY: is_mpi_root, is_omp_root
    280     USE mod_phys_lmdz_transfert_para
    281     USE mod_phys_lmdz_omp_transfert
     279    USE lmdz_phys_para, ONLY: is_mpi_root, is_omp_root
     280    USE lmdz_phys_transfert_para
     281    USE lmdz_phys_omp_transfert
    282282    USE dimphy, ONLY: klon
    283283
Note: See TracChangeset for help on using the changeset viewer.