Ignore:
Timestamp:
Oct 15, 2002, 5:11:32 PM (22 years ago)
Author:
lmdzadmin
Message:

Rajout des flux shortwave pour l'albedo
IM/LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/radlwsw.F

    r393 r412  
    55     .                  topsw,toplw,solsw,sollw,
    66     .                  sollwdown,
    7      .                  topsw0,toplw0,solsw0,sollw0)
     7     .                  topsw0,toplw0,solsw0,sollw0,
     8     .                  ZFSUP,ZFSDN,ZFSUP0,ZFSDN0)
    89      IMPLICIT none
    910c======================================================================
     
    3132c radsol---output-R- bilan radiatif net au sol (W/m**2) (+ vers le bas)
    3233c albpla---output-R- albedo planetaire (entre 0 et 1)
    33 c topsw----output-R- ray. solaire absorbe au sommet de l'atm.
    34 c toplw----output-R- ray. IR emis au sommet de l'atmosphere
    35 c solsw----output-R- ray. solaire net absorbe a la surface
    36 c sollw----output-R- ray. IR net emis par la surface
     34c topsw----output-R- flux solaire net au sommet de l'atm.
     35c toplw----output-R- ray. IR montant au sommet de l'atmosphere
     36c solsw----output-R- flux solaire net a la surface
     37c sollw----output-R- ray. IR montant a la surface
    3738c======================================================================
    3839#include "dimensions.h"
     
    5556      real topsw0(klon), toplw0(klon), solsw0(klon), sollw0(klon)
    5657      real sollwdown(klon)
     58cccIM
     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)
    5763c
    5864      REAL*8 zx_alpha1, zx_alpha2
     
    200206     S        PCLDSW, PTAU, POMEGA, PCG,
    201207     S        zheat, zheat0,
    202      S        zalbpla,ztopsw,zsolsw,ztopsw0,zsolsw0)
     208     S        zalbpla,ztopsw,zsolsw,ztopsw0,zsolsw0,
     209     S        ZFSUP,ZFSDN,ZFSUP0,ZFSDN0)
    203210c======================================================================
    204211      DO i = 1, kdlon
     
    242249     S              PCLDSW, PTAU, POMEGA, PCG,
    243250     S              PHEAT, PHEAT0,
    244      S              PALBPLA,PTOPSW,PSOLSW,PTOPSW0,PSOLSW0)
     251     S              PALBPLA,PTOPSW,PSOLSW,PTOPSW0,PSOLSW0,
     252     S              ZFSUP,ZFSDN,ZFSUP0,ZFSDN0)
    245253      IMPLICIT none
    246254
     
    336344      REAL*8 ZFSUP0(KDLON,KFLEV+1)
    337345      REAL*8 ZFSDN0(KDLON,KFLEV+1)
    338       SAVE ZFSUP, ZFSDN, ZFSUP0, ZFSDN0
    339346C
    340347      INTEGER inu, jl, jk, i, k, kpl1
Note: See TracChangeset for help on using the changeset viewer.