Changes between Version 245 and Version 246 of doc/app/runtime_parameters


Ignore:
Timestamp:
Feb 4, 2015 11:12:32 AM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v245 v246  
    488488||w* ||Vertical velocity scale of the CBL (horizontal average) ||m/s ||
    489489||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 ||
    490491||umax ||Maximum u-component of the velocity ||m/s ||
    491492||vmax ||Maximum v-component of the velocity ||m/s ||
     
    503504||pt(0) ||Potential temperature at the surface (horizontal average) ||K ||
    504505||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 ||
    506507\\\\
    507508Additionally, 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.\\\\