LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
perturb_radlwsw.F90
Go to the documentation of this file.
1
SUBROUTINE
perturb_radlwsw
(zxtsol,iflag_radia)
2
!
3
!Case-specific radiative setup
4
!
5
use
dimphy
6
IMPLICIT none
7
include
"flux_arp.h"
8
!
9
! Arguments :
10
!------------
11
REAL
,
DIMENSION(klon)
,
INTENT(INOUT)
:: zxtsol
12
INTEGER
,
INTENT(IN)
:: iflag_radia
13
!
14
!======================================================================
15
!
16
IF
(iflag_radia == 2)
THEN
17
!
18
! Iflag_radia = 2 : DICE case :
19
! on force zxtsol=tg pour le rayonnement (MPL 20130806)
20
!Sonia : Cas dice lmdz1d force en flux : on impose Tg pour imposer le LWUP
21
!
22
zxtsol(:) =
tg
23
ENDIF
24
!
25
RETURN
26
END
27
tg
!$Id tg
Definition:
flux_arp.h:11
perturb_radlwsw
subroutine perturb_radlwsw(zxtsol, iflag_radia)
Definition:
perturb_radlwsw.F90:2
dimphy
Definition:
dimphy.F90:1
libf
phylmd
perturb_radlwsw.F90
Generated on Wed Dec 2 2015 16:27:09 for LMDZ by
1.8.9.1