Changeset 1348 for palm/trunk/SOURCE


Ignore:
Timestamp:
Mar 27, 2014 6:01:03 PM (10 years ago)
Author:
raasch
Message:

bugfix: missed variables added to ONLY-list

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

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

    r1345 r1348  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: on_devide added to ONLY-list
    2323!
    2424! Former revisions:
     
    6666    USE control_parameters,                                                    &
    6767        ONLY:  bc_lr, bc_lr_cyc, bc_ns, bc_ns_cyc, grid_level,                 &
    68                mg_switch_to_pe0, synchronous_exchange
     68               mg_switch_to_pe0, on_device, synchronous_exchange
    6969               
    7070    USE cpulog,                                                                &
  • palm/trunk/SOURCE/exchange_horiz_2d.f90

    r1321 r1348  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! bugfix: bc_lr_cyc and bc_ns_cyc added to ONLY-list
    2323!
    2424! Former revisions:
     
    5454
    5555    USE control_parameters,                                                    &
    56         ONLY :  inflow_l, inflow_n, inflow_r, inflow_s, outflow_l, outflow_n,  &
    57                 outflow_r, outflow_s
     56        ONLY :  bc_lr_cyc, bc_ns_cyc, inflow_l, inflow_n, inflow_r, inflow_s,  &
     57                outflow_l, outflow_n, outflow_r, outflow_s
    5858               
    5959    USE cpulog,                                                                &
Note: See TracChangeset for help on using the changeset viewer.