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

Ignore:
Timestamp:
2019-05-09T18:12:29+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert TRA modules and all knock on effects of these conversions. SETTE tested

File:
1 edited

Legend:

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

    r10946 r10954  
    435435            CALL dia_obs( nit000 - 1, Nnn )              ! Observation operator for restart 
    436436         ENDIF      
    437          IF( lk_asminc )   CALL asm_inc_init          ! Assimilation increments 
     437         IF( lk_asminc )   CALL asm_inc_init( Nnn )   ! Assimilation increments 
    438438         ! 
    439439         RETURN                                       ! end of initialization 
     
    497497 
    498498      !                                      ! Assimilation increments 
    499       IF( lk_asminc    )   CALL asm_inc_init    ! Initialize assimilation increments 
     499      IF( lk_asminc    )   CALL asm_inc_init( Nnn )        ! Initialize assimilation increments 
    500500      ! 
    501501      IF(lwp) WRITE(numout,cform_aaa)           ! Flag AAAAAAA 
Note: See TracChangeset for help on using the changeset viewer.