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/Dust/read_dust.f90

    r5105 r5110  
    11SUBROUTINE read_dust(debutphy, step, nbjour, dust_ec)
    22  USE dimphy
    3   USE mod_grid_phy_lmdz
    4   USE mod_phys_lmdz_para
     3  USE lmdz_grid_phy
     4  USE lmdz_phys_para
    55  USE netcdf, ONLY: nf90_get_var, nf90_nowrite, nf90_open, nf90_inq_varid
    66  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.