!------------------------------------------------------------------------------- !-- INITIALIZATION PARAMETER NAMELIST ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/inipar !------------------------------------------------------------------------------- &inipar ! !-- grid parameters !------------------------------------------------------------------------------ nx = 39, ny = 39, nz = 40, dx = 50.0, dy = 50.0, dz = 50.0, dz_stretch_level = 1200.0, ! !-- initialization !------------------------------------------------------------------------------ initializing_actions = 'set_constant_profiles', ug_surface = 5.0, vg_surface = 0.0, pt_surface = 293.0, pt_vertical_gradient = 0.0, 1.0, pt_vertical_gradient_level = 0.0, 800, ! q_surface = 0.013, ! mixing ratio ! !-- boundary conditions !------------------------------------------------------------------------------ constant_flux_layer = .TRUE., ! ! most_method = 'newton', ! due to heterogeneous surface bc_pt_b = 'dirichlet', ! required when using LSM bc_q_b = 'dirichlet', ! required when using LSM ! !-- mode !------------------------------------------------------------------------------ humidity = .TRUE., precipitation = .FALSE., ! !-- numerics !------------------------------------------------------------------------------ fft_method = 'temperton-algorithm', / ! end of initialization parameter namelist !------------------------------------------------------------------------------- !-- RUNTIME PARAMETER NAMELIST ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par !------------------------------------------------------------------------------- &d3par ! !-- run steering !------------------------------------------------------------------------------ end_time = 120.0, create_disturbances = .TRUE., disturbance_energy_limit = 0.01, ! !-- general output settings !------------------------------------------------------------------------------ netcdf_data_format = 2, ! use NetCDF3 dt_run_control = 0.0, dt_data_output = 3600.0, averaging_interval = 1800.0, ! !-- profile output settings !------------------------------------------------------------------------------ dt_dopr = 900.0, averaging_interval_pr = 900.0, data_output_pr = '#u', '#v', '#pt', '#km', '#kh', '#l', 'w', 'e', 'e*', 'p', 'w"pt"', 'w*pt*', 'wpt', 'w*e*', 'pt*2','u*2', 'v*2', 'w*2', '#t_soil', ! !-- 2D and 3D output settings !------------------------------------------------------------------------------ section_xy = 0, ! surface variables only data_output = 'pt', 'vpt', 'q', 'u', 'v', 'w', 't_soil', 't_soil_av', 'm_soil', 'm_soil_av', 'u*_xy', 'u*_xy_av', 't*_xy', 't*_xy_av', 'r_a*_xy', 'r_a*_xy_av', 'r_s*_xy', 'r_s*_xy_av', 'ghf*_xy', 'ghf*_xy_av', 'shf*_xy', 'shf*_xy_av', 'qsws_liq*_xy', 'qsws_liq*_xy_av', 'qsws_soil*_xy', 'qsws_soil*_xy_av', 'qsws_veg*_xy', 'qsws_veg*_xy_av', 'c_liq*_xy', 'c_liq*_xy_av', 'c_soil*_xy', 'c_soil*_xy_av', 'c_veg*_xy', 'c_veg*_xy_av', / ! end of runtime parameter namelist !------------------------------------------------------------------------------- !-- LAND-SURFACE PARAMETER NAMELIST ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar !------------------------------------------------------------------------------- &lsm_par ! !-- soil setup !------------------------------------------------------------------------------ soil_type = 3, dz_soil = 0.01, 0.02, 0.04, 0.07, 0.15, 0.21, 0.72, 1.89, soil_temperature = 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, 293.0, soil_moisture = 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, ! !-- boundary conditions !------------------------------------------------------------------------------ surface_type = 'vegetation', vegetation_type = 2, vegetation_coverage = 0.95, c_surface = 0.0, conserve_water_content = .TRUE., / ! end of land-surface parameter namelist !------------------------------------------------------------------------------- !-- RADIATION PARAMETER NAMELIST ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar !------------------------------------------------------------------------------- &radiation_par ! !-- general setup !------------------------------------------------------------------------------ radiation_scheme = 'clear-sky', dt_radiation = 60.0, / ! end of radiation parameter namelist