Changeset 2716 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Jun 21, 2022, 11:05:42 AM (3 years ago)
Author:
aslmd
Message:

Fixed the non sharing of tracers with all procs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/initracer.F90

    r2711 r2716  
    445445      do iq=1,nqtot
    446446        if (is_master) read(407,'(A)') tracline
    447         ! call bcast(tracline)
     447        call bcast(tracline)
    448448        call get_tracdat(iq, tracline)
    449449      enddo
Note: See TracChangeset for help on using the changeset viewer.