Opened 7 years ago
Closed 7 years ago
#262 closed enhancement (fixed)
Calculate veget from Pgap
Reported by: | luyssaert | Owned by: | luyssaert |
---|---|---|---|
Priority: | major | Milestone: | IPSLCM6.v2 |
Component: | Physical processes | Version: | |
Keywords: | Cc: |
Description
(1) add a subroutine to calculate veget from Pgap (rather than from Lambert Beer). Using Pgap implies that the canopy cover will be calculated as a function of LAI and stand structure. (2) call the new veget routine at all instances were veget is used in a calculation
Change History (5)
comment:1 Changed 7 years ago by luyssaert
comment:2 Changed 7 years ago by luyssaert
- Owner changed from somebody to luyssaert
- Status changed from new to accepted
comment:3 Changed 7 years ago by luyssaert
- Resolution set to fixed
- Status changed from accepted to closed
comment:4 Changed 7 years ago by luyssaert
- Resolution fixed deleted
- Status changed from closed to reopened
The ticket was re-opened because this tasks needs to be redone for the merge with the trunk.
comment:5 Changed 7 years ago by luyssaert
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
veget is calculated from Pgap in slowproc where it is INTENT(out). It is now consistent with the canopy and photosynthesis scheme. Veget is INTENT(in) in all other routines (except slowproc_initialize, slowproc_init, slowproc_main, slowproc_veget and slowproc_interpol).