Changeset 1850 for trunk/LMDZ.COMMON/libf/dyn3d_common
- Timestamp:
- Dec 12, 2017, 1:32:18 PM (7 years ago)
- Location:
- trunk/LMDZ.COMMON/libf/dyn3d_common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/dynetat0.F90
r1824 r1850 79 79 annee_ref = 2000 80 80 else 81 write(lunout,*)'dynetat0 : Earth-like start file' 81 if (planet_type.eq."titan") then 82 ! Titan inherited Earth-like start files with idecal=5 83 write(lunout,*)'dynetat0 : Titan start file' 84 else 85 write(lunout,*)'dynetat0 : Earth-like start file' 86 endif 82 87 idecal = 5 83 88 annee_ref = tab_cntrl(5) -
trunk/LMDZ.COMMON/libf/dyn3d_common/dynredem.F90
r1509 r1850 80 80 idecal = 4 81 81 else 82 write(lunout,*) trim(modname),' : Earth-like start file' 82 if ( planet_type.eq."titan" ) then 83 ! Titan inherited Earth-like start files with idecal=5 84 write(lunout,*) trim(modname),' : Titan start file' 85 else 86 write(lunout,*) trim(modname),' : Earth-like start file' 87 endif 83 88 idecal = 5 84 89 endif
Note: See TracChangeset
for help on using the changeset viewer.