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/inlandsis/surf_inlandsis_mod.F90

    r5106 r5110  
    751751        ! of SISVAT, therefore it's needed here.
    752752
    753         USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root
    754         USE mod_phys_lmdz_para
     753        USE lmdz_phys_mpi_data, ONLY: is_mpi_root
     754        USE lmdz_phys_para
    755755        USE VAR_SV
    756756
     
    10321032
    10331033        USE dimphy
    1034         USE mod_grid_phy_lmdz
    1035         USE mod_phys_lmdz_para
     1034        USE lmdz_grid_phy
     1035        USE lmdz_phys_para
    10361036
    10371037        USE iostart
     
    12681268        ! Objet: Ecriture de l'etat de redemarrage pour SISVAT
    12691269        !======================================================================
    1270         USE mod_grid_phy_lmdz
    1271         USE mod_phys_lmdz_para
     1270        USE lmdz_grid_phy
     1271        USE lmdz_phys_para
    12721272        USE iostart
    12731273        USE VAR_SV
Note: See TracChangeset for help on using the changeset viewer.