Changes between Version 248 and Version 249 of doc/app/runtime_parameters
- Timestamp:
- Mar 4, 2015 4:08:56 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v248 v249 130 130 ||qsws_eb* ||surface latent heat flux (from energy balance) ||W/m^2 ||only horizontal cross section is allowed || 131 131 ||qsws_liq_eb* ||surface latent heat flux due to evaporation/condensation of liquid water on plants ||W/m^2 ||only horizontal cross section is allowed || 132 ||qsws_soil_eb* ||surface latent heat flux due to evaporation of bare soil||W/m^2 ||only horizontal cross section is allowed ||132 ||qsws_soil_eb* ||surface latent heat flux due to evaporation/precipitation of bare soil ||W/m^2 ||only horizontal cross section is allowed || 133 133 ||qsws_veg_eb* ||surface latent heat flux due to transpiration of plants ||W/m^2 ||only horizontal cross section is allowed || 134 134 ||shf_eb* ||surface sensible heat flux (from energy balance) ||W/m^2 ||only horizontal cross section is allowed || … … 531 531 ||pt(zp) ||Potential temperature for z = zu(1) (horizontal average) ||K || 532 532 ||mo_L ||Monin-Obukhov length (for dry air) ||m || 533 \\ 534 The following quantities can be additionally output when the [wiki:doc/tec/lsm land surface model (LSM)] is used: 535 ||='''Quantity name''' =||='''Meaning''' =||='''Unit''' =|| 536 ||ghf_eb ||ground (soil) heat flux (horizontal average) ||W/m^2 || 537 ||qsws_eb ||surface latent heat flux (from energy balance, horizontal average) ||W/m^2 || 538 ||qsws_liq_eb ||surface latent heat flux due to evaporation/condensation of liquid water on plants (from energy balance, horizontal average) ||W/m^2 || 539 ||qsws_soil_eb ||surface latent heat flux due to bare soil evaporation/precipitation (horizontal average) ||W/m^2 || 540 ||qsws_veg_eb ||surface latent heat flux due to transpiration of plants (from energy balance, horizontal average) ||W/m^2 || 541 ||shf_eb ||surface sensible heat flux (from energy balance, horizontal average) ||W/m^2 || 542 533 543 \\\\ 534 544 Additionally, the user can add his own timeseries quantities to the file, by using the user-interface subroutines [[../userint/int#user_init|user_init.f90]] and [[../userint/int#user_statistics|user_statistics.f90]] These routines contain (as comment lines) a simple example how to do this.\\\\