Changeset 1435


Ignore:
Timestamp:
Jul 21, 2014 10:37:02 AM (10 years ago)
Author:
keck
Message:

Bugfix: Added missing parameter coupling_mode_remote to ONLY-attribute. (init_pegrid)

File:
1 edited

Legend:

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

    r1403 r1435  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix: Added missing parameter coupling_mode_remote to ONLY-attribute
    2323!
    2424! Former revisions:
     
    102102
    103103    USE control_parameters,                                                    &
    104         ONLY:  bc_lr, bc_ns, coupling_mode, coupling_topology, dt_dosp,        &
    105                gathered_size, grid_level, grid_level_count, host, inflow_l,    &
    106                inflow_n, inflow_r, inflow_s, io_blocks, io_group,              & 
    107                maximum_grid_level, maximum_parallel_io_streams, message_string,&
     104        ONLY:  bc_lr, bc_ns, coupling_mode, coupling_mode_remote,              &
     105               coupling_topology, dt_dosp, gathered_size, grid_level,          &
     106               grid_level_count, host, inflow_l, inflow_n, inflow_r, inflow_s, &
     107               io_blocks, io_group, maximum_grid_level,                        &
     108               maximum_parallel_io_streams, message_string,                    &
    108109               mg_switch_to_pe0_level, momentum_advec, psolver, outflow_l,     &
    109110               outflow_n, outflow_r, outflow_s, recycling_width, scalar_advec, &
Note: See TracChangeset for help on using the changeset viewer.