Changeset 1314 for palm/trunk/SOURCE/modules.f90
- Timestamp:
- Mar 14, 2014 6:25:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/modules.f90
r1310 r1314 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! + log_z_z0, number_of_sublayers, z0_av_global 23 23 ! 24 24 ! Former revisions: … … 1428 1428 maximum_number_of_tailpoints = 100, & 1429 1429 maximum_number_of_tails = 0, & 1430 number_of_sublayers = 20, & 1430 1431 number_of_initial_particles = 0, number_of_particles = 0, & 1431 1432 number_of_particle_groups = 1, number_of_tails = 0, & … … 1465 1466 sgs_wfv_part = 0.3333333, sgs_wfw_part = 0.3333333, & 1466 1467 time_prel = 0.0, time_sort_particles = 0.0, & 1467 time_write_particle_data = 0.0 1468 time_write_particle_data = 0.0, z0_av_global 1468 1469 1469 1470 REAL, DIMENSION(max_number_of_particle_groups) :: & … … 1472 1473 psn = 9999999.9, psr = 9999999.9, pss = 9999999.9, & 1473 1474 pst = 9999999.9, radius = 9999999.9 1475 1476 REAL, DIMENSION(:), ALLOCATABLE :: log_z_z0 1474 1477 1475 1478 REAL, DIMENSION(:,:,:), ALLOCATABLE :: particle_tail_coordinates
Note: See TracChangeset
for help on using the changeset viewer.