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 10743 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2019-03-12T12:06:29+01:00 (5 years ago)
Author:
davestorkey
Message:

First block of changes:

  1. New state variables uu, vv, e3X and corresponding temporary pointers.
  2. Updated code for time-filtering and time-level-swapping uu, vv, e3X.
  3. DYN routines not updated to use new variables at this stage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/nemogcm.F90

    r10588 r10743  
    401401      CALL nemo_alloc() 
    402402 
     403      ! Initialise time level indices 
     404      Nm1 = 1; Nnn = 2; Np1 = 3; Nrhs = Np1 
     405      Nm1_2lev = 1; Nnn_2lev = 2 
     406 
     407      ! Initialisation of temporary pointers (to be deleted after development finished) 
     408      CALL update_pointers() 
     409 
    403410      !                             !-------------------------------! 
    404411      !                             !  NEMO general initialization  ! 
Note: See TracChangeset for help on using the changeset viewer.