Opened 2 years ago
Closed 21 months ago
#799 closed defect (fixed)
Integrate the developments of Salma from 2.2 into the trunk
Reported by: | bguenet | Owned by: | bguenet |
---|---|---|---|
Priority: | major | Milestone: | ORCHIDEE 4.1 |
Component: | Anthropogenic processes | Version: | |
Keywords: | Cc: |
Change History (8)
comment:1 Changed 2 years ago by luyssaert
- Milestone changed from ORCHIDEE 4.3 to ORCHIDEE 4.1
comment:2 Changed 2 years ago by bguenet
- Resolution set to fixed
- Status changed from new to closed
comment:3 follow-up: ↓ 5 Changed 2 years ago by bguenet
comment:4 Changed 22 months ago by jgipsl
For record: changeset [7377] showed changes in results seen by the trusting. Among the changes done in the commit, only the 2 following in hydrol.f90 are responsible for the change in results:
1) In following lines, the borne 0,1 are added :
DO jv=1,nvm tmc_pft(:,jv) = MAX(tmc(:,pref_soil_veg(jv)),tmcr(:,pref_soil_veg(jv))) swc_pft(:,jv) = MIN(un, (MAX(zero, (( tmc(:,pref_soil_veg(jv)) tmcr(:,pref_soil_veg(jv)) ) & / ( tmcs(:,pref_soil_veg(jv)) - tmcr(:,pref_soil_veg(jv))))))) ENDDO
2) The calculation of kfact_root changed (in hydrol_soil). It know goes over all soil layers instead of stopping at root_depth
comment:5 in reply to: ↑ 3 Changed 22 months ago by jgipsl
comment:6 follow-up: ↓ 7 Changed 22 months ago by jgipsl
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7 in reply to: ↑ 6 Changed 21 months ago by jgipsl
comment:8 Changed 21 months ago by bguenet
- Resolution set to fixed
- Status changed from reopened to closed
Done in [7536]. We close the ticket
Note: See
TracTickets for help on using
tickets.
Done in rev [7377] : this takes into account following changsets done on the branch ORCHIDEE_2_2: [6954], [7239], [7260]
Still to be done: [7325], [7200]
To checked: [7432], [7375]