Ignore:
Timestamp:
Jul 24, 2024, 11:19:08 AM (5 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/dyn1d/lmdz_1dutils.f90

    r5106 r5110  
    704704          &                          ucov, vcov, temp, q, omega2)
    705705    USE dimphy
    706     USE mod_grid_phy_lmdz
    707     USE mod_phys_lmdz_para
     706    USE lmdz_grid_phy
     707    USE lmdz_phys_para
    708708    USE iophy
    709709    USE phys_state_var_mod
     
    839839          &                          ucov, vcov, temp, q, omega2)
    840840    USE dimphy
    841     USE mod_grid_phy_lmdz
    842     USE mod_phys_lmdz_para
     841    USE lmdz_grid_phy
     842    USE lmdz_phys_para
    843843    USE phys_state_var_mod
    844844    USE iostart
Note: See TracChangeset for help on using the changeset viewer.