Ignore:
Timestamp:
May 4, 2020 3:44:28 PM (4 years ago)
Author:
suehring
Message:

Diagnostic output: Define arrays over ghost points in order to allow for standard mpi-io treatment. By this modularization of restart-data input is possible with the module interface. Move input of restart data to doq_rrd_local. Enable mpi-io for restart data. Bugfix: add missing restart input of wtheta_av, wq_av, wu_av, and wv_av.

File:
1 edited

Legend:

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

    r4514 r4518  
    2525! -----------------
    2626! $Id$
     27! remove double index
     28!
     29! 4514 2020-04-30 16:29:59Z suehring
    2730! Enable output of qsurf and ssurf
    2831!
     
    891894                      DO  j = nys, nyn
    892895                         k = topo_top_ind(j,i,0)
    893                          local_pf(i,j,nzb+1) = s(k+k,j,i)
     896                         local_pf(i,j,nzb+1) = s(k,j,i)
    894897                      ENDDO
    895898                   ENDDO
Note: See TracChangeset for help on using the changeset viewer.