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 463 for trunk/NEMO/OPA_SRC/ZDF/zdfmxl.F90 – NEMO

Ignore:
Timestamp:
2006-05-10T19:26:55+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_054:RB: take into account tracers and dynamics reorganization, change atsk to jki

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/ZDF/zdfmxl.F90

    r384 r463  
    44   !! Ocean physics: mixed layer depth  
    55   !!====================================================================== 
    6  
     6   !! History : 
     7   !!   9.0  !  03-08  (G. Madec)  OpenMP/autotasking optimization 
    78   !!---------------------------------------------------------------------- 
    89   !!   zdf_mxl      : Compute the turbocline and mixed layer depths. 
     
    4445CONTAINS 
    4546 
    46 # if defined key_autotasking 
    47    !!---------------------------------------------------------------------- 
    48    !!   'key_autotasking'                               j-k-i loop (j-slab) 
     47# if defined key_mpp_omp 
     48   !!---------------------------------------------------------------------- 
     49   !!   'key_mpp_omp'                                   j-k-i loop (j-slab) 
    4950   !!---------------------------------------------------------------------- 
    5051 
     
    6364      !! ** Action  : 
    6465      !! 
    65       !! History : 
    66       !!   9.0  !  03-08  (G. Madec)  autotasking optimization 
    6766      !!---------------------------------------------------------------------- 
    6867      !! * Arguments 
     
    7877      IF( kt == nit000 ) THEN 
    7978         IF(lwp) WRITE(numout,*) 
    80          IF(lwp) WRITE(numout,*) 'zdf_mxl : mixed layer depth' 
    81          IF(lwp) WRITE(numout,*) '~~~~~~~   auto-tasking case : j-k-i loop' 
    82          IF(lwp) WRITE(numout,*) 
     79         IF(lwp) WRITE(numout,*) 'zdf_mxl : mixed layer depth, j-k-i loops' 
     80         IF(lwp) WRITE(numout,*) '~~~~~~~' 
    8381      ENDIF 
    8482 
     
    135133      !                                                ! =============== 
    136134 
    137       IF(ln_ctl)   THEN 
    138          CALL prt_ctl(tab2d_1=REAL(nmln,wp), clinfo1=' nmln : ', tab2d_2=hmld, clinfo2=' hmld : ', ovlap=1) 
    139       ENDIF 
    140        
     135      IF(ln_ctl)   CALL prt_ctl( tab2d_1=REAL(nmln,wp), clinfo1=' nmln : ', tab2d_2=hmld, clinfo2=' hmld : ', ovlap=1 ) 
    141136 
    142137   END SUBROUTINE zdf_mxl 
     
    239234      END DO 
    240235 
    241       IF(ln_ctl)   THEN 
    242          CALL prt_ctl(tab2d_1=REAL(nmln,wp), clinfo1=' nmln : ', tab2d_2=hmld, clinfo2=' hmld : ', ovlap=1) 
    243       ENDIF 
     236      IF(ln_ctl)   CALL prt_ctl( tab2d_1=REAL(nmln,wp), clinfo1=' nmln : ', tab2d_2=hmld, clinfo2=' hmld : ', ovlap=1 ) 
    244237 
    245238   END SUBROUTINE zdf_mxl 
Note: See TracChangeset for help on using the changeset viewer.