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 – NEMO

Changeset 9725


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.

Location:
NEMO/trunk/src/ICE
Files:
2 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 
  • NEMO/trunk/src/ICE/icevar.F90

    r9604 r9725  
    106106      ato_i(:,:) = 1._wp - at_i(:,:)         ! open water fraction   
    107107 
     108      ! The following fields are calculated for diagnostics and outputs only 
     109      ! ==> Do not use them for other purposes 
    108110      IF( kn > 1 ) THEN 
    109111         ! 
Note: See TracChangeset for help on using the changeset viewer.