Opened 6 years ago
Closed 4 years ago
#325 closed task (fixed)
Hydrol_split for ae_ns
Reported by: | aducharne | Owned by: | aducharne |
---|---|---|---|
Priority: | minor | Milestone: | ORCHIDEE 4.0 |
Component: | Physical processes | Version: | trunc |
Keywords: | Cc: |
Description
The split of input variables to the soil tiles is performed in hydrol_split_soil and has been simplified in r3402 (see ticket #191).
The case of bare soil evaporation (evapnu splitted to ae_ns) has been left out as it was not working as expected.
It would required further work now that the nobio has been excluded from the soiltile 1 (Ticket #222).
Change History (4)
comment:1 Changed 6 years ago by aducharne
- Milestone changed from IPSLCM6.v1 to ORCHIDEE 3.0
comment:2 Changed 4 years ago by aducharne
- Milestone changed from ORCHIDEE 3.0 to ORCHIDEE 4.0
comment:3 Changed 4 years ago by jgipsl
comment:4 Changed 4 years ago by aducharne
- Resolution set to fixed
- Status changed from new to closed
In revisions [5805] and [5806], the "split" of the (grid-cell) evapnu into the (soitle-scale) ae_ns is now done like for the other variables (in hydrol_split_soil). To ensure conservation, this requires to always keep consistentcy between three variables: evap_bare_lim_ns, evap_bare_lim, and vbeta4. This involved changes in diffuco.
These changes allowed to solve problems of negative total soil moisture reported by Aude Valade in numerical experiments without rainfall.
They probaly solve the pbs reported by Dan Zhu in ticket #438.
Corrections done in the trunk revision [5806] and in branches/ORCHIDEE_2_2 revision [5805].