- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/tracinca_mod.F90
r3809 r3814 11 11 ! This subroutine initialize some control varaibles. 12 12 13 USE infotrac 13 USE infotrac_phy 14 14 IMPLICIT NONE 15 15 … … 42 42 43 43 USE dimphy 44 USE infotrac 44 USE infotrac_phy 45 45 USE vampir 46 46 USE comgeomphy 47 USE control_ mod47 USE control_phy_mod 48 48 USE indice_sol_mod 49 49 … … 52 52 53 53 INCLUDE "dimensions.h" 54 INCLUDE "paramet.h"54 ! INCLUDE "paramet.h" 55 55 56 56 !==========================================================================
Note: See TracChangeset
for help on using the changeset viewer.