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 591 – NEMO

Changeset 591


Ignore:
Timestamp:
2007-01-24T10:47:56+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_003 : CT : - add declaration of idvar

  • add initialization of itobce, itobcw, itobcn, itobcs variables
File:
1 edited

Legend:

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

    r473 r591  
    9292                                itobcs, itobcn     !    "       "       "       " 
    9393      INTEGER ::  istop         
    94       INTEGER ::  iprint        ! frequency for printouts. 
    95       INTEGER :: id_e, id_w, id_n, id_s       ! file identifiers 
     94      INTEGER ::  iprint                              ! frequency for printouts. 
     95      INTEGER ::  idvar, id_e, id_w, id_n, id_s       ! file identifiers 
    9696      LOGICAL :: llnot_done 
    9797      CHARACTER(LEN=25) :: cl_vname 
     
    108108      IF ( kt == nit000 ) THEN 
    109109       
    110          nlecto =  0 
     110         nlecto = 0 
     111         itobce(1) = 0   ;    itobcw(1) = 0 
     112         itobcn(1) = 0   ;    itobcs(1) = 0 
    111113 
    112114         IF (lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.