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

Ignore:
Timestamp:
2006-10-27T17:10:08+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_068: SM+RB: iom bugfix for Agrif

File:
1 edited

Legend:

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

    r550 r556  
    1818   USE dom_oce         ! ocean space and time domain 
    1919   USE lbclnk          ! lateal boundary condition / mpp exchanges 
     20   USE iom_def         ! iom variables definitions 
    2021 
    2122   IMPLICIT NONE 
     
    297298      INTEGER                   , INTENT(in) ::   kiomid   ! Identifier of the file  
    298299      CHARACTER(len=*)          , INTENT(in) ::   cdvar    ! time axis name 
    299       REAL(wp)                  , INTENT(in) ::   pv_r0d   ! read field 
     300      REAL(wp)                  , INTENT(in) ::   pv_r0d   ! written 0d field 
    300301      ! 
    301302      CHARACTER(LEN=100) ::   clinfo     ! info character 
     
    410411      INTEGER                         , INTENT(in)           ::   kiomid   ! Identifier of the file  
    411412      CHARACTER(len=*)                , INTENT(in)           ::   cdvar    ! time axis name 
    412       REAL(wp), DIMENSION(        jpk), INTENT(in), OPTIONAL ::   pv_r1d   ! read field 
    413       REAL(wp), DIMENSION(jpi,jpj    ), INTENT(in), OPTIONAL ::   pv_r2d   ! read field 
    414       REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(in), OPTIONAL ::   pv_r3d   ! read field 
     413      REAL(wp), DIMENSION(        jpk), INTENT(in), OPTIONAL ::   pv_r1d   ! written 1d field 
     414      REAL(wp), DIMENSION(jpi,jpj    ), INTENT(in), OPTIONAL ::   pv_r2d   ! written 2d field 
     415      REAL(wp), DIMENSION(jpi,jpj,jpk), INTENT(in), OPTIONAL ::   pv_r3d   ! written 3d field 
    415416      ! 
    416417      CHARACTER(LEN=100)    ::   clinfo               ! info character 
Note: See TracChangeset for help on using the changeset viewer.