- Timestamp:
- Apr 15, 2015, 6:49:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/phyaqua_mod.F90
r3809 r3814 25 25 USE fonte_neige_mod, ONLY: fonte_neige_init 26 26 USE phys_state_var_mod 27 USE control_ mod, ONLY: dayref, nday, iphysiq27 USE control_phy_mod, ONLY: dayref, nday, iphysiq 28 28 USE indice_sol_mod 29 29 USE temps_phy_mod 30 USE comconst_phy_mod 30 31 USE ioipsl 31 32 IMPLICIT NONE … … 34 35 ! #include "dimphy.h" 35 36 ! #include "YOMCST.h" 36 include "comconst.h"37 ! include "comconst.h" 37 38 include "clesphys.h" 38 39 include "dimsoil.h" 39 include "temps.h"40 ! include "temps.h" 40 41 41 42 INTEGER, INTENT (IN) :: nlon, iflag_phys
Note: See TracChangeset
for help on using the changeset viewer.