- Timestamp:
- Jul 24, 2024, 2:54:37 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phy_common/lmdz_phys_omp_data.F90
r5112 r5116 88 88 !$OMP BARRIER 89 89 90 if ((is_north_pole_dyn) .AND. (omp_rank == 0 )) then90 if ((is_north_pole_dyn) .AND. (omp_rank == 0 )) THEN 91 91 is_north_pole_phy = .TRUE. 92 92 else 93 93 is_north_pole_phy = .FALSE. 94 94 endif 95 if ((is_south_pole_dyn) .AND. (omp_rank == omp_size-1)) then95 if ((is_south_pole_dyn) .AND. (omp_rank == omp_size-1)) THEN 96 96 is_south_pole_phy = .TRUE. 97 97 else
Note: See TracChangeset
for help on using the changeset viewer.