|
Last change
on this file since 1385 was
996,
checked in by lsce, 17 years ago
|
- Modifications liées au calcul des nouveau sous-fractions
- Nettoyage de ocean slab : il reste uniquement la version avec glace de mer forcé
- Nouveaux variables pour distiguer la version et type d'ocean : type_ocean=force/slab/couple, version_ocean=opa8/nemo pour couplé ou version_ocean=sicOBS pour slab
JG
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
643 bytes
|
| Line | |
|---|
| 1 | c |
|---|
| 2 | c $Header$ |
|---|
| 3 | c |
|---|
| 4 | c |
|---|
| 5 | c initialisations diverses au "debut" du mois |
|---|
| 6 | c |
|---|
| 7 | IF(MOD(itap,INT(ecrit_mth)).EQ.1) THEN |
|---|
| 8 | DO i=1, klon |
|---|
| 9 | nday_rain(i)=0. |
|---|
| 10 | ENDDO !i |
|---|
| 11 | c |
|---|
| 12 | c surface terre |
|---|
| 13 | DO i=1, klon |
|---|
| 14 | IF(pctsrf(i,is_ter).GT.0.) THEN |
|---|
| 15 | paire_ter(i)=airephy(i)*pctsrf(i,is_ter) |
|---|
| 16 | ENDIF |
|---|
| 17 | ENDDO |
|---|
| 18 | c |
|---|
| 19 | ENDIF !MOD(itap,INT(ecrit_mth)).EQ.1 |
|---|
| 20 | c |
|---|
| 21 | IF(MOD(itap,INT(ecrit_day)).EQ.0) THEN |
|---|
| 22 | c |
|---|
| 23 | cIM calcul total_rain, nday_rain |
|---|
| 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 |
|---|
| 29 | ENDIF !itap.EQ.ecrit_mth |
|---|
Note: See
TracBrowser
for help on using the repository browser.