Changeset 524


Ignore:
Timestamp:
Mar 30, 2010 2:04:51 AM (14 years ago)
Author:
raasch
Message:

Bugfix: / in netcdf profile variable names replaced by :

Location:
palm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/DOC/app/chapter_4.2.html

    r493 r524  
    11<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    22<html><head>
     3
    34
    45
     
    47484749
    47494750
    4750  <td style="vertical-align: top;"><font color="#ff6666"><i>w*u*u*/dz</i></font></td>
     4751 <td style="vertical-align: top;"><font color="#ff6666"><i>w*u*u*:dz</i></font></td>
    47514752
    47524753
     
    47714772
    47724773
    4773  <td style="vertical-align: top;"><font color="#ff6666"><i>w*p*/dz</i></font></td>
     4774 <td style="vertical-align: top;"><font color="#ff6666"><i>w*p*:dz</i></font></td>
    47744775
    47754776
     
    47944795
    47954796
    4796  <td style="vertical-align: top;"><font color="#ff6666"><i>w"e/dz</i></font></td>
     4797 <td style="vertical-align: top;"><font color="#ff6666"><i>w"e:dz</i></font></td>
    47974798
    47984799
  • palm/trunk/SOURCE/check_parameters.f90

    r494 r524  
    44! Current revisions:
    55! -----------------
    6 !
     6! Bugfix: "/" in netcdf profile variable names replaced by ":"
    77!
    88! Former revisions:
     
    20732073             ENDIF
    20742074
    2075           CASE ( 'w*u*u*/dz' )
     2075          CASE ( 'w*u*u*:dz' )
    20762076             dopr_index(i) = 55
    20772077             dopr_unit(i)  = 'm2/s3'
    20782078             hom(:,2,55,:) = SPREAD( zu, 2, statistic_regions+1 )
    20792079
    2080           CASE ( 'w*p*/dz' )
     2080          CASE ( 'w*p*:dz' )
    20812081             dopr_index(i) = 56
    20822082             dopr_unit(i)  = 'm2/s3'
    20832083             hom(:,2,56,:) = SPREAD( zw, 2, statistic_regions+1 )
    20842084
    2085           CASE ( 'w"e/dz' )
     2085          CASE ( 'w"e:dz' )
    20862086             dopr_index(i) = 57
    20872087             dopr_unit(i)  = 'm2/s3'
Note: See TracChangeset for help on using the changeset viewer.