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

    r3655 r3766  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3655 2019-01-07 16:51:22Z knoop
    2730! Bugfix: use time_since_reference_point instead of simulated_time (relevant
    2831! when using wall/soil spinup)
     
    244247
    245248    USE arrays_3d,                                                             &
    246         ONLY:  d_exner, e, nc, nr, p, pt, prr, q, qc, ql, ql_c, ql_v, qr, s,   &
    247                tend, u, v, vpt, w
     249        ONLY:  d_exner, e, p, pt, q, ql, ql_c, ql_v, s, tend, u, v, vpt, w
    248250
    249251    USE averaging
     
    256258
    257259    USE control_parameters,                                                    &
    258         ONLY:  air_chemistry, biometeorology, do3d, do3d_no, do3d_time_count,  &
    259                io_blocks, io_group, land_surface, message_string,              &
    260                ntdim_3d, nz_do3d,  ocean_mode, plant_canopy,                   &
    261                psolver, salsa, time_since_reference_point,                     &
    262                urban_surface, varnamelength
     260        ONLY:  do3d, do3d_no, do3d_time_count, io_blocks, io_group,            &
     261               land_surface, message_string, ntdim_3d, nz_do3d, psolver,       &
     262               time_since_reference_point, urban_surface, varnamelength
    263263
    264264    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.