Ignore:
Timestamp:
Dec 15, 2016, 4:09:55 PM (8 years ago)
Author:
jvatant
Message:

Copy the new LMDZ.TITAN from LMDZ.GENERIC
+ compilation-needed modification (phystd->phytitan ...)
+ no changes on substance
+ deftank cleaned

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  
    372372    write(lunout,*)'jD_ref+jH_ref,an, mois, jour, heure'
    373373    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)
    374376  else
    375377! A voir pour Titan et Venus
  • trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F

    r1593 r1644  
    396396      write(lunout,*)'jD_ref+jH_ref,an, mois, jour, heure'
    397397      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)
    398400      else
    399401! A voir pour Titan et Venus
Note: See TracChangeset for help on using the changeset viewer.