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

    r5111 r5112  
    66  SUBROUTINE inifis(punjours, prad, pg, pr, pcpp)
    77  ! Initialize some physical constants and settings
    8   USE init_print_control_mod, ONLY: init_print_control
    9   USE print_control_mod, ONLY: lunout
     8  USE lmdz_init_print_control, ONLY: init_print_control
     9  USE lmdz_print_control, ONLY: lunout
    1010  USE lmdz_abort_physic, ONLY: abort_physic
    1111  IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.