Changes in palm/trunk/SOURCE/parin.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/parin.f90
- Property svn:keywords deleted
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! +netcdf_64bit_3d in d3par, 12 ! RCS Log replace by Id keyword, revision history cleaned up 13 ! 10 ! $Log: parin.f90,v $ 14 11 ! Revision 1.57 2007/02/11 13:11:22 raasch 15 12 ! Values of environment variables are now read from file ENVPAR instead of 16 13 ! reading them with a system call, + NAMELIST envpar 17 14 ! 15 ! Revision 1.56 2006/08/22 14:13:56 raasch 16 ! +dz_max in inipar 17 ! 18 ! Revision 1.55 2006/08/04 14:53:43 raasch 19 ! +use_upstream_for_tke 20 ! 21 ! Revision 1.54 2006/03/17 08:45:44 raasch 22 ! +skip_time_data_output_av 23 ! 24 ! Revision 1.53 2006/02/23 12:46:19 raasch 25 ! 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 renamed 30 ! section, average_period_pr1d removed, average_period_pl1d renamed 31 ! averaging_interval_pr, dt_average renamed dt_averaging_input_pr, 32 ! +parameters for single building topography settings 33 ! 34 ! Revision 1.52 2005/06/29 10:21:15 steinfeld 35 ! +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 runs 38 ! 39 ! Revision 1.51 2005/06/26 20:06:26 raasch 40 ! +cloud_droplets in inipar 41 ! 42 ! Revision 1.50 2005/05/18 15:40:49 raasch 43 ! +netcdf_precision in inipar, +data_output_format in d3par 44 ! 45 ! Revision 1.49 2005/04/23 09:35:23 raasch 46 ! fcl_factor renamed cfl_factor 47 ! 48 ! Revision 1.48 2005/03/26 20:42:17 raasch 49 ! +bc_lr, bc_ns, call_psolver_at_all_substeps, inflow_disturbance_begin, & 50 ! inflow_disturbance_end, km_damp_max, outflow_damping_width in inipar 51 ! 52 ! Revision 1.47 2004/04/30 12:32:06 raasch 53 ! +grid_matching in inipar, impulse_advec renamed momentum_advec 54 ! 55 ! Revision 1.46 2003/10/29 09:03:06 raasch 56 ! +mg_cycles, mg_switch_to_pe0_level in d3par 57 ! 58 ! Revision 1.45 2003/03/16 09:42:23 raasch 59 ! Two underscores (_) are placed in front of all define-strings 60 ! 61 ! Revision 1.44 2003/03/14 13:45:24 raasch 62 ! +random_generator in inipar 63 ! 64 ! Revision 1.43 2003/03/12 16:35:55 raasch 65 ! Reading of environment variable tasks_per_node moved from poisfft_hybrid 66 ! to here 67 ! 68 ! Revision 1.42 2002/12/19 15:55:31 raasch 69 ! Saving preliminary process-id-string for opening unit 14 (binary output for 70 ! restart). Array hom is allocated during first run only, allocation during 71 ! restart runs will now be done in read_var_list. 72 ! +dt_restart, restart_time in d3par, STOP statement replaced by call of 73 ! subroutine local_stop 74 ! 75 ! Revision 1.41 2002/04/16 08:10:50 raasch 76 ! +bc_s_b, bc_s_t, surface_scalarflux, s_surface, s_surface_initial_change, 77 ! s_vertical_gradient, s_vertical_gradient_level in inipar 78 ! 79 ! Revision 1.40 2001/08/21 09:54:27 raasch 80 ! MPI_COMM_WORLD replaced by comm_palm, +wall_adjustment in inipar 81 ! 82 ! Revision 1.39 2001/07/20 13:10:07 raasch 83 ! +cycle_mg, ngsrb, residual_limit in d3par 84 ! 85 ! Revision 1.38 2001/03/30 07:43:55 raasch 86 ! Translation of remaining German identifiers (variables, subroutines, etc.), 87 ! namelist d3par can also be omitted in the initial run 88 ! 89 ! Revision 1.37 2001/01/29 12:30:26 raasch 90 ! +passive_scalar in inipar 91 ! 92 ! Revision 1.36 2001/01/25 07:17:39 raasch 93 ! +fft_method, use_surface_fluxes in inipar 94 ! 95 ! Revision 1.35 2001/01/02 17:32:13 raasch 96 ! Unit 11 closed at the end of the subroutine 97 ! 98 ! Revision 1.34 2000/12/28 13:24:51 raasch 99 ! Call of package_parin. dt_dvrp and threshold moved 100 ! from d3par to other namelists in subroutine package_parin 101 ! 102 ! Revision 1.33 2000/04/27 06:55:20 raasch 103 ! +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 deleted 106 ! 107 ! Revision 1.32 2000/04/13 13:03:06 schroeter 108 ! Erweitern der Parameterlist fuer Wolkenphysik 109 ! 110 ! Revision 1.31 2000/01/10 10:05:55 10:05:55 raasch (Siegfried Raasch) 111 ! +use_ug_for_galilei_tr 112 ! 18 113 ! Revision 1.1 1997/07/24 11:22:50 raasch 19 114 ! Initial revision … … 92 187 dt_do2d_yz, dt_do3d, dt_restart, dt_run_control, & 93 188 end_time, force_print_header, mg_cycles, & 94 mg_switch_to_pe0_level, netcdf_64bit, n etcdf_64bit_3d, &95 n gsrb, normalizing_region, nsor, nz_do3d, omega_sor, &189 mg_switch_to_pe0_level, netcdf_64bit, ngsrb, & 190 normalizing_region, nsor, nz_do3d, omega_sor, & 96 191 prandtl_number, profile_columns, profile_rows, psolver, & 97 192 rayleigh_damping_factor, rayleigh_damping_height, &
Note: See TracChangeset
for help on using the changeset viewer.