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