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/OFF – 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/OFF/nemogcm.F90

    r10601 r10756  
    3939   USE daymod         ! calendar                            (day     routine) 
    4040   USE trcstp         ! passive tracer time-stepping        (trc_stp routine) 
     41   USE step , ONLY : update_pointers           ! RK3 development only.              (stp     routine) 
    4142   USE dtadyn         ! Lecture and interpolation of the dynamical fields 
    4243   !              ! Passive tracers needs 
     
    286287      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    287288      CALL nemo_alloc() 
     289 
     290      ! Initialise time level indices 
     291      Nm1 = 1; Nnn = 2; Np1 = 3; Nrhs = Np1 
     292      Nm1_2lev = 1; Nnn_2lev = 2 
     293 
     294      ! Initialisation of temporary pointers (to be deleted after development finished) 
     295      CALL update_pointers() 
    288296 
    289297      !                             !-------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.