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

Changeset 154 for trunk/NEMO


Ignore:
Timestamp:
2004-10-19T15:36:05+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX099: Add missing "USE cpl_oce" and "USE geo2ocean" modules and syntax correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/tau_coupled.h90

    r3 r154  
    77   !!               case, without sea-ice 
    88   !!---------------------------------------------------------------------- 
    9    !! * Modules used 
    10    USE ioipsl       ! NetCDF library 
    119   !!---------------------------------------------------------------------- 
    1210   !!   OPA 9.0 , LODYC-IPSL  (2003) 
     
    3937      !!   8.5  !  02-11  (G. Madec)  F90: Free form and module 
    4038      !!---------------------------------------------------------------------- 
     39      !! * Modules used 
     40      USE ioipsl                ! NetCDF library 
     41      USE cpl_oce               ! coupled ocean-atmosphere variables 
     42      USE geo2ocean             ! ??? 
     43 
    4144      !! * Arguments 
    4245      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
     
    4447      !! * Local declarations 
    4548      INTEGER :: ji,jj,jf 
    46       INTEGER :: itm1,isize,iflag,icpliter,info,inuread,index 
     49      INTEGER :: itm1,isize,iflag,info,inuread,index 
     50!      INTEGER :: icpliter 
    4751      REAL(wp), DIMENSION(jpidta,jpjdta) ::   & 
    4852         ztaux , ztauxv,    &  ! ??? 
     
    5357! Addition for SIPC CASE 
    5458      CHARACTER (len=3) ::   clmodinf       ! Header or not 
    55       CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
    56       INTEGER ,DIMENSION(3) :: infos       ! infos in the field brick, if any 
     59!      CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
     60!      INTEGER ,DIMENSION(3) :: infos       ! infos in the field brick, if any 
    5761      !!--------------------------------------------------------------------- 
    5862 
     
    151155      ENDIF 
    152156 
    153    END SUBROUTINE flx 
     157   END SUBROUTINE tau 
Note: See TracChangeset for help on using the changeset viewer.