Ignore:
Timestamp:
2021-07-27T17:15:46+02:00 (3 years ago)
Author:
agnes.ducharne
Message:

As in r6385, so that interpolation using aggregate_p is now done in parallel. Runtime has been divided by 6 for a 5d run from scratch at 2deg offline!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_driver/orchideedriver.f90

    r7257 r7259  
    412412  ! Variables *_g were allocated with the CALL init_grid 
    413413  ! 
    414   IF ( is_root_prc) THEN 
    415      ! 
    416      lalo_g(:,:) = lalo_glo(:,:) 
    417      lon_g(:,:) = lon_glo(:,:) 
    418      lat_g(:,:) = lat_glo(:,:) 
    419      ! 
    420   ENDIF 
     414  ! 
     415  lalo_g(:,:) = lalo_glo(:,:) 
     416  contfrac_g(:) = contfrac_glo(:) 
     417  lon_g(:,:) = lon_glo(:,:) 
     418  lat_g(:,:) = lat_glo(:,:) 
    421419  ! 
    422420  ! 
Note: See TracChangeset for help on using the changeset viewer.