Changeset 2787 for LMDZ5/branches/testing/libf/phylmd/tracinca_mod.F90
- Timestamp:
- Jan 30, 2017, 5:54:45 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2728,2730-2775,2777-2785
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/tracinca_mod.F90
r2641 r2787 36 36 pdtphys, t_seri, paprs, pplay, & 37 37 pmfu, upwd, ftsol, pctsrf, pphis, & 38 pphi, albsol, sh, rh,&38 pphi, albsol, sh, ch, rh, & 39 39 cldfra, rneb, diafra, cldliq, & 40 40 itop_con, ibas_con, pmflxr, pmflxs, & … … 76 76 REAL,DIMENSION(klon,klev),INTENT(IN) :: t_seri ! Temperature 77 77 REAL,DIMENSION(klon,klev),INTENT(IN) :: sh ! humidite specifique 78 REAL,DIMENSION(klon,klev),INTENT(IN) :: ch ! eau liquide 78 79 REAL,DIMENSION(klon,klev),INTENT(IN) :: rh ! humidite relative 79 80 REAL,DIMENSION(klon,klev+1),INTENT(IN) :: paprs ! pression pour chaque inter-couche (en Pa) … … 185 186 t_seri, & !tfld 186 187 sh, & !sh 188 ch, & !ql 187 189 rh, & !rh 188 190 nbp_lon, & !nx
Note: See TracChangeset
for help on using the changeset viewer.