Opened 5 months ago
Last modified 3 months ago
#821 reopened enhancement
Revisions of branch 2.2 worth being integrated into the trunk
Reported by: | aducharne | Owned by: | bguenet |
---|---|---|---|
Priority: | minor | Milestone: | ORCHIDEE 4.3 |
Component: | Physical processes | Version: | trunc |
Keywords: | Cc: |
Description (last modified by jgipsl)
Please find below a list of committs in branch 2.2 (mostly by Agnès), which may be considered into the trunk, in chronological order:
1) r7264: Makes all keywords related to SPREAD_PREC include an A in spreAd, cf ticket #730, comment 5 and on. All forms with SPRED_PREC get deprecated. The file orchidee.default is adapted, and now includes info on SPREAD_PREC_SEC and SPREAD_PREC_CONT (only used by new driver). The configurations, however, have not yet been updated (done in r7421 with other changes).
2) r7339: Field capacity and wilting point are now calculated in slowproc_soilt, instead of being defined in constantes_soil_var for each texture class.
3) r7432: Changes to make the IMPOSE_SOILT mode functional. This mode is not anymore dependent on IMPOSE_VEG, as in the trunk so we can impose soil properties even when we read a vegetation map. New features compared to the trunk: 1) A new output variable is added to export "ksref" before being vertically modified; 2) With IMPOSE_SOILT, we can either impose a certain USDA texture (via SOIL_FRACTIONS) and this propagates to all the soil parameters, but we can as well impose specific parameters in isolation (with a default texture as Loam).
4) r7442: Corrects units and improves comments for REINF_SLOPE and SLOPE_NOREINF.
5) r7443 + r7444: Corrects comments regarding WETNESS_TRANSPIR_MAX.
Change History (7)
comment:1 Changed 5 months ago by aducharne
- Owner changed from somebody to bguenet
- Status changed from new to assigned
- Type changed from defect to enhancement
comment:2 Changed 5 months ago by jgipsl
- Description modified (diff)
comment:3 Changed 5 months ago by jgipsl
comment:4 Changed 4 months ago by jgipsl
6) r7337 : Simplification of soil texture processing (this commit was forgotten in the list above). This merge needs to be done before 2).
comment:5 Changed 3 months ago by jgipsl
comment:6 Changed 3 months ago by bguenet
- Resolution set to fixed
- Status changed from assigned to closed
comment:7 Changed 3 months ago by aducharne
- Resolution fixed deleted
- Status changed from closed to reopened
1) Done [7460] : change all occurrences of SPRED_PREC in source and config. Corresponds to the first issue above.