Changeset 1035 for LMDZ4/trunk/libf/phylmd
- Timestamp:
- Oct 28, 2008, 3:45:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/physiq.F
r1032 r1035 1254 1254 . iflag_coupl,iflag_clos,iflag_wake 1255 1255 print*,'CYCLE_DIURNE', cycle_diurne 1256 1257 c 1256 c 1257 IF (iflag_con.EQ.2.AND.iflag_cldcon.NE.-1) THEN 1258 abort_message = 'Tiedtke convection needs iflag_cldcon=-1 ' 1259 CALL abort_gcm (modname,abort_message,1) 1260 ENDIF 1261 c 1262 IF(ok_isccp.AND.iflag_con.LE.2) THEN 1263 abort_message = 'iflag_con >= 3 for KE and ISCCP simulator' 1264 CALL abort_gcm (modname,abort_message,1) 1265 ENDIF 1258 1266 c 1259 1267 c Initialiser les compteurs: … … 2683 2691 ENDIF 2684 2692 2685 c2686 2693 cIM calcul nuages par le simulateur ISCCP 2687 2694 c 2688 2695 #ifdef histISCCP 2689 2696 IF (ok_isccp) THEN 2697 c 2698 c 2690 2699 cIM appel simulateur toutes les NINT(freq_ISCCP/dtime) heures 2691 2700 IF (MOD(itap,NINT(freq_ISCCP/dtime)).EQ.0) THEN … … 2700 2709 2701 2710 ENDIF 2702 2703 2711 c 2704 2712 c 2. NUAGES STARTIFORMES … … 2941 2949 DO i = 1, klon 2942 2950 t_seri(i,k) = t_seri(i,k) 2943 . + (heat(i,k)-cool(i,k)) * dtime/ 86400.2951 . + (heat(i,k)-cool(i,k)) * dtime/RDAY 2944 2952 ENDDO 2945 2953 ENDDO
Note: See TracChangeset
for help on using the changeset viewer.