- Timestamp:
- Dec 15, 2016, 4:09:55 PM (8 years ago)
- Location:
- trunk/LMDZ.TITAN
- Files:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.