Changeset 104 for branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba
- Timestamp:
- 2011-02-11T15:20:41+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_sechiba/condveg.f90
r64 r104 1165 1165 INTEGER(i_std) :: ks, jv 1166 1166 ! 1167 !!$ DS :Correction 11/02/2011 : update 2D parameters 1168 !!$ before the components were updated but not the parameter itself! 1169 alb_leaf(1:nvm) = alb_leaf_vis(:) 1170 alb_leaf(nvm+1:2*nvm) = alb_leaf_nir(:) 1171 !!$ maybe we could use directly alb_leaf_vis and alb_leaf_nir in alb_leaf_temp 1172 ! 1173 !!$ alb_leaf_tmp(:,1) = alb_leaf_vis(:) 1174 !!$ alb_leaf_tmp(:,2) = alb_leaf_nir(:) 1175 ! 1167 1176 alb_leaf_tmp(:,1) = alb_leaf(1:nvm) 1168 1177 alb_leaf_tmp(:,2) = alb_leaf(nvm+1:2*nvm)
Note: See TracChangeset
for help on using the changeset viewer.