Changeset 393


Ignore:
Timestamp:
06/02/16 18:56:22 (8 years ago)
Author:
ymipsl
Message:

Update_geometry bug fix : global data field value were not broadcasted from root process to others.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/src/geometry.f90

    r388 r393  
    376376    CALL allocate_field_glo(vertex_glo, field_z, type_real, 3) 
    377377    CALL gather_field(xyz_loc, xyz_glo) 
     378    CALL bcast_field(xyz_glo) 
    378379    CALL gather_field(vertex_loc, vertex_glo) 
     380    CALL bcast_field(vertex_glo) 
    379381    CALL deallocate_field(vertex_loc) 
    380382    CALL deallocate_field(xyz_loc) 
Note: See TracChangeset for help on using the changeset viewer.