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/init_grid.f90

    r392 r555  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: default setting of nzb_local for flat topographie
    77!
    88! Former revisions:
     
    344344       CASE ( 'flat' )
    345345!
    346 !--       No actions necessary
     346!--       nzb_local is required for the multigrid solver
     347          nzb_local = 0
    347348
    348349       CASE ( 'single_building' )
Note: See TracChangeset for help on using the changeset viewer.