Ignore:
Timestamp:
Apr 25, 2014 12:55:07 PM (10 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_up.f90

    r1354 r1374  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! missing variables added to ONLY list
    2323!
    2424! Former revisions:
     
    8383
    8484       USE indices,                                                            &
    85            ONLY:  nxl, nxr, nyn, nys, nzb_s_inner, nzt
     85           ONLY:  nxl, nxlg, nxr, nxrg, nyn, nyng, nys, nysg, nzb, nzb_s_inner,&
     86                  nzt
    8687
    8788       USE kinds
     
    160161
    161162       USE indices,                                                            &
    162            ONLY:  nzb_s_inner, nzt
     163           ONLY:  nxlg, nxrg, nyng, nysg, nzb, nzb_s_inner, nzt
    163164
    164165       USE kinds
Note: See TracChangeset for help on using the changeset viewer.