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 moved

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_para.f90

    r5109 r5110  
    22! $Id$
    33
    4 MODULE mod_phys_lmdz_para
    5   USE mod_phys_lmdz_transfert_para
    6   USE mod_phys_lmdz_mpi_data
    7   USE mod_phys_lmdz_omp_data
     4MODULE lmdz_phys_para
     5  USE lmdz_phys_transfert_para
     6  USE lmdz_phys_mpi_data
     7  USE lmdz_phys_omp_data
    88   
    99  INTEGER,SAVE :: klon_loc
     
    5151
    5252  SUBROUTINE Test_transfert
    53   USE mod_grid_phy_lmdz
     53  USE lmdz_grid_phy
    5454  USE print_control_mod, ONLY: lunout
    5555  IMPLICIT NONE
     
    117117   END SUBROUTINE Test_transfert
    118118 
    119 END MODULE mod_phys_lmdz_para
     119END MODULE lmdz_phys_para
    120120   
Note: See TracChangeset for help on using the changeset viewer.