Changeset 355


Ignore:
Timestamp:
Jul 17, 2009 1:03:01 AM (15 years ago)
Author:
letzel
Message:
  • Bugfix: to_be_resorted => s_av for time-averaged scalars (data_output_2d, data_output_3d)
Location:
palm/trunk/SOURCE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r354 r355  
    110110Errors:
    111111------
    112 Bugfix: error in formatting the output (message.f90)
     112Bugfix: to_be_resorted => s_av for time-averaged scalars (data_output_2d, data_output_3d)
     113
     114Bugfix: error in formatting the output (message)
    113115
    114116Bugfix: avoid that ngp_2dh_s_inner becomes zero (init_3_model)
     
    149151Bugfix: initial setting of time_coupling in coupled restart runs (time_integration)
    150152
    151 advec_particles, check_parameters, cpu_log, data_output_2d, header, init_3d_model, init_particles, modules, netcdf, prandtl_fluxes, read_var_list, time_integration, write_var_list
     153advec_particles, check_parameters, cpu_log, data_output_2d, data_output_3d, header, init_3d_model, init_particles, modules, netcdf, prandtl_fluxes, read_var_list, time_integration, write_var_list
  • palm/trunk/SOURCE/data_output_2d.f90

    r354 r355  
    99! Output of messages replaced by message handling routine.
    1010! Output of user defined 2D (XY) arrays at z=nzb+1 is now possible
     11! Bugfix: to_be_resorted => s_av for time-averaged scalars
    1112!
    1213!
     
    419420                   to_be_resorted => q
    420421                ELSE
    421                    to_be_resorted => q_av
     422                   to_be_resorted => s_av
    422423                ENDIF
    423424
  • palm/trunk/SOURCE/data_output_3d.f90

    r314 r355  
    77! Output of NetCDF messages with aid of message handling routine.
    88! Output of messages replaced by message handling routine.
     9! Bugfix: to_be_resorted => s_av for time-averaged scalars
    910!
    1011!
     
    268269                to_be_resorted => q
    269270             ELSE
    270                 to_be_resorted => q_av
     271                to_be_resorted => s_av
    271272             ENDIF
    272273             
Note: See TracChangeset for help on using the changeset viewer.