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 14786 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/trcini.F90 – NEMO

Ignore:
Timestamp:
2021-05-05T09:09:10+02:00 (3 years ago)
Author:
aumont
Message:

Various bug fixes in PISCES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/trcini.F90

    r14227 r14786  
    244244      ! 
    245245      IF( ln_trcdta )   CALL trc_dta_ini( jptra )           ! set initial tracers values 
    246       ! 
    247       IF( ln_trcbc .AND. lltrcbc )  THEN  
    248         CALL trc_bc_ini ( jptra, Kmm  )            ! set tracers Boundary Conditions 
    249         CALL trc_bc     ( nit000, Kmm, tr, Kaa )   ! tracers: surface and lateral Boundary Conditions 
    250       ENDIF 
    251       ! 
    252       IF( ln_trcais ) CALL trc_ais_ini   ! set tracers from Antarctic Ice Sheet 
    253246      ! 
    254247      IF( ln_rsttr ) THEN              ! restart from a file 
     
    273266      ! 
    274267      tr(:,:,:,:,Kaa) = 0._wp 
     268      ! 
     269      IF( ln_trcbc .AND. lltrcbc )  THEN 
     270        CALL trc_bc_ini ( jptra, Kmm  )            ! set tracers Boundary Conditions 
     271        CALL trc_bc     ( nit000, Kmm, tr, Kaa )   ! tracers: surface and lateral Boundary Conditions 
     272      ENDIF 
     273      ! 
     274      IF( ln_trcais ) CALL trc_ais_ini   ! set tracers from Antarctic Ice Sheet 
    275275      !                                                         ! Partial top/bottom cell: GRADh(tr(Kmm)) 
    276276   END SUBROUTINE trc_ini_state 
Note: See TracChangeset for help on using the changeset viewer.