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 1359 for trunk/NEMO/LIM_SRC_2 – NEMO

Changeset 1359 for trunk/NEMO/LIM_SRC_2


Ignore:
Timestamp:
2009-03-31T14:36:28+02:00 (15 years ago)
Author:
smasson
Message:

first implementation of iom_put, see ticket:387

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_2/limwri_2.F90

    r1347 r1359  
    2727   USE dianam          ! build name of file (routine) 
    2828   USE in_out_manager 
     29   USE iom 
    2930   USE ioipsl 
    3031 
     
    9394      !!------------------------------------------------------------------- 
    9495 
     96      CALL iom_setkt( kt + nn_fsbc - 1 ) 
    9597      !                                          !--------------------! 
    9698      IF( kt == nit000 ) THEN                    !   Initialisation   ! 
     
    179181          
    180182         IF( nc(jf) == 1 )   CALL histwrite( nice, nam(jf), niter, zfield, ndim, ndex51 ) 
     183         CALL iom_put( nam(jf), zfield ) 
    181184          
    182185      END DO 
     
    184187      IF( ( nn_fsbc * niter ) >= nitend )   CALL histclo( nice )  
    185188      ! 
     189      CALL iom_setkt( kt ) 
     190 
    186191   END SUBROUTINE lim_wri_2 
    187192    
Note: See TracChangeset for help on using the changeset viewer.