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 3769 for branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2013-02-01T15:56:10+01:00 (11 years ago)
Author:
smasson
Message:

dev_MERGE_2012: xios+agrif+oasis compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r3764 r3769  
    9191      istp = nit000 
    9292         ! 
     93      CALL iom_init            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    9394      DO WHILE ( istp <= nitend .AND. nstop == 0 )    ! time stepping 
    9495         ! 
     
    101102         IF( lk_mpp )   CALL mpp_max( nstop ) 
    102103      END DO 
     104#if defined key_iomput 
     105      CALL xios_context_finalize() ! needed for XIOS+AGRIF 
     106#endif 
    103107 
    104108      !                            !------------------------! 
     
    250254      !                                     ! Dynamics 
    251255                            CALL dta_dyn_init   ! Initialization for the dynamics 
    252                             CALL     iom_init       ! iom_put initialization 
    253256 
    254257      IF(lwp) WRITE(numout,cform_aaa)       ! Flag AAAAAAA 
Note: See TracChangeset for help on using the changeset viewer.