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

    r5105 r5110  
    8989
    9090  USE dimphy
    91   USE mod_grid_phy_lmdz,  ONLY: klon_glo
     91  USE lmdz_grid_phy,  ONLY: klon_glo
    9292  USE geometry_mod, ONLY: cell_area
    9393  USE phys_cal_mod, ONLY: mth_cur
    94   USE mod_phys_lmdz_mpi_data, ONLY: is_mpi_root
    95   USE mod_phys_lmdz_omp_data, ONLY: is_omp_root
    96   USE mod_phys_lmdz_para, ONLY: scatter, bcast
     94  USE lmdz_phys_mpi_data, ONLY: is_mpi_root
     95  USE lmdz_phys_omp_data, ONLY: is_omp_root
     96  USE lmdz_phys_para, ONLY: scatter, bcast
    9797  USE print_control_mod, ONLY: lunout
    9898  USE netcdf, ONLY: nf90_get_var, nf90_inq_varid, nf90_inquire_dimension, nf90_inq_dimid, &
Note: See TracChangeset for help on using the changeset viewer.