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 1457 for trunk/NEMO/OPA_SRC/IOM/iom.F90 – NEMO

Ignore:
Timestamp:
2009-05-23T10:16:38+02:00 (15 years ago)
Author:
cetlod
Message:

distribution of iom_put in TOP routines, see ticket:437

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/IOM/iom.F90

    r1441 r1457  
    3333   PUBLIC   !   must be public to be able to access iom_def through iom 
    3434    
     35#if defined key_iomput 
     36   LOGICAL, PUBLIC, PARAMETER ::   lk_iomput = .TRUE.       !: iom_put flag 
     37#else 
     38   LOGICAL, PUBLIC, PARAMETER ::   lk_iomput = .FALSE.       !: iom_put flag 
     39#endif 
    3540   PUBLIC iom_init, iom_open, iom_close, iom_setkt, iom_varid, iom_get, iom_gettime, iom_rstput, iom_put 
    3641 
     
    892897 
    893898   !!---------------------------------------------------------------------- 
    894    !!                   INTERFACE iom_rstput 
     899   !!                   INTERFACE iom_put 
    895900   !!---------------------------------------------------------------------- 
    896901   SUBROUTINE iom_p2d( cdname, pfield2d ) 
Note: See TracChangeset for help on using the changeset viewer.