Ignore:
Timestamp:
Sep 7, 2010 7:32:53 AM (13 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/disturb_heatflux.f90

    r484 r555  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix in if statement
    77!
    88! Former revisions:
     
    5252             IF ( nzb_s_inner(j,i) == 0 )  THEN
    5353                shf(j,i) = randomnumber * surface_heatflux
     54             ELSE
    5455!
    5556!--             Over topography surface_heatflux is replaced by wall_heatflux(0)
    5657                shf(j,i) = randomnumber * wall_heatflux(0)
    57              ELSE
    5858             ENDIF
    5959          ENDIF
Note: See TracChangeset for help on using the changeset viewer.