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

Bugfix: / in netcdf profile variable names replaced by :

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.