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 1119 for trunk/NEMO/TOP_SRC/trcdia.F90 – NEMO

Ignore:
Timestamp:
2008-06-20T17:17:41+02:00 (16 years ago)
Author:
cetlod
Message:

style of all top namelist has been modified ; update modules to take it into account, see ticket:196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/trcdia.F90

    r1077 r1119  
    2323   USE oce_trc 
    2424   USE trc 
     25   USE trp_trc 
    2526   USE dianam    ! build name of file (routine) 
    2627   USE in_out_manager  ! I/O manager 
     
    7778       
    7879      CALL trcdit_wr( kt, kindic )      ! outputs for tracer concentration 
    79        
    80  
    8180      CALL trcdid_wr( kt, kindic )      ! outputs for dynamical trends 
    82  
    83        
    8481      CALL trcdii_wr( kt, kindic )      ! outputs for additional arrays 
    85  
    86        
    8782      CALL trcdib_wr( kt, kindic )      ! outputs for biological trends 
    8883 
     
    437432               IF( jl == jpdiatrc )   WRITE (cltra,'("SBC_",a)') ctrcnm(jn)      ! surface boundary conditions 
    438433               ! 
    439                CALL histwrite(nit6(jn), cltra, it, trtrd(:,:,:,ikeep(jn),jl)   & 
    440                   &          ,ndimt50, ndext50) 
     434               CALL histwrite(nit6(jn), cltra, it, trtrd(:,:,:,ikeep(jn),jl),ndimt50, ndext50) 
    441435            END DO 
    442436         END IF 
     
    562556         ! more 2D horizontal arrays 
    563557         DO jn = 1, jpdia2d 
    564             cltra=ctrc2d(jn)    ! short title for 2D diagnostic 
    565             cltral=ctrc2l(jn)   ! long title for 2D diagnostic 
    566             cltrau=ctrc2u(jn)   ! UNIT for 2D diagnostic 
     558            cltra  = ctrc2d(jn)    ! short title for 2D diagnostic 
     559            cltral = ctrc2l(jn)   ! long title for 2D diagnostic 
     560            cltrau = ctrc2u(jn)   ! UNIT for 2D diagnostic 
    567561            CALL histdef( nitd, cltra, cltral, cltrau, jpi, jpj, nhoritd,  & 
    568562               &          1, 1, 1,  -99, 32, clop, zsto, zout ) 
     
    591585      DO jn = 1, jpdia3d 
    592586         cltra = ctrc3d(jn)   ! short title for 3D diagnostic 
    593          CALL histwrite( nitd, cltra, it, trc3d(:,:,:,jn), ndimt50  & 
    594             &           ,ndext50) 
     587         CALL histwrite( nitd, cltra, it, trc3d(:,:,:,jn), ndimt50 ,ndext50) 
    595588      END DO 
    596589 
     
    598591      DO jn = 1, jpdia2d 
    599592         cltra = ctrc2d(jn)   ! short title for 2D diagnostic 
    600          CALL histwrite(nitd, cltra, it, trc2d(:,:,jn), ndimt51    & 
    601             &   ,ndext51) 
     593         CALL histwrite(nitd, cltra, it, trc2d(:,:,jn), ndimt51  ,ndext51) 
    602594      END DO 
    603595 
Note: See TracChangeset for help on using the changeset viewer.