Changeset 1644 for trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan
- Timestamp:
- Dec 15, 2016, 4:09:55 PM (8 years ago)
- Location:
- trunk/LMDZ.TITAN
- Files:
-
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/callphysiq_mod.F90
r1576 r1644 59 59 ! Sanity check on physics package type 60 60 IF (firstcall) THEN 61 IF (planet_type.ne." generic") THEN61 IF (planet_type.ne."titan") THEN 62 62 CALL abort_gcm(modname,"wrong planet_type for this physics package",1) 63 63 ENDIF -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1589 r1644 187 187 ! make deliberate choice of these values elsewhere. 188 188 189 planet_type=" generic"189 planet_type="titan" 190 190 191 191 ! initialize "serial/parallel" related stuff -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/start2archive.F
r1593 r1644 145 145 CALL defrun_new(99, .TRUE. ) 146 146 147 planet_type=" generic"147 planet_type="titan" 148 148 149 149 c=======================================================================
Note: See TracChangeset
for help on using the changeset viewer.