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

    r5101 r5110  
    1414  USE netcdf95, ONLY: nf95_open, nf95_close, nf95_gw_var, nf95_inq_varid
    1515  USE netcdf,   ONLY: nf90_nowrite
    16   USE mod_phys_lmdz_mpi_data,      ONLY: is_mpi_root
    17   USE mod_phys_lmdz_mpi_transfert, ONLY: bcast_mpi
     16  USE lmdz_phys_mpi_data,      ONLY: is_mpi_root
     17  USE lmdz_phys_mpi_transfert, ONLY: bcast_mpi
    1818  USE phys_cal_mod,                ONLY: calend, year_len, year_cur
    1919!-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.