Changeset 2113 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Sep 5, 2014, 12:17:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/iniradia.F90
r1992 r2113 19 19 REAL pres(klev+1) 20 20 21 include "clesphys.h" 22 21 23 ! CALL suphel ! initialiser constantes et parametres phys. 22 24 ! print*,'Physiq: apres suphel ' 23 25 #if CPP_RRTM 24 CALL suinit(klon, klev) 25 PRINT *, 'iniradia: apres suinit ' 26 ! calcul des niveaux de pression de reference au bord des couches pour 27 ! l'intialisation des aerosols. Momentannement, on passe un point de 28 ! grille du profil de pression. 29 CALL surayolmd(pres(klev+1)) ! initialiser le rayonnement RRTM 30 PRINT *, 'iniradia: apres surayolmd ' 26 if (iflag_rrtm .eq. 1) then 27 CALL suinit(klon, klev) 28 PRINT *, 'iniradia: apres suinit ' 29 ! calcul des niveaux de pression de reference au bord des couches pour 30 ! l'intialisation des aerosols. Momentannement, on passe un point de 31 ! grille du profil de pression. 32 CALL surayolmd(pres(klev+1)) ! initialiser le rayonnement RRTM 33 PRINT *, 'iniradia: apres surayolmd ' 34 endif 31 35 #endif 32 36
Note: See TracChangeset
for help on using the changeset viewer.