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

    r5111 r5112  
    5252    ! Same as phyetat0_get11, field on multiple levels, multiple names.
    5353    USE iostart, ONLY: get_field
    54     USE print_control_mod, ONLY: lunout
     54    USE lmdz_print_control, ONLY: lunout
    5555    IMPLICIT NONE
    5656    REAL, INTENT(INOUT) :: field(:, :) ! klon, nlev
     
    121121    ! Same as phyetat0_sfr11, field on multiple levels, multiple names tested one after the other.
    122122    USE iostart, ONLY: get_field
    123     USE print_control_mod, ONLY: lunout
     123    USE lmdz_print_control, ONLY: lunout
    124124    USE strings_mod, ONLY: int2str, maxlen
    125125    USE lmdz_abort_physic, ONLY: abort_physic
Note: See TracChangeset for help on using the changeset viewer.