Ignore:
Timestamp:
Jul 24, 2024, 12:45:32 PM (2 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/StratAer/strataer_nuc_mod.F90

    r5110 r5112  
    1010  SUBROUTINE strataer_nuc_init()
    1111   
    12     USE ioipsl_getin_p_mod, ONLY: getin_p
    13     USE print_control_mod, ONLY: lunout
     12    USE lmdz_ioipsl_getin_p, ONLY: getin_p
     13    USE lmdz_print_control, ONLY: lunout
    1414    USE lmdz_phys_para, ONLY: is_master
    1515    USE strataer_local_var_mod, ONLY: ALPH2SO4,flag_nuc_rate_box,nuclat_min,nuclat_max, &
     
    5151    USE infotrac_phy, ONLY: nbtr, nbtr_sulgas, id_H2SO4_strat
    5252    USE ioipsl, ONLY: getin
    53     USE print_control_mod, ONLY: lunout
     53    USE lmdz_print_control, ONLY: lunout
    5454   
    5555    ! Output variables
Note: See TracChangeset for help on using the changeset viewer.