Ignore:
Timestamp:
Apr 25, 2014 12:55:07 PM (11 years ago)
Author:
raasch
Message:

bugfixes:
missing variables added to ONLY lists in USE statements (advec_s_bc, advec_s_pw, advec_s_up, advec_ws, buoyancy, diffusion_e, diffusion_s, fft_xy, flow_statistics, palm, prognostic_equations)
missing module kinds added (cuda_fft_interfaces)
dpk renamed dp (fft_xy)
missing dependency for check_open added (Makefile)
variables removed from acc-present-list (diffusion_e, diffusion_w, diffusivities, production_e, wall_fluxes)
syntax errors removed from openacc-branch (flow_statistics)
USE-statement for nopointer-case added (swap_timelevel)

File:
1 edited

Legend:

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

    r1362 r1374  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! missing variables added to ONLY list
    2323!
    2424! Former revisions:
     
    9191
    9292    USE indices,                                                               &
    93         ONLY:  nx, nxl, nxr, nyn, nys, nzb, nzt
     93        ONLY:  nx, nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzt
    9494
    9595    USE kinds
Note: See TracChangeset for help on using the changeset viewer.