Ignore:
Timestamp:
Jun 18, 2015, 12:00:37 PM (10 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/read_map2D.F90

    r3817 r3831  
    66  USE mod_grid_phy_lmdz
    77  USE mod_phys_lmdz_para
    8   USE inifis_mod, ONLY: lunout
     8  USE print_control_mod, ONLY: lunout
    99
    1010  IMPLICIT NONE
     
    6565  CONTAINS
    6666    SUBROUTINE write_err_mess(err_mess)
    67       USE inifis_mod, ONLY: lunout
     67      USE print_control_mod, ONLY: lunout
    6868      IMPLICIT NONE
    6969      CHARACTER(len=*), INTENT(IN) :: err_mess
Note: See TracChangeset for help on using the changeset viewer.