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/ZDF/zdfphy.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/ZDF/zdfphy.F90

    r10846 r11467  
    225225      !!                bottom stress.....                               <<<<====verifier ! 
    226226      !!---------------------------------------------------------------------- 
     227      USE scoce, ONLY : zsh2 => scr1   ! shear production 
    227228      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    228229      ! 
    229230      INTEGER ::   ji, jj, jk   ! dummy loop indice 
    230       REAL(wp), DIMENSION(jpi,jpj,jpk) ::   zsh2   ! shear production 
    231231      !! --------------------------------------------------------------------- 
    232232      ! 
Note: See TracChangeset for help on using the changeset viewer.