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/time_integration_spinup.f90

    r3719 r3766  
    2525! -----------------
    2626! $Id$
     27! unused variable removed
     28!
     29! 3719 2019-02-06 13:10:18Z kanani
    2730! Removed log_point(19,54,74,50,75), since they count together with same log
    2831! points in time_integration, impossible to separate the contributions.
     
    127130
    128131    USE cpulog,                                                                &
    129         ONLY:  cpu_log, log_point, log_point_s
     132        ONLY:  cpu_log, log_point_s
    130133
    131134    USE date_and_time_mod,                                                     &
Note: See TracChangeset for help on using the changeset viewer.