Changeset 1644 for trunk/LMDZ.COMMON/libf
- Timestamp:
- Dec 15, 2016, 4:09:55 PM (8 years ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 1 added
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/gcm.F90
r1572 r1644 372 372 write(lunout,*)'jD_ref+jH_ref,an, mois, jour, heure' 373 373 write(lunout,*)jD_ref+jH_ref,an, mois, jour, heure 374 else if (planet_type.eq.'titan') then 375 jD_ref=1 ! Because we use old Titan starts (J.V.O 2016) 374 376 else 375 377 ! A voir pour Titan et Venus -
trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F
r1593 r1644 396 396 write(lunout,*)'jD_ref+jH_ref,an, mois, jour, heure' 397 397 write(lunout,*)jD_ref+jH_ref,an, mois, jour, heure 398 else if (planet_type.eq.'titan') then 399 jD_ref=1 ! Because we use old Titan starts (J.V.O 2016) 398 400 else 399 401 ! A voir pour Titan et Venus
Note: See TracChangeset
for help on using the changeset viewer.