- Timestamp:
- Jun 18, 2015, 12:00:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/readaerosol.F90
r3819 r3831 20 20 !**************************************************************************************** 21 21 USE dimphy 22 USE inifis_mod, ONLY: lunout22 USE print_control_mod, ONLY: lunout 23 23 24 24 IMPLICIT NONE … … 191 191 USE mod_phys_lmdz_para 192 192 USE iophy, ONLY : io_lon, io_lat 193 USE inifis_mod, ONLY: lunout193 USE print_control_mod, ONLY: lunout 194 194 195 195 IMPLICIT NONE … … 570 570 SUBROUTINE check_err(status,text) 571 571 USE netcdf 572 USE inifis_mod, ONLY: lunout572 USE print_control_mod, ONLY: lunout 573 573 IMPLICIT NONE 574 574
Note: See TracChangeset
for help on using the changeset viewer.