Changeset 412 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Oct 15, 2002, 5:11:32 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/radlwsw.F
r393 r412 5 5 . topsw,toplw,solsw,sollw, 6 6 . sollwdown, 7 . topsw0,toplw0,solsw0,sollw0) 7 . topsw0,toplw0,solsw0,sollw0, 8 . ZFSUP,ZFSDN,ZFSUP0,ZFSDN0) 8 9 IMPLICIT none 9 10 c====================================================================== … … 31 32 c radsol---output-R- bilan radiatif net au sol (W/m**2) (+ vers le bas) 32 33 c albpla---output-R- albedo planetaire (entre 0 et 1) 33 c topsw----output-R- ray. solaire absorbeau sommet de l'atm.34 c toplw----output-R- ray. IR emisau sommet de l'atmosphere35 c solsw----output-R- ray. solaire net absorbea la surface36 c sollw----output-R- ray. IR net emis parla surface34 c topsw----output-R- flux solaire net au sommet de l'atm. 35 c toplw----output-R- ray. IR montant au sommet de l'atmosphere 36 c solsw----output-R- flux solaire net a la surface 37 c sollw----output-R- ray. IR montant a la surface 37 38 c====================================================================== 38 39 #include "dimensions.h" … … 55 56 real topsw0(klon), toplw0(klon), solsw0(klon), sollw0(klon) 56 57 real sollwdown(klon) 58 cccIM 59 REAL*8 ZFSUP(KDLON,KFLEV+1) 60 REAL*8 ZFSDN(KDLON,KFLEV+1) 61 REAL*8 ZFSUP0(KDLON,KFLEV+1) 62 REAL*8 ZFSDN0(KDLON,KFLEV+1) 57 63 c 58 64 REAL*8 zx_alpha1, zx_alpha2 … … 200 206 S PCLDSW, PTAU, POMEGA, PCG, 201 207 S zheat, zheat0, 202 S zalbpla,ztopsw,zsolsw,ztopsw0,zsolsw0) 208 S zalbpla,ztopsw,zsolsw,ztopsw0,zsolsw0, 209 S ZFSUP,ZFSDN,ZFSUP0,ZFSDN0) 203 210 c====================================================================== 204 211 DO i = 1, kdlon … … 242 249 S PCLDSW, PTAU, POMEGA, PCG, 243 250 S PHEAT, PHEAT0, 244 S PALBPLA,PTOPSW,PSOLSW,PTOPSW0,PSOLSW0) 251 S PALBPLA,PTOPSW,PSOLSW,PTOPSW0,PSOLSW0, 252 S ZFSUP,ZFSDN,ZFSUP0,ZFSDN0) 245 253 IMPLICIT none 246 254 … … 336 344 REAL*8 ZFSUP0(KDLON,KFLEV+1) 337 345 REAL*8 ZFSDN0(KDLON,KFLEV+1) 338 SAVE ZFSUP, ZFSDN, ZFSUP0, ZFSDN0339 346 C 340 347 INTEGER inu, jl, jk, i, k, kpl1
Note: See TracChangeset
for help on using the changeset viewer.