Changes between Version 245 and Version 246 of doc/app/runtime_parameters
- Timestamp:
- Feb 4, 2015 11:12:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v245 v246 488 488 ||w* ||Vertical velocity scale of the CBL (horizontal average) ||m/s || 489 489 ||th* ||Temperature scale (Prandtl layer), defined as w"pt"0 / u* (horizontal average)||K || 490 ||q* ||Humidity scale (Prandtl layer), defined as w"q"0 / u* (horizontal average)||kg/kg || 490 491 ||umax ||Maximum u-component of the velocity ||m/s || 491 492 ||vmax ||Maximum v-component of the velocity ||m/s || … … 503 504 ||pt(0) ||Potential temperature at the surface (horizontal average) ||K || 504 505 ||pt(zp) ||Potential temperature for z = zu(1) (horizontal average) ||K || 505 || L ||Monin-Obukhov length (for dry air) ||m ||506 ||mo_L ||Monin-Obukhov length (for dry air) ||m || 506 507 \\\\ 507 508 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.\\\\