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 10700 for NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbini.F90 – NEMO

Ignore:
Timestamp:
2019-02-19T17:37:56+01:00 (6 years ago)
Author:
mathiot
Message:

allocate/define/initialise hi_e only if key_si3 is define (ticket #2238)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbini.F90

    r10697 r10700  
    7979      ua_e(:,:) = 0._wp   ;   va_e(:,:) = 0._wp   ; 
    8080      ff_e(:,:) = 0._wp   ;   tt_e(:,:) = 0._wp   ; 
    81       fr_e(:,:) = 0._wp   ;   hi_e(:,:) = 0._wp   ; 
     81      fr_e(:,:) = 0._wp   ; 
    8282#if defined key_si3 
     83      hi_e(:,:) = 0._wp   ; 
    8384      ui_e(:,:) = 0._wp   ;   vi_e(:,:) = 0._wp   ; 
    8485#endif 
Note: See TracChangeset for help on using the changeset viewer.