Changeset 3816 for dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cpl_mod.F90
- Timestamp:
- Apr 17, 2015, 9:51:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/cpl_mod.F90
r3814 r3816 24 24 USE oasis 25 25 USE write_field_phy 26 USE control_phy_mod 26 !USE control_phy_mod 27 USE inifis_mod, ONLY: day_step, iphysiq 27 28 28 29 … … 102 103 USE surface_data 103 104 USE indice_sol_mod 104 USE temps_phy_mod 105 ! USE temps_phy_mod 106 USE inifis_mod, ONLY: annee_ref, day_ini, itau_phy, itaufin 105 107 INCLUDE "dimensions.h" 106 108 INCLUDE "iniprint.h" … … 296 298 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl 297 299 USE indice_sol_mod 298 USE temps_phy_mod 299 300 INCLUDE "iniprint.h" 300 ! USE temps_phy_mod 301 USE inifis_mod, ONLY: start_time, itau_phy 302 303 ! INCLUDE "iniprint.h" 301 304 INCLUDE "YOMCST.h" 302 305 INCLUDE "dimensions.h" … … 1027 1030 USE carbon_cycle_mod, ONLY : carbon_cycle_cpl 1028 1031 USE indice_sol_mod 1029 USE temps_phy_mod 1032 ! USE temps_phy_mod 1033 USE inifis_mod, ONLY: start_time, itau_phy 1030 1034 1031 1035 ! Some includes
Note: See TracChangeset
for help on using the changeset viewer.