Changeset 1596


Ignore:
Timestamp:
May 21, 2015 9:34:28 AM (9 years ago)
Author:
gronemeier
Message:

Bugfix in extension of masked data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/netcdf.f90

    r1585 r1596  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! Bugfix in masked data output. Read 'zu_3d' when trying to extend masked data
    2626!
    2727! Former revisions:
     
    804804!
    805805!--       Get and compare the number of vertical gridpoints
    806           nc_stat = NF90_INQ_VARID( id_set_mask(mid,av), 'zu', &
     806          nc_stat = NF90_INQ_VARID( id_set_mask(mid,av), 'zu_3d', &
    807807                                    id_var_zu_mask(mid,av) )
    808808          CALL handle_netcdf_error( 'netcdf', 508 )
Note: See TracChangeset for help on using the changeset viewer.