Opened 6 years ago
Closed 6 years ago
#366 closed defect (fixed)
Problem with tmc_layt
Reported by: | maignan | Owned by: | fuxing |
---|---|---|---|
Priority: | major | Milestone: | IPSLCM6.v1 |
Component: | Physical processes | Version: | trunc |
Keywords: | Cc: |
Description
In thermosoil_humlev, we have:
! The deep layers in thermosoil where hydro is not existing DO jd = nslm+1, ngrnd shum_ngrnd_perma(ji,jd) = shumdiag_perma(ji,nslm) mc_layt(ji,jd) = mc_layh(ji,nslm) mcl_layt(ji,jd) = mcl_layh(ji,nslm) tmc_layt(ji,jd) = tmc_layh(ji,nslm) ENDDO
However we cannot have at the same time the volumetric water content (mc) and the total water content (tmc) equal to those of the nslm layer because the layer depths are varying.
We propose to remove the tmc_layt(ji,jd) line.
Where tmc_layt is used later in thermosoil_getdiff to compute the paca_tmp/pcapa variables, we propose to replace:
tmc_layt(ji,jg) / mille / dlt(jg)
with:
mc_layt(ji,jg)
Reported by Dan Zhu.
Change History (3)
comment:1 Changed 6 years ago by jgipsl
- Owner changed from somebody to fuxing
- Status changed from new to assigned
comment:2 Changed 6 years ago by jgipsl
comment:3 Changed 6 years ago by jgipsl
- Resolution set to fixed
- Status changed from assigned to closed
Done in trunk rev [4619]
Note: See
TracTickets for help on using
tickets.
Mail from Fuxing Wang, 11/09/2017