Changeset 1705
- Timestamp:
- Nov 2, 2015 2:28:56 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_layer_fluxes.f90
r1698 r1705 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Typo removed 22 22 ! 23 23 ! Former revisions: … … 136 136 INTEGER(iwp) :: i !< loop index x direction 137 137 INTEGER(iwp) :: j !< loop index y direction 138 INTEGER(iwp) :: k !< loop inde yz direction138 INTEGER(iwp) :: k !< loop index z direction 139 139 140 140 INTEGER(iwp), PARAMETER :: num_steps = 15000 !< number of steps in the lookup table -
palm/trunk/SOURCE/write_var_list.f90
r1692 r1705 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix: two lines required swapping 22 22 ! 23 23 ! Former revisions: … … 278 278 WRITE ( 14 ) conserve_volume_flow_mode 279 279 WRITE ( 14 ) 'coupling_start_time ' 280 WRITE ( 14 ) coupling_start_time 280 281 WRITE ( 14 ) 'constant_flux_layer ' 281 282 WRITE ( 14 ) constant_flux_layer 282 WRITE ( 14 ) coupling_start_time283 283 WRITE ( 14 ) 'current_timestep_number ' 284 284 WRITE ( 14 ) current_timestep_number
Note: See TracChangeset
for help on using the changeset viewer.