Changeset 918 for LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/physiq.F
- Timestamp:
- Feb 27, 2008, 4:24:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/physiq.F
r898 r918 47 47 c CLEFS CPP POUR LES IO 48 48 c ===================== 49 c#define histhf49 #define histhf 50 50 #define histday 51 51 #define histmth 52 52 c#define histins 53 c#define histmthNMC54 c#define histISCCP53 #define histmthNMC 54 #define histISCCP 55 55 c====================================================================== 56 56 c modif ( P. Le Van , 12/10/98 ) … … 1487 1487 cym Attention pbase pas initialise dans concvl !!!! 1488 1488 pbase(:)=0 1489 1490 1489 first=.false. 1491 1490 endif … … 1675 1674 rugoro(i) = MAX(1.0e-05, zstd(i)*zsig(i)/2.0) 1676 1675 ENDDO 1676 1677 cFRED WRITE(lunout,*)'FRED rugoro ...' 1678 cFRED WRITE(lunout,*) rugoro (416), rugoro (417), rugoro(418) 1679 cFRED . , rugoro(419) 1680 cFRED WRITE(lunout,*) rugoro (421), rugoro (422), rugoro(423) 1681 cFRED WRITE(lunout,*) rugoro (424), rugoro (425), rugoro(426) 1682 cFRED WRITE(lunout,*) rugoro (427), rugoro (428), rugoro(429) 1683 cFRED WRITE(lunout,*) rugoro (430), rugoro (431), rugoro(567) 1684 cFRED . , rugoro(568) 1685 cFRED WRITE(lunout,*) rugoro (574), rugoro (575), rugoro(576) 1686 cFRED WRITE(lunout,*) rugoro (577), rugoro (698), rugoro(699) 1687 cFRED WRITE(lunout,*) rugoro (711), rugoro (712), rugoro(713) 1688 1689 WRITE(lunout,*)'FRED rugoro =0.' 1690 rugoro=0. 1691 1677 1692 CALL SUGWD(klon,klev,paprs,pplay) 1678 1693 DO i=1,klon … … 2594 2609 #ifdef histISCCP 2595 2610 IF (ok_isccp) THEN 2611 c SD initialisation 2612 fq_isccp(:,:,:,:)= 0. 2613 totalcldarea(:,:)= 0. 2614 meanptop(:,:) = 0. 2615 meantaucld(:,:) = 0. 2616 nbsunlit(:,:,:) = 0. 2617 c 2596 2618 cIM appel simulateur toutes les NINT(freq_ISCCP/dtime) heures 2597 2619 IF (MOD(itap,NINT(freq_ISCCP/dtime)).EQ.0) THEN 2598 2620 #include "calcul_simulISCCP.h" 2599 ENDIF !(MOD(itap,NINT(freq_ISCCP/dtime)) 2621 ENDIF !(MOD(itap,NINT(freq_ISCCP/dtime))) 2600 2622 ENDIF !ok_isccp 2601 2623 #endif
Note: See TracChangeset
for help on using the changeset viewer.