Ignore:
Timestamp:
Jul 6, 2020 2:34:59 PM (4 years ago)
Author:
suehring
Message:

Biomet: Enable restart via mpi-IO; Restart: Bugfix in allocation of hom and hom_sum in case of mpi-io restart when chemistry or salsa are employed

File:
1 edited

Legend:

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

    r4580 r4590  
    2020! Current revisions:
    2121! -----------------
    22 ! 
    23 ! 
     22!
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! Bugfix in allocation of hom and hom_sum in case of mpi-io restart when
     28! chemistry or salsa are employed
     29!
     30! 4580 2020-06-29 07:54:21Z raasch
    2731! data handling with MPI-IO for cyclic-fill added (so far only for global data)
    2832!
     
    880884                     v_init(0:nz+1), pt_init(0:nz+1), q_init(0:nz+1),                              &
    881885                     ref_state(0:nz+1), s_init(0:nz+1), sa_init(0:nz+1),                           &
    882                      hom(0:nz+1,2,pr_palm+max_pr_user,0:statistic_regions),                        &
    883                      hom_sum(0:nz+1,pr_palm+max_pr_user,0:statistic_regions) )
     886                     hom(0:nz+1,2,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions), &
     887                     hom_sum(0:nz+1,pr_palm+max_pr_user+max_pr_cs+max_pr_salsa,0:statistic_regions) )
    884888       ENDIF
    885889
Note: See TracChangeset for help on using the changeset viewer.