Changeset 555 for palm/trunk/UTIL


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/UTIL/interpret_config.f90

    r313 r555  
    44! Actual revisions:
    55! -----------------
    6 ! bugfix in WRITE (2010) statement
     6! bugfix in 2201 statement: closing " was missing
    77! mrun environment variables are read from NAMELIST instead of using GETENV.
    88! Variables are allways assigned a value, also if they already got one. These
     
    195195             IF ( do_trace(1:4) == 'true' )  THEN
    196196                WRITE (2,2201)  bs, var(1:ivar), value(1:ivalue)
    197  2201           FORMAT ('printf "',A,'n*** ENVIRONMENT-VARIABLE ',A,' = ',A)
     197 2201           FORMAT ('printf "',A,'n*** ENVIRONMENT-VARIABLE ',A,' = ',A,'"')
    198198             ENDIF
    199199
Note: See TracChangeset for help on using the changeset viewer.