- Timestamp:
- Feb 13, 2007 8:36:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
- Property svn:keywords set to Id
r1 r2 4 4 ! Actual revisions: 5 5 ! ----------------- 6 ! 6 ! +netcdf_64bit_3d in d3par, revision history cleaned up 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: parin.f90,v $ 10 ! $Id$ 11 ! 11 12 ! Revision 1.57 2007/02/11 13:11:22 raasch 12 13 ! Values of environment variables are now read from file ENVPAR instead of 13 14 ! reading them with a system call, + NAMELIST envpar 14 15 ! 15 ! Revision 1.56 2006/08/22 14:13:56 raasch16 ! +dz_max in inipar17 !18 ! Revision 1.55 2006/08/04 14:53:43 raasch19 ! +use_upstream_for_tke20 !21 ! Revision 1.54 2006/03/17 08:45:44 raasch22 ! +skip_time_data_output_av23 !24 ! Revision 1.53 2006/02/23 12:46:19 raasch25 ! parameters for 2d/3d averaging,26 ! +conserve_volume_flow, dissipation_1d, e_min, mixing_length_1d, topography, &27 ! wall_heatflux in inipar,28 ! +data_output, netcdf_64bit, skip_time_dosp, skip_time_dopr, etc. in d3par,29 ! allocation of nanz_2dh and nanz_3d moved to init_3d_model, ebene renamed30 ! section, average_period_pr1d removed, average_period_pl1d renamed31 ! averaging_interval_pr, dt_average renamed dt_averaging_input_pr,32 ! +parameters for single building topography settings33 !34 ! Revision 1.52 2005/06/29 10:21:15 steinfeld35 ! +ug_surface, ug_vertical_gradient, ug_vertical_gradient_level,36 ! vg_surface, vg_vertical_gradient, vg_vertical_gradient_level in inipar;37 ! arrays ug and vg are allocated during initialization runs38 !39 ! Revision 1.51 2005/06/26 20:06:26 raasch40 ! +cloud_droplets in inipar41 !42 ! Revision 1.50 2005/05/18 15:40:49 raasch43 ! +netcdf_precision in inipar, +data_output_format in d3par44 !45 ! Revision 1.49 2005/04/23 09:35:23 raasch46 ! fcl_factor renamed cfl_factor47 !48 ! Revision 1.48 2005/03/26 20:42:17 raasch49 ! +bc_lr, bc_ns, call_psolver_at_all_substeps, inflow_disturbance_begin, &50 ! inflow_disturbance_end, km_damp_max, outflow_damping_width in inipar51 !52 ! Revision 1.47 2004/04/30 12:32:06 raasch53 ! +grid_matching in inipar, impulse_advec renamed momentum_advec54 !55 ! Revision 1.46 2003/10/29 09:03:06 raasch56 ! +mg_cycles, mg_switch_to_pe0_level in d3par57 !58 ! Revision 1.45 2003/03/16 09:42:23 raasch59 ! Two underscores (_) are placed in front of all define-strings60 !61 ! Revision 1.44 2003/03/14 13:45:24 raasch62 ! +random_generator in inipar63 !64 ! Revision 1.43 2003/03/12 16:35:55 raasch65 ! Reading of environment variable tasks_per_node moved from poisfft_hybrid66 ! to here67 !68 ! Revision 1.42 2002/12/19 15:55:31 raasch69 ! Saving preliminary process-id-string for opening unit 14 (binary output for70 ! restart). Array hom is allocated during first run only, allocation during71 ! restart runs will now be done in read_var_list.72 ! +dt_restart, restart_time in d3par, STOP statement replaced by call of73 ! subroutine local_stop74 !75 ! Revision 1.41 2002/04/16 08:10:50 raasch76 ! +bc_s_b, bc_s_t, surface_scalarflux, s_surface, s_surface_initial_change,77 ! s_vertical_gradient, s_vertical_gradient_level in inipar78 !79 ! Revision 1.40 2001/08/21 09:54:27 raasch80 ! MPI_COMM_WORLD replaced by comm_palm, +wall_adjustment in inipar81 !82 ! Revision 1.39 2001/07/20 13:10:07 raasch83 ! +cycle_mg, ngsrb, residual_limit in d3par84 !85 ! Revision 1.38 2001/03/30 07:43:55 raasch86 ! Translation of remaining German identifiers (variables, subroutines, etc.),87 ! namelist d3par can also be omitted in the initial run88 !89 ! Revision 1.37 2001/01/29 12:30:26 raasch90 ! +passive_scalar in inipar91 !92 ! Revision 1.36 2001/01/25 07:17:39 raasch93 ! +fft_method, use_surface_fluxes in inipar94 !95 ! Revision 1.35 2001/01/02 17:32:13 raasch96 ! Unit 11 closed at the end of the subroutine97 !98 ! Revision 1.34 2000/12/28 13:24:51 raasch99 ! Call of package_parin. dt_dvrp and threshold moved100 ! from d3par to other namelists in subroutine package_parin101 !102 ! Revision 1.33 2000/04/27 06:55:20 raasch103 ! +npex, npey in initial parameter list, comments have to be translated yet,104 ! -dt_plisos, dt_plpart, +dt_dvrp, threshold, in run-time parameter list,105 ! all comments translated into English, old revision remarks deleted106 !107 ! Revision 1.32 2000/04/13 13:03:06 schroeter108 ! Erweitern der Parameterlist fuer Wolkenphysik109 !110 ! Revision 1.31 2000/01/10 10:05:55 10:05:55 raasch (Siegfried Raasch)111 ! +use_ug_for_galilei_tr112 !113 16 ! Revision 1.1 1997/07/24 11:22:50 raasch 114 17 ! Initial revision … … 187 90 dt_do2d_yz, dt_do3d, dt_restart, dt_run_control, & 188 91 end_time, force_print_header, mg_cycles, & 189 mg_switch_to_pe0_level, netcdf_64bit, n gsrb, &190 n ormalizing_region, nsor, nz_do3d, omega_sor, &92 mg_switch_to_pe0_level, netcdf_64bit, netcdf_64bit_3d, & 93 ngsrb, normalizing_region, nsor, nz_do3d, omega_sor, & 191 94 prandtl_number, profile_columns, profile_rows, psolver, & 192 95 rayleigh_damping_factor, rayleigh_damping_height, &
Note: See TracChangeset
for help on using the changeset viewer.