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

Rename modules in phy_common from *_mod > lmdz_*

Location:
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_1dutils.f90

    r5110 r5112  
    6363
    6464    use IOIPSL
    65     USE print_control_mod, ONLY: lunout
     65    USE lmdz_print_control, ONLY: lunout
    6666    !-----------------------------------------------------------------------
    6767    !     Auteurs :   A. Lahellec  .
     
    709709    USE phys_state_var_mod
    710710    USE iostart
    711     USE write_field_phy
     711    USE lmdz_write_field_phy
    712712    USE infotrac
    713713    use control_mod
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_old_lmdz1d.F90

    r5104 r5112  
    3636    USE mod_1D_cases_read2
    3737    USE mod_1D_amma_read
    38     USE print_control_mod, ONLY: lunout, prt_level
     38    USE lmdz_print_control, ONLY: lunout, prt_level
    3939    USE iniphysiq_mod, ONLY: iniphysiq
    4040    USE mod_const_mpi, ONLY: comm_lmdz
  • LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/lmdz_scm.F90

    r5104 r5112  
    3232    USE phyaqua_mod
    3333    USE mod_1D_cases_read_std
    34     USE print_control_mod, ONLY: lunout, prt_level
     34    USE lmdz_print_control, ONLY: lunout, prt_level
    3535    USE iniphysiq_mod, ONLY: iniphysiq
    3636    USE mod_const_mpi, ONLY: comm_lmdz
Note: See TracChangeset for help on using the changeset viewer.