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 6231 for branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2016-01-12T11:51:52+01:00 (8 years ago)
Author:
aumont
Message:

update PISCES QUOTA to its latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r4607 r6231  
    5858      !!                or read data or analytical formulation 
    5959      !!--------------------------------------------------------------------- 
    60       INTEGER ::   jk, jn, jl    ! dummy loop indices 
     60      INTEGER ::   ji,jj,jk, jn, jl    ! dummy loop indices 
    6161      CHARACTER (len=25) :: charout 
    6262      REAL(wp), POINTER, DIMENSION(:,:,:) ::  ztrcdta   ! 4D  workspace 
     
    138138        ENDIF 
    139139        ! 
     140        trn(:,:,:,:) = MAX(0., trn(:,:,:,:) ) 
    140141        trb(:,:,:,:) = trn(:,:,:,:) 
    141142        !  
    142       ENDIF 
    143   
     143      ENDIF  
     144 
    144145      tra(:,:,:,:) = 0._wp 
    145146       
Note: See TracChangeset for help on using the changeset viewer.