Changeset 709 for trunk/LMDZ.MARS/libf
- Timestamp:
- Jun 22, 2012, 3:45:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/calltherm_interface.F90
r695 r709 209 209 ! very well with a sub-timestep of 10. 210 210 IF (firstcall) THEN 211 r_aspect_thermals=1. ! same value is OK for GCM and mesoscale 211 212 #ifdef MESOSCALE 212 213 !! valid for timesteps < 200s 213 214 nsplit_thermals=4 214 r_aspect_thermals=0.7215 215 #else 216 216 IF ((ptimestep .le. 3699.*24./96.) .and. (iradia .eq. 1)) THEN … … 219 219 nsplit_thermals=35 220 220 ENDIF 221 r_aspect_thermals=1.222 221 #endif 223 222 call getin("nsplit_thermals",nsplit_thermals)
Note: See TracChangeset
for help on using the changeset viewer.