Changeset 1460 for trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
- Timestamp:
- Jun 22, 2015, 9:51:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r1452 r1460 1069 1069 1070 1070 DO iq=1, nqmax 1071 c AS: changement1072 c Pourquoi d_tr_vdf(1,1,iq) et tr_seri(1,1,iq)1073 c et pas d_tr_vdf(:,:,iq) tr_seri(:,:,iq)1074 c Je vois pas en quoi cltrac ne prendrait en compte que le traceur à la surface et au point 1 en klon1075 c1076 1077 c Je garde le source(:,iq) parce que je comprend pas sinon source1078 c dimension(klon,nqmax) et flux dans cltrac (klon) ???1079 1080 c CALL cltrac(dtime,ycoefh,t_seri,1081 c s tr_seri(1,1,iq),source(:,iq),1082 c e paprs, pplay,delp,1083 c s d_tr_vdf(1,1,iq))1084 1071 1085 1072 CALL cltrac(dtime,ycoefh,t_seri, … … 1091 1078 d_tr_vdf(:,:,iq)= d_tr_vdf(:,:,iq)/dtime ! /s 1092 1079 1093 DO k = 1, klev1094 DO i = 1, klon1095 tr_seri(i,k,iq) = tr_seri(i,k,iq) + d_tr_vdf(i,k,iq)1096 d_tr_vdf(i,k,iq)= d_tr_vdf(i,k,iq)/dtime ! /s1097 ENDDO1098 ENDDO1099 1100 1080 ENDDO !nqmax 1101 1081
Note: See TracChangeset
for help on using the changeset viewer.