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

Ignore:
Timestamp:
2019-03-14T18:46:14+01:00 (5 years ago)
Author:
acc
Message:

Branch 2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps. Changes to OFF, SAO and SAS to enable SETTE testing. SAS/step.F90 is based on the yet-to-be-finalised version of OCE/step.F90 and so may need updating later

File:
1 edited

Legend:

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

    r10601 r10756  
    234234      CALL nemo_alloc() 
    235235 
     236      ! Initialise time level indices 
     237      Nm1 = 1; Nnn = 2; Np1 = 3; Nrhs = Np1 
     238      Nm1_2lev = 1; Nnn_2lev = 2 
     239 
     240      ! Initialisation of temporary pointers (to be deleted after development finished) 
     241      CALL update_pointers() 
     242 
    236243      !                             !-------------------------------! 
    237244      !                             !  NEMO general initialization  ! 
Note: See TracChangeset for help on using the changeset viewer.