wiki:Documentation/CouplingLMDZ

Version 1 (modified by peylin, 10 years ago) (diff)

--

1-EVAPORATION

1-a. evaporation during coupling (beta problem).

(a). In the trunk of ORCHIDEE, the stress factor beta is missing in the denominator in the sensitivity of the latent heat flux to the surface temperature at the old time step. This is coded in enerbil: e.g., larsub_old = chalsu0 * vbeta1 * (un - vbeta5) * (peqBcoef - qsol_sat) / (zikq - peqAcoef) This is not consistent with the surface energy budget equation and can lead to energy conservation problem. It has been decided re-introduce the beta and take the following formulation for Orchidee.trunk:

larsub_old = chalsu0 * vbeta1 * (un - vbeta5) * (peqBcoef - qsol_sat) / (zikq - vbeta1 * (un - vbeta5)* peqAcoef)

1-b. However the implementation of the potential evaporation formula (established for a moist surface {ETP=rau/ra*[qs(T*)-qa]} ) is not satisfactory; it considers qstat(Ts) and not qsat(T*), temperature of a moist surface and thus over-estimates the evaporation. In the present version, this is tackled by correcting the bare soil evaporation afterwards with the Milly approach.

Jan proposed improved approaches based on the Penman-Monteith method for ETP. They have been developed by Anais Barella during her PhD thesis and tested in forced mode. The correct surface energy budget equation for the implicit coupling is not yet available and work has to be done before implementing this approach in Orchidee.trunk. http://www.lmd.polytechnique.fr/~intro/Files/2014_These_Barella.pdf). It is stressed by all the participants that improvements on the stress factor are important and that Anais work is a first step in this direction. However, a clear formulation for each approach must be well documented.

2-RADIATION

In order to save computing time, the time step of the radiation code is longer than other components of the model (rest of the atmospheric physics and LSM). If the radiation budget of each component is updated at a shorter time step, the energy is not conserved. This is the case in the ORCHIDEE.trunk version where the LWnet (lwup) is calculated separately in LMDZ and ORCHIDEE. An option which favors the energy conservation (practically the LWup is updated only when radiative code is activated) has been introduced by Fuxing and Jean-Louis.

It is recognized that none of the option is satisfactory and that improvement is needed. However, in the mean time it is required that both option are available in Orchidee.trunk to be able to check for energy conservation problems (the option favoring energy conservation has to be committed in the trunk).

To go further some work is necessary on the LMDZ and ORCHIDEE sides as well as on the interface.

  • LMDZ is currently implementing a new radiation code (RRTM) for the SW radiation, which will allow to increase the number of spectral bands for the albedo (expecting that the spectral bands are consistent with the one adopted for the albedo calculation in Orchidee). A post-doc student is working at LMD on the implementation of the new radiative code.
  • ORCHIDEE will give to LMDZ an averaged (over the time-steps at which the radiation is not called) radiative temperature, emissivity and albedo
  • The interface variables have to be redefined (net LW and SW radiation, in several bands ?, emissivity, albedo, radiative temperature) but this has to be documented very clearly. It is stressed that these developments can suppress the backward compatibility.

Attachments (9)