Changes between Version 147 and Version 148 of doc/app/runtime_parameters
- Timestamp:
- Sep 15, 2010 3:13:08 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/runtime_parameters
v147 v148 462 462 ||pt(0) ||Potential temperature at the surface (horizontal average) ||K || 463 463 ||pt(zp) ||Potential temperature for z = zu(1) (horizontal average) ||K || 464 ||L ||Monin-Obukhov length || ||464 ||L ||Monin-Obukhov length ||m || 465 465 \\\\ 466 466 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.\\\\ … … 855 855 }}} 856 856 {{{#!td 857 no output of masked data 858 before this interval has passed (in s) 857 No output of masked data before this interval has passed (in s).\\\\ 858 This parameter causes that data output activities are starting not before this interval (counting from the beginning of the simulation, t=0) has passed.\\\\ 859 '''Example:'''\\ 860 If the user has set [#dt_domask dt_domask] = ''3600.0'' and '''skip_time_domask''' = ''1800.0'', then the first output will be done at t = 5400 s. 859 861 }}} 860 862 |----------------