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

    r5103 r5110  
    2020    use dimphy, only: klon
    2121    use regr_pr_comb_coefoz_m, only: c_Mob, a4_mass, a2, r_het_interm
    22     use mod_grid_phy_lmdz, only: nbp_lev
     22    use lmdz_grid_phy, only: nbp_lev
    2323    use nrtype, only: pi
    2424
     
    118118    use assert_m, only: assert
    119119    use dimphy, only: klon
    120     use mod_grid_phy_lmdz, only: nbp_lev
     120    use lmdz_grid_phy, only: nbp_lev
    121121
    122122    real, intent(in):: q(:, :) ! mass fraction of ozone
Note: See TracChangeset for help on using the changeset viewer.