Ignore:
Timestamp:
Jun 18, 2015, 12:00:37 PM (9 years ago)
Author:
ymipsl
Message:

module reorganisation for a cleaner dyn-phys interface
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/readaerosol.F90

    r3819 r3831  
    2020!****************************************************************************************
    2121  USE dimphy
    22   USE inifis_mod, ONLY: lunout
     22  USE print_control_mod, ONLY: lunout
    2323
    2424  IMPLICIT NONE
     
    191191    USE mod_phys_lmdz_para
    192192    USE iophy, ONLY : io_lon, io_lat
    193     USE inifis_mod, ONLY: lunout
     193    USE print_control_mod, ONLY: lunout
    194194
    195195    IMPLICIT NONE
     
    570570  SUBROUTINE check_err(status,text)
    571571    USE netcdf
    572     USE inifis_mod, ONLY: lunout
     572    USE print_control_mod, ONLY: lunout
    573573    IMPLICIT NONE
    574574
Note: See TracChangeset for help on using the changeset viewer.