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

Changeset 1358


Ignore:
Timestamp:
2009-03-31T14:10:37+02:00 (15 years ago)
Author:
rblod
Message:

Update diaptr for compatibility with AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diaptr.F90

    r1346 r1358  
    6262   REAL(wp), PUBLIC, DIMENSION(jpj) ::   st_glo,st_atl,st_ind,st_pac,st_ipc !: salt 
    6363 
    64    INTEGER :: nidom_diaptr = FLIO_DOM_NONE ! domain identifier for IOIPSL 
    6564   INTEGER :: niter 
    6665 
     
    574573!-$$      ENDIF  
    575574 
    576       CALL flio_dom_set ( jpnj, nproc/jpni, idid, iglo, iloc, iabsf, iabsl, ihals, ihale, 'BOX', nidom_diaptr) 
     575      CALL flio_dom_set ( jpnj, nproc/jpni, idid, iglo, iloc, iabsf, iabsl, ihals, ihale, 'BOX', nidom) 
    577576       
    578577   END SUBROUTINE dia_ptr_init 
     
    702701            ! Horizontal grid : zphi() 
    703702            CALL histbeg(clhstnam, 1, zfoo, jpj, zphi,   & 
    704                1, 1, 1, jpj, niter, zjulian, zdt*nf_ptr, nhoridz, numptr, domain_id=nidom_diaptr ) 
     703               1, 1, 1, jpj, niter, zjulian, zdt*nf_ptr, nhoridz, numptr, domain_id=nidom) 
    705704            ! Vertical grids : gdept_0, gdepw_0 
    706705            CALL histvert( numptr, "deptht", "Vertical T levels",   & 
Note: See TracChangeset for help on using the changeset viewer.