Ignore:
Timestamp:
Feb 26, 2019 4:23:41 PM (5 years ago)
Author:
raasch
Message:

unused_variables removed, bugfix in im_define_netcdf_grid argument list, trim added to avoid truncation compiler warnings, save attribute added to local targets to avoid outlive pointer target warning, first argument removed from module_interface_rrd_*, file module_interface reformatted with respect to coding standards, bugfix in surface_data_output_rrd_local (variable k removed)

File:
1 edited

Legend:

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

    r3761 r3766  
    2525! -----------------
    2626! $Id$
     27! trim added to avoid truncation compiler warnings
     28!
     29! 3761 2019-02-25 15:31:42Z raasch
    2730! unused variables removed
    2831!
     
    12601263!
    12611264!-- set time series output units for fluxes
    1262     dots_unit(14:16) = heatflux_output_unit
    1263     dots_unit(21)    = waterflux_output_unit
    1264     dots_unit(19:20) = momentumflux_output_unit
     1265    dots_unit(14:16) = TRIM( heatflux_output_unit )
     1266    dots_unit(21)    = TRIM( waterflux_output_unit )
     1267    dots_unit(19:20) = TRIM( momentumflux_output_unit )
    12651268
    12661269!
Note: See TracChangeset for help on using the changeset viewer.