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 12765 for NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2020-04-17T14:45:04+02:00 (4 years ago)
Author:
hadcv
Message:

tra_ldf_iso trial using public variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r12745_HPC-02_Daley_Tiling_trial_public/src/OCE/step.F90

    r12650 r12765  
    8181      !!              -8- Outputs and diagnostics 
    8282      !!---------------------------------------------------------------------- 
    83       INTEGER ::   ji, jj, jk   ! dummy loop indice 
     83      INTEGER ::   ji, jj, jk, jtile   ! dummy loop indice 
    8484      INTEGER ::   indic        ! error indicator if < 0 
    8585!!gm kcall can be removed, I guess 
     
    264264      IF( lrst_oce .AND. ln_zdfosm ) & 
    265265           &             CALL osm_rst    ( kstp,      Nnn, 'WRITE'  )  ! write OSMOSIS outputs + ww (so must do here) to restarts 
     266 
     267      ! Loop over tile domains 
     268      DO jtile = 1, jpnijtile 
     269         IF( ln_tile )   CALL dom_tile( jtile ) 
    266270                         CALL tra_ldf    ( kstp, Nbb, Nnn, ts, Nrhs )  ! lateral mixing 
     271      END DO 
     272      IF( ln_tile )      CALL dom_tile( 0 )                            ! Revert to tile over full domain 
    267273 
    268274                         CALL tra_zdf    ( kstp, Nbb, Nnn, Nrhs, ts, Naa  )  ! vertical mixing and after tracer fields 
Note: See TracChangeset for help on using the changeset viewer.