Ignore:
Timestamp:
Apr 7, 2016 2:23:03 PM (8 years ago)
Author:
raasch
Message:

spectrum renamed spactra_par and further modularized, POINTER-attributes added in coupler-routines to avoid gfortran error messages

File:
1 edited

Legend:

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

    r1818 r1833  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! spectra related variables moved to spectra_mod
    2222!
    2323! Former revisions:
     
    141141    USE control_parameters,                                                    &
    142142        ONLY:  bc_lr, bc_ns, coupling_mode, coupling_mode_remote,              &
    143                coupling_topology, dt_dosp, gathered_size, grid_level,          &
     143               coupling_topology, gathered_size, grid_level,                   &
    144144               grid_level_count, host, inflow_l, inflow_n, inflow_r, inflow_s, &
    145145               io_blocks, io_group, maximum_grid_level,                        &
     
    163163     
    164164    USE pegrid
    165  
     165
     166    USE spectra_mod,                                                           &
     167        ONLY:  dt_dosp
     168
    166169    USE transpose_indices,                                                     &
    167170        ONLY:  nxl_y, nxl_yd, nxl_z, nxr_y, nxr_yd, nxr_z, nyn_x, nyn_z, nys_x,&
Note: See TracChangeset for help on using the changeset viewer.