Changeset 6144 for branches/ORCHIDEE_2_2/ORCHIDEE
- Timestamp:
- 2019-07-30T17:29:11+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/slowproc.f90
r5941 r6144 2730 2730 textfrac_table(3,3) * textrefrac(ib,3)+textfrac_table(4,3) * textrefrac(ib,4) + & 2731 2731 textfrac_table(5,3) * textrefrac(ib,5)+textfrac_table(7,3) * textrefrac(ib,7) 2732 2732 2733 sandfraction(ib) = textfrac_table(1,2) * textrefrac(ib,1)+textfrac_table(2,2) * textrefrac(ib,2) + & 2733 2734 textfrac_table(3,2) * textrefrac(ib,3)+textfrac_table(4,2) * textrefrac(ib,4) + & 2734 2735 textfrac_table(5,2) * textrefrac(ib,5)+textfrac_table(7,2) * textrefrac(ib,7) 2735 2736 2736 siltfraction(ib) = textfrac_table(1, 2) * textrefrac(ib,1)+textfrac_table(2,2) * textrefrac(ib,2) + &2737 textfrac_table(3, 2) * textrefrac(ib,3)+textfrac_table(4,2) * textrefrac(ib,4) + &2738 textfrac_table(5, 2) * textrefrac(ib,5)+textfrac_table(7,2) * textrefrac(ib,7)2737 siltfraction(ib) = textfrac_table(1,1) * textrefrac(ib,1)+textfrac_table(2,1) * textrefrac(ib,2) + & 2738 textfrac_table(3,1) * textrefrac(ib,3)+textfrac_table(4,1) * textrefrac(ib,4) + & 2739 textfrac_table(5,1) * textrefrac(ib,5)+textfrac_table(7,1) * textrefrac(ib,7) 2739 2740 2740 2741 sgn=SUM(soilclass(ib,1:3))
Note: See TracChangeset
for help on using the changeset viewer.