Changeset 601 for palm/trunk/SOURCE
- Timestamp:
- Nov 24, 2010 4:42:38 PM (14 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r600 r601 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! Bugfix in opening of cross section netcdf-files (parallel opening with 7 ! netcdf4 only works for netcdf_data_format > 2) 6 ! 8 7 ! 9 8 ! Former revisions: 10 9 ! ----------------- 11 10 ! $Id$ 11 ! 12 ! 600 2010-11-24 16:10:51Z raasch 13 ! bugfix in opening of cross section netcdf-files (parallel opening with 14 ! netcdf4 only works for netcdf_data_format > 2) 12 15 ! 13 16 ! 564 2010-09-30 13:18:59Z helmke -
palm/trunk/SOURCE/check_parameters.f90
r600 r601 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! change due to new default value of surface_waterflux6 ! 7 7 ! 8 8 ! Former revisions: … … 10 10 ! $Id$ 11 11 ! 12 ! 600 2010-11-24 16:10:51Z raasch 13 ! change due to new default value of surface_waterflux 14 ! 12 15 ! 580 2010-10-05 13:59:11Z heinze 13 ! Renaming of ws_vertical_gradient_level to subs_vertical_gradient_level16 ! renaming of ws_vertical_gradient_level to subs_vertical_gradient_level 14 17 ! 15 18 ! 567 2010-10-01 10:46:30Z helmke -
palm/trunk/SOURCE/modules.f90
r600 r601 5 5 ! Current revisions: 6 6 ! ----------------- 7 ! default values of surface_scalarflux and surface_waterflux changed 8 ! to 9999999.9 7 ! 9 8 ! 10 9 ! Former revisions: 11 10 ! ----------------- 12 11 ! $Id$ 12 ! 13 ! 600 2010-11-24 16:10:51Z raasch 14 ! default values of surface_scalarflux and surface_waterflux changed 15 ! to 9999999.9 13 16 ! 14 17 ! 580 2010-10-05 13:59:11Z heinze -
palm/trunk/SOURCE/netcdf.f90
r600 r601 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! Bugfix concerning check of cross-section levels on netcdf-files to be 10 ! extended (xz,yz) 9 ! 11 10 ! 12 11 ! Former revisions: … … 14 13 ! $Id$ 15 14 ! 15 ! 600 2010-11-24 16:10:51Z raasch 16 ! bugfix concerning check of cross-section levels on netcdf-files to be 17 ! extended (xz,yz) 18 ! 16 19 ! 564 2010-09-30 13:18:59Z helmke 17 20 ! nc_precision changed from 40 masks to 1 mask, start number of mask output … … 19 22 ! 20 23 ! 519 2010-03-19 05:30:02Z raasch 21 ! Particle number defined as unlimited dimension in case of NetCDF4 output,24 ! particle number defined as unlimited dimension in case of NetCDF4 output, 22 25 ! special characters like * and " are now allowed for NetCDF variable names, 23 26 ! replacement of these characters removed, routine clean_netcdf_varname … … 31 34 ! 32 35 ! 359 2009-08-19 16:56:44Z letzel 33 ! For extended NetCDF files, the updated title attribute includes an update of36 ! for extended NetCDF files, the updated title attribute includes an update of 34 37 ! time_average_text where appropriate. 35 38 ! Bugfix for extended NetCDF files: In order to avoid 'data mode' errors if -
palm/trunk/SOURCE/parin.f90
r600 r601 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 600 2010-11-24 16:10:51Z raasch 6 13 ! parameters moved from d3par to inipar: call_psolver_at_all_substeps, 7 14 ! cfl_factor, cycle_mg, mg_cycles, mg_switch_to_pe0_level, ngsrb, nsor, 8 15 ! omega_sor, prandtl_number, psolver, rayleigh_damping_factor, 9 16 ! rayleigh_damping_height, residual_limit 10 !11 ! Former revisions:12 ! -----------------13 ! $Id$14 17 ! 15 18 ! 580 2010-10-05 13:59:11Z heinze -
palm/trunk/SOURCE/read_var_list.f90
r600 r601 4 4 ! Current revisions: 5 5 ! -----------------_ 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 600 2010-11-24 16:10:51Z raasch 6 13 ! +call_psolver_at_all_substeps, cfl_factor, cycle_mg, mg_cycles, 7 14 ! mg_switch_to_pe0_level, ngsrb, nsor, omega_sor, psolver, … … 11 18 ! appear due to one of the additional parameters (cycle_mg) which are now 12 19 ! stored on the restart file 13 !14 ! Former revisions:15 ! -----------------16 ! $Id$17 20 ! 18 21 ! 591 2010-10-28 06:35:52Z helmke -
palm/trunk/SOURCE/write_var_list.f90
r600 r601 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 600 2010-11-24 16:10:51Z raasch 6 13 ! +call_psolver_at_all_substeps, cfl_factor, cycle_mg, mg_cycles, 7 14 ! mg_switch_to_pe0_level, ngsrb, nsor, omega_sor, psolver, 8 15 ! rayleigh_damping_factor, rayleigh_damping_height, residual_limit 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 589 2010-10-27 14:21:29Z heinze
Note: See TracChangeset
for help on using the changeset viewer.