Ignore:
Timestamp:
Sep 7, 2010 7:32:53 AM (14 years ago)
Author:
raasch
Message:

New:
---

Changed:


Documentation for surface_heatflux in case of prandtl_layer = .F. improved.

bugfix for wrong netcdf/3.6.3 module on lcsgi (mbuild, mrun)

Errors:


Bugfix in if statement (disturb_heatflux)

Bugfix: in 2201 statement: closing " was missing (interpret_config)

Bugfix: default setting of nzb_local for flat topography (init_grid)

Bugfix: wrong dimension used for ts_value_l (user_statistics)

disturb_heatflux, init_grid, interpret_config, user_statistics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/user_statistics.f90

    r494 r555  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: wrong dimension used for ts_value_l
    77!
    88! Former revisions:
     
    7777!--    velocities u and v.
    7878!       ts_value_l = 0.0
    79 !       ts_value_l(dots_num_palm+1,sr) = ABS( u_max )
    80 !       ts_value_l(dots_num_palm+2,sr) = ABS( v_max )
     79!       ts_value_l(dots_num_palm+1) = ABS( u_max )
     80!       ts_value_l(dots_num_palm+2) = ABS( v_max )
    8181!
    8282!--     Collect / send values to PE0, because only PE0 outputs the time series.
Note: See TracChangeset for help on using the changeset viewer.