&initialization_parameters ! !-- grid parameters !------------------------------------------------------------------------------ nx = 39, ny = 39, nz = 80, dx = 50.0, dy = 50.0, dz = 25.0, ! !-- initialization !------------------------------------------------------------------------------ initializing_actions = 'set_constant_profiles', ug_surface = 0.0, ! free convection vg_surface = 0.0, pt_surface = 293.0, pt_vertical_gradient = 0.0, 2.0, pt_vertical_gradient_level = 0.0, 800, day_of_year_init = 232, ! Aug 20 time_utc_init = 39600.0, ! 11:00 UTC ! !-- boundary conditions !------------------------------------------------------------------------------ constant_flux_layer = .TRUE., bc_pt_b = 'dirichlet', ! required when using LSM ! !-- numerics !------------------------------------------------------------------------------ fft_method = 'temperton-algorithm', ! 'fftw' if available / &runtime_parameters ! !-- run steering !------------------------------------------------------------------------------ end_time = 7200.0, ! 2 h create_disturbances = .T., dt_disturb = 150.0, disturbance_energy_limit = 0.01, ! !-- general output settings !------------------------------------------------------------------------------ netcdf_data_format = 2, ! NetCDF3 dt_dots = 0.0, dt_run_control = 60.0, ! !-- profile output settings !------------------------------------------------------------------------------ dt_dopr = 600.0, averaging_interval_pr = 600.0, data_output_pr = '#u', '#v', '#theta', '#km', '#kh', '#l', 'w', 'e', 'e*', 'p', 'w"theta"', 'w*theta*', 'wtheta', 'w*e*', 'theta*2','u*2', 'v*2', 'w*2', '#t_soil', ! !-- 2D and 3D output settings !------------------------------------------------------------------------------ dt_do3d = 60.0, dt_do2d_xy = 60.0, section_xy = 0, ! surface variables only data_output = 'theta', 'w', 'u', 'v', 'us*_xy', 'ghf*_xy', 'shf*_xy', 'tsurf*_xy', 't_soil', / &land_surface_parameters ! !-- soil setup !------------------------------------------------------------------------------ soil_type = 3, soil_moisture = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, soil_temperature = 293, 293, 293, 293, 293, 293, 293, 293, deep_soil_temperature = 293, ! !-- boundary conditions !------------------------------------------------------------------------------ surface_type = 'vegetation', vegetation_type = 1, / &radiation_parameters ! !-- general setup !------------------------------------------------------------------------------ radiation_scheme = 'clear-sky', dt_radiation = 20.0, / &user_parameters ! !-- User-defined setup !------------------------------------------------------------------------------ data_output_user = 'v_h', 'v_h_xy', /