Changeset 1524 for trunk/LMDZ.VENUS/libf/phyvenus
- Timestamp:
- Mar 29, 2016, 11:45:49 AM (9 years ago)
- Location:
- trunk/LMDZ.VENUS/libf/phyvenus
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/phyetat0.F90
r1443 r1524 15 15 USE comgeomphy, only: rlatd,rlond 16 16 USE control_mod, only: raz_date 17 USE t emps_mod, only: itau_phy17 USE time_phylmdz_mod, only: itau_phy 18 18 19 19 implicit none -
trunk/LMDZ.VENUS/libf/phyvenus/phyredem.F90
r1443 r1524 14 14 USE comgeomphy, only: rlatd,rlond 15 15 USE control_mod, only: raz_date 16 USE t emps_mod, only: day_end, annee_ref, itau_phy16 USE time_phylmdz_mod, only: day_end, annee_ref, itau_phy 17 17 18 18 implicit none -
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r1519 r1524 70 70 use moyzon_mod, only: tmoy 71 71 ! use ieee_arithmetic 72 use t emps_mod, only: itau_phy,day_ref,annee_ref72 use time_phylmdz_mod, only: annee_ref, day_ref, itau_phy 73 73 use logic_mod, only: iflag_trac 74 74 IMPLICIT none
Note: See TracChangeset
for help on using the changeset viewer.