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 4166 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/SAS_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-11-08T06:51:52+01:00 (10 years ago)
Author:
cetlod
Message:

dev_LOCEAN_2013 : bugs corrections, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/SAS_SRC/step.F90

    r3769 r4166  
    7272      kstp = nit000 + Agrif_Nb_Step() 
    7373# if defined key_iomput 
    74       IF( Agrif_Nbstepint() == 0 )   CALL iom_swap 
     74      IF( Agrif_Nbstepint() == 0 )   CALL iom_swap( "nemo" ) 
    7575# endif    
    7676#endif    
    77       IF( kstp == nit000 )   CALL iom_init            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
     77      IF( kstp == nit000 )   CALL iom_init( "nemo" )       ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    7878      IF( kstp /= nit000 )   CALL day( kstp )             ! Calendar (day was already called at nit000 in day_init) 
    79                              CALL iom_setkt( kstp )       ! say to iom that we are at time step kstp 
     79                             CALL iom_setkt( kstp, "nemo" )       ! say to iom that we are at time step kstp 
    8080 
    8181                             CALL sbc    ( kstp )         ! Sea Boundary Condition (including sea-ice) 
     
    8787                             CALL stp_ctl( kstp, indic ) 
    8888#if defined key_iomput 
    89       IF( kstp == nitend )   CALL xios_context_finalize() ! needed for XIOS+AGRIF 
     89      IF( kstp == nitend )   CALL iom_context_finalize( "nemo" ) ! needed for XIOS+AGRIF 
    9090#endif 
    9191      ! 
Note: See TracChangeset for help on using the changeset viewer.