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 11467 for NEMO/branches/UKMO/dev_r10037_GPU/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-08-22T11:49:08+02:00 (5 years ago)
Author:
andmirek
Message:

Ticket #2197 allocate arrays at the beggining of the run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r10037_GPU/src/OCE/nemogcm.F90

    r10843 r11467  
    9292   USE agrif_all_update   ! Master Agrif update 
    9393#endif 
     94   USE scoce, ONLY : scoce_alloc ! scratch arrays 
    9495 
    9596   IMPLICIT NONE 
     
    607608      ierr = ierr + trc_oce_alloc()    ! shared TRC / TRA arrays 
    608609      ierr = ierr + bdy_oce_alloc()    ! bdy masks (incl. initialization) 
     610      ierr = ierr + scoce_alloc()       ! scratch arrays 
    609611      ! 
    610612#if defined key_diadct  
Note: See TracChangeset for help on using the changeset viewer.