Changeset 148 for LMDZ.3.3/branches/rel-LF
- Timestamp:
- Oct 24, 2000, 9:58:51 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/clmain.F
r146 r148 744 744 ENDDO 745 745 c 746 write(45,*) 'pctsrf' 747 write(45,'(72f8.3)')pctsrf_new(:,is_sic) 748 746 749 RETURN 747 750 END … … 1203 1206 c 1204 1207 INTEGER knon, nsrf 1205 REAL paprs(k non,klev+1), pplay(knon,klev)1206 REAL t(k non,klev)1207 c 1208 REAL pcfm(k non,klev), pcfh(knon,klev)1208 REAL paprs(klon,klev+1), pplay(klon,klev) 1209 REAL t(klon,klev) 1210 c 1211 REAL pcfm(klon,klev), pcfh(klon,klev) 1209 1212 c 1210 1213 c Quelques constantes et options:
Note: See TracChangeset
for help on using the changeset viewer.