Ignore:
Timestamp:
Jul 24, 2024, 11:19:08 AM (3 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/regr_lat_time_coefoz_m.F90

    r5103 r5110  
    4040    ! when we regrid in pressure).
    4141
    42     use mod_grid_phy_lmdz, ONLY: nbp_lat
     42    use lmdz_grid_phy, ONLY: nbp_lat
    4343    use regr_conserv_m, only: regr_conserv
    4444    use regr_lint_m, only: regr_lint
     
    240240    ! dimensions and variables, and writes one of the coordinate variables.
    241241
    242     use mod_grid_phy_lmdz, ONLY: nbp_lat
     242    use lmdz_grid_phy, ONLY: nbp_lat
    243243    use assert_eq_m, only: assert_eq
    244244
Note: See TracChangeset for help on using the changeset viewer.