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 4029 for branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/NEMO/OFF_SRC – NEMO

Ignore:
Timestamp:
2013-09-18T10:01:34+02:00 (11 years ago)
Author:
cetlod
Message:

Branch 2013/dev_r3940_CNRS4_IOCRS : minor improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3940_CNRS4_IOCRS/NEMOGCM/NEMO/OFF_SRC/nemogcm.F90

    r3827 r4029  
    8989      istp = nit000 
    9090      !  
    91       CALL iom_init            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
     91      CALL iom_init( "nemo" )            ! iom_put initialization (must be done after nemo_init for AGRIF+XIOS+OASIS) 
    9292      !  
    9393      DO WHILE ( istp <= nitend .AND. nstop == 0 )    ! time stepping 
    9494         ! 
    9595         IF( istp /= nit000 )   CALL day      ( istp )         ! Calendar (day was already called at nit000 in day_init) 
    96                                 CALL iom_setkt( istp - nit000 + 1 )         ! say to iom that we are at time step kstp 
     96                                CALL iom_setkt( istp - nit000 + 1, "nemo" )         ! say to iom that we are at time step kstp 
    9797                                CALL dta_dyn  ( istp )         ! Interpolation of the dynamical fields 
    9898                                CALL trc_stp  ( istp )         ! time-stepping 
     
    394394      ierr = ierr + zdf_oce_alloc   ()          ! ocean vertical physics 
    395395      ! 
    396       ierr = ierr + lib_mpp_alloc   (numout)    ! mpp exchanges 
    397396      ierr = ierr + trc_oce_alloc   ()          ! shared TRC / TRA arrays 
    398397      ! 
Note: See TracChangeset for help on using the changeset viewer.