Changeset 5721
- Timestamp:
- Jun 25, 2025, 6:40:44 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/limit_read_mod.f90
r5720 r5721 355 355 CALL Scatter_omp(sst_mpi,sst) 356 356 !GG 357 CALL Scatter_omp(sih_mpi,sih) 357 IF (iflag_seaice==1) THEN 358 CALL Scatter_omp(sih_mpi,sih) 359 ENDIF 358 360 !GG 359 361 CALL Scatter_omp(pct_mpi(:,is_oce),pctsrf(:,is_oce))
Note: See TracChangeset
for help on using the changeset viewer.