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 10874 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OFF – NEMO

Ignore:
Timestamp:
2019-04-15T15:57:37+02:00 (5 years ago)
Author:
davestorkey
Message:

branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Revert all changes so far in preparation for implementation of new design.

File:
1 edited

Legend:

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

    r10756 r10874  
    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) 
    4241   USE dtadyn         ! Lecture and interpolation of the dynamical fields 
    4342   !              ! Passive tracers needs 
     
    287286      ! Now we know the dimensions of the grid and numout has been set: we can allocate arrays 
    288287      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() 
    296288 
    297289      !                             !-------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.