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/ICE/icestp.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/ICE/icestp.F90

    r10843 r11467  
    7979   USE timing         ! Timing 
    8080   USE prtctl         ! Print control 
     81   USE scice, ONLY : scice_alloc 
    8182 
    8283   IMPLICIT NONE 
     
    247248      ierr = ierr + sbc_ice_alloc    ()      ! surface forcing  
    248249      ierr = ierr + ice1D_alloc      ()      ! thermodynamics 
     250      ierr = ierr + scice_alloc      ()  
    249251      ! 
    250252      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
Note: See TracChangeset for help on using the changeset viewer.