Changeset 592 for trunk/LMDZ.MARS/libf
- Timestamp:
- Mar 20, 2012, 11:10:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/calltherm_interface.F90
r561 r592 206 206 r_aspect_thermals=0.7 207 207 #else 208 IF ((ptimestep .l t. 3699.*24./96.) .and. (iradia .eq. 1)) THEN208 IF ((ptimestep .le. 3699.*24./96.) .and. (iradia .eq. 1)) THEN 209 209 nsplit_thermals=10 210 210 ELSE 211 211 nsplit_thermals=35 212 212 ENDIF 213 r_aspect_thermals=1. 5213 r_aspect_thermals=1. 214 214 #endif 215 215 call getin("nsplit_thermals",nsplit_thermals)
Note: See TracChangeset
for help on using the changeset viewer.