Changeset 2669 for LMDZ5/branches/testing/libf/phylmd/Dust
- Timestamp:
- Oct 14, 2016, 2:57:28 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: 2642-2664
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/Dust/phytracr_spl_mod.F90
r2641 r2669 1170 1170 !print *,nbtr 1171 1171 do it=1,nbtr 1172 print *, it, tname(it+ 2)1173 if (tname(it+ 2) == 'PREC' ) then1172 print *, it, tname(it+nqo) 1173 if (tname(it+nqo) == 'PREC' ) then 1174 1174 id_prec=it 1175 1175 endif 1176 if (tname(it+ 2) == 'FINE' ) then1176 if (tname(it+nqo) == 'FINE' ) then 1177 1177 id_fine=it 1178 1178 endif 1179 if (tname(it+ 2) == 'COSS' ) then1179 if (tname(it+nqo) == 'COSS' ) then 1180 1180 id_coss=it 1181 1181 endif 1182 if (tname(it+ 2) == 'CODU' ) then1182 if (tname(it+nqo) == 'CODU' ) then 1183 1183 id_codu=it 1184 1184 endif 1185 if (tname(it+ 2) == 'SCDU' ) then1185 if (tname(it+nqo) == 'SCDU' ) then 1186 1186 id_scdu=it 1187 1187 endif … … 2621 2621 call iophys_ecrit('fav'//str2,1,'SOURCE','',source_tr(:,it)) 2622 2622 enddo 2623 #endif2624 2625 2623 do it=1,nbtr 2626 2624 write(str2,'(i2.2)') it 2627 2625 call iophys_ecrit('TRB'//str2,klev,'SOURCE','',tr_seri(:,:,it)) 2628 2626 enddo 2627 #endif 2629 2628 2630 2629 … … 2650 2649 2651 2650 #ifdef IOPHYS_DUST 2652 2653 2651 do it=1,nbtr 2654 2652 write(str2,'(i2.2)') it … … 2676 2674 ! 2677 2675 #ifdef IOPHYS_DUST 2678 !2679 2676 print *,'INPUT TO PRECUREMISSION' 2680 2677 call iophys_ecrit('ftsol',4,'ftsol','',ftsol)
Note: See TracChangeset
for help on using the changeset viewer.