Ignore:
Timestamp:
Apr 9, 2009 11:20:12 AM (15 years ago)
Author:
heinze
Message:

NetCDF unit attribute in timeseries output added, typographical error in modules fixed

File:
1 edited

Legend:

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

    r277 r288  
    77! Current revisions:
    88! ------------------
     9! NetCDF unit attribute in timeseries output in case of statistic
     10! regions added.
    911! Output of NetCDF messages with aid of message handling routine.
    1012! Output of messages replaced by message handling routine.
     
    26842686                   CALL handle_netcdf_error( 'netcdf', 257 )
    26852687
     2688                   nc_stat = NF90_PUT_ATT( id_set_ts, id_var_dots(i,j), &
     2689                                           'units', TRIM( dots_unit(i) ) )
     2690                   CALL handle_netcdf_error( 'netcdf', 347 )
     2691
    26862692                   var_list = TRIM(var_list) // TRIM(netcdf_var_name) // &
    26872693                              suffix // ';'
     
    36263632       message_string = TRIM( NF90_STRERROR( nc_stat ) )
    36273633
    3628        CALL message( routine_name, message_identifier, 2, 2, -1, 6, 1 )
     3634       CALL message( routine_name, message_identifier, 2, 2, 0, 6, 1 )
    36293635
    36303636    ENDIF
Note: See TracChangeset for help on using the changeset viewer.