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 418 for trunk/NEMO/OPA_SRC/OBC/obcdta.F90 – NEMO

Ignore:
Timestamp:
2006-03-21T09:26:27+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_compil_012 : CT : remove missing declaration or warning compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/OBC/obcdta.F90

    r389 r418  
    8484      REAL(wp) ::   zxy 
    8585      !! * Ajouts FD 
    86       INTEGER ::  iyrel              ! number of years since 1992 
    8786      INTEGER ::  isrel              ! number of seconds since 1/1/1992 
    8887      INTEGER, SAVE ::  itobce, itobcw,  & ! number of time steps in OBC files 
    8988                        itobcs, itobcn     !    "       "       "       " 
    9089      INTEGER ::  ikprint        ! frequency for printouts. 
    91       INTEGER :: fid_e, fid_w, fid_n, fid_s, fid  ! file identifiers 
     90      INTEGER :: fid_e, fid_w, fid_n, fid_s       ! file identifiers 
    9291      LOGICAL :: l_exv 
    93       INTEGER, DIMENSION(flio_max_dims) ::    & 
    94             f_d  ,             & ! dimensions lenght 
    95             start,             & ! starting index read 
    96             count                ! number of indices to be read 
     92      INTEGER, DIMENSION(flio_max_dims) ::   f_d  ! dimensions lenght 
    9793      
    98       CHARACTER(LEN=25) :: f_name,v_name 
     94      CHARACTER(LEN=25) :: v_name 
    9995      !!-------------------------------------------------------------------- 
    10096 
     
    11881184      INTEGER, INTENT( in ) ::   kbt         ! barotropic ocean time-step index 
    11891185      WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kt 
     1186      WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kbt 
    11901187   END SUBROUTINE obc_dta_bt 
    11911188#endif 
     
    12761273     INTEGER, INTENT (in) :: kt, jn 
    12771274     WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', kt 
     1275     WRITE(*,*) 'obc_dta_bt: You should not have seen this print! error?', jn 
    12781276   END SUBROUTINE obc_dta_bt 
    12791277#endif 
Note: See TracChangeset for help on using the changeset viewer.