Changeset 5721


Ignore:
Timestamp:
Jun 25, 2025, 6:40:44 PM (7 days ago)
Author:
yann meurdesoif
Message:

bug fix : for unstruct grid, missing flag_seaice key.
=> segfault is occuring
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/limit_read_mod.f90

    r5720 r5721  
    355355          CALL Scatter_omp(sst_mpi,sst)
    356356          !GG
    357           CALL Scatter_omp(sih_mpi,sih)
     357          IF (iflag_seaice==1) THEN
     358            CALL Scatter_omp(sih_mpi,sih)
     359          ENDIF
    358360          !GG
    359361          CALL Scatter_omp(pct_mpi(:,is_oce),pctsrf(:,is_oce))
Note: See TracChangeset for help on using the changeset viewer.