New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9725 for NEMO/trunk/src/ICE/icestp.F90 – NEMO

Ignore:
Timestamp:
2018-06-01T18:13:23+02:00 (6 years ago)
Author:
clem
Message:

solve issue with uninitialized field (tm_si, purely diagnostic) in agrif configuration (and probably orca2_ice also). This issue only occurs for a certain mpp decomposition for a reason I do not know. 32 procs was failing while 16 procs was working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icestp.F90

    r9653 r9725  
    264264      ENDIF 
    265265      CALL ice_var_glo2eqv 
    266       CALL ice_var_agg(2) 
     266      CALL ice_var_agg(1) 
    267267      ! 
    268268      CALL ice_forcing_init            ! set ice-ocean and ice-atm. coupling parameters 
Note: See TracChangeset for help on using the changeset viewer.