Ignore:
Timestamp:
Jul 24, 2024, 12:45:32 PM (4 months ago)
Author:
abarral
Message:

Rename modules in phy_common from *_mod > lmdz_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/flott_gwd_rando_m.F90

    r5111 r5112  
    2020    use dimphy, only: klon, klev
    2121    use assert_m, only: assert
    22     USE ioipsl_getin_p_mod, ONLY: getin_p
    23     USE vertical_layers_mod, ONLY: presnivs
     22    USE lmdz_ioipsl_getin_p, ONLY: getin_p
     23    USE lmdz_vertical_layers, ONLY: presnivs
    2424    USE lmdz_abort_physic, ONLY: abort_physic
    2525    CHARACTER (LEN = 20) :: modname = 'flott_gwd_rando'
Note: See TracChangeset for help on using the changeset viewer.