Changes between Version 16 and Version 17 of doc/app/examples/cbl
- Timestamp:
- Sep 16, 2010 12:52:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/examples/cbl
v16 v17 36 36 The initial profiles for wind and temperature can be assigned via [../../inipar#initializing_actions initializing_actions]'' = 'set_constant_profiles'.'' The wind speed, constant with height, amounts to [../../inipar#ug_surface ug_surface]'' = ''[../../inipar#vg_surface vg_surface]'' = 0.0 m/s.'' In order to allow for a fast onset of convection, a neutral stratified layer up to ''z = 800 m'' capped by an inversion with ''dtheta/dz = 1K/100 m'' is given: [../../inipar#pt_vertical_gradient pt_vertical_gradient]'' = 0.0, 1.0,'' [../../inipar#pt_vertical_gradient_level pt_vertical_gradient_level]'' = 0.0, 800.0.'' The surface temperature, which by default amounts to ''300 K'', provides the fixed point for the temperature profile (see [../../inipar#pt_surface pt_surface]). Convection is driven by a given, near-surface sensible heat flux via [../../inipar#surface_heatflux surface_heatflux]'' = 0.1 K m/s''. A given surface sensible heta flux requires the bottom boundary condition for potential temperature to be [../../inipar#bc_pt_b bc_pt_b]'' = 'neumann'.'' Thus all initialization parameters are determined. These can not be changed during the run (also not for restart runs). 37 37 38 Now the run parameters ([../../d3par &d3par] ) must be specified. To produce a quasi stationary boundary layer the simulated time should be at least one hour, i.e. [../../d3par#end_time end_time]'' = 3600 s.'' To stimulate convection, the initially homogeneous (zero) wind field must be disturbed ([../../d3par#create_disturbances create_disturbances]'' = .T.''). These perturbations should be repeated in a temporal interval of [../../d3par#dt_disturb dt_disturb]'' = 150.0 s'' until the energy of the perturbations exceeds the value [../../d3par#disturbance_energy_limit disturbance_energy_limit]'' = 0.01 m^2^/s^2^''. After each time step run time informations (e.g. size of the timestep, maximum velocities, etc.) are to be written to the local file [../../iofiles#RUN_CONTROL #RUN_CONTROL] ([../../d3par#dt_run_control dt_run_control]'' = 0.0 s'').38 Now the run parameters ([../../d3par &d3par] ) must be specified. To produce a quasi stationary boundary layer the simulated time should be at least one hour, i.e. [../../d3par#end_time end_time]'' = 3600 s.'' To stimulate convection, the initially homogeneous (zero) wind field must be disturbed ([../../d3par#create_disturbances create_disturbances]'' = .T.''). These perturbations should be repeated in a temporal interval of [../../d3par#dt_disturb dt_disturb]'' = 150.0 s'' until the energy of the perturbations exceeds the value [../../d3par#disturbance_energy_limit disturbance_energy_limit]'' = 0.01 m^2^/s^2^''. After each time step run time informations (e.g. size of the timestep, maximum velocities, etc.) are to be written to the local file [../../iofiles#RUN_CONTROL RUN_CONTROL] ([../../d3par#dt_run_control dt_run_control]'' = 0.0 s''). 39 39 40 40 Instantaneous cross section data of vertical velocity (''w'') and potential temperature (''pt'') are to be output for horizontal (''xy'') and vertical (''xz'') cross sections, and additionally, time averaged (''av'') vertical cross section data are to be output for the vertical velocity: [../../d3par#data_output data_output]'' = 'w_xy', 'w_xz', 'w_xz_av', 'pt_xy', 'pt_xz'.'' Output of instantaneous (time averaged) data is done after each ''900 (1800)s'': [../../d3par#dt_data_output dt_data_output]'' = 900.0,'' [../../d3par#dt_data_output_av dt_data_output_av]'' = 1800.0.'' The averaged data are time averaged over the last ''900.0 s'', where the temporal interval of data entering the average is ''10 s'': [../../d3par#averaging_interval averaging_interval]'' = 900.0,'' [../../d3par#dt_averaging_input dt_averaging_input]'' = 10.0.'' Horizontal cross sections are output for vertical levels with grid index ''k=2'' and ''k=10,'' vertical cross sections are output for index ''j=20'': [../../d3par#section_xy section_xy]'' = 2, 10, '' [../../d3par#section_xz section_xz]'' = 20.'' For runs on more than one processor, cross section data are collected and output on PE0: [../../d3par#data_output_2d_on_each_pe data_output_2d_on_each_pe]'' = .F.''.