source:
LMDZ4/branches/LMDZ4_AR5/libf/phylmd/calcul_divers.h
@
1451
Last change on this file since 1451 was 1451, checked in by , 14 years ago | |
---|---|
|
|
File size: 599 bytes |
Rev | Line | |
---|---|---|
[644] | 1 | c |
2 | c $Header$ | |
3 | c | |
4 | c | |
[1451] | 5 | c initialisations diverses au "debut" du simulation |
[644] | 6 | c |
[1451] | 7 | IF(debut) THEN |
[644] | 8 | DO i=1, klon |
9 | nday_rain(i)=0. | |
10 | ENDDO !i | |
11 | c | |
12 | c surface terre | |
13 | DO i=1, klon | |
[996] | 14 | IF(pctsrf(i,is_ter).GT.0.) THEN |
15 | paire_ter(i)=airephy(i)*pctsrf(i,is_ter) | |
[644] | 16 | ENDIF |
17 | ENDDO | |
18 | c | |
[1451] | 19 | ENDIF |
[644] | 20 | c |
[1451] | 21 | IF(MOD(itap,INT(un_jour/dtime)).EQ.0) THEN |
[644] | 22 | c |
[1451] | 23 | cIM calcul une fois par jour : total_rain, nday_rain |
[644] | 24 | c |
25 | DO i = 1, klon | |
26 | total_rain(i)=rain_fall(i)+snow_fall(i) | |
27 | IF(total_rain(i).GT.0.) nday_rain(i)=nday_rain(i)+1. | |
28 | ENDDO | |
[1451] | 29 | ENDIF |
Note: See TracBrowser
for help on using the repository browser.