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 258 for trunk/NEMO/OPA_SRC/TRA/trabbc.F90 – NEMO

Ignore:
Timestamp:
2005-09-02T17:48:36+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_004 : CT : Integration of the control print option for debugging work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbc.F90

    r247 r258  
    1616   USE phycst          ! physical constants 
    1717   USE in_out_manager  ! I/O manager 
     18   USE prtctl          ! Print control 
    1819 
    1920   IMPLICIT NONE 
     
    8384      INTEGER ::   ji, jj              ! dummy loop indices 
    8485#endif 
    85       REAL(wp) ::   zta                ! temporary scalar 
    8686      !!---------------------------------------------------------------------- 
    8787 
     
    107107#endif 
    108108 
    109       IF(l_ctl) THEN 
    110          zta = SUM( ta(2:nictl,2:njctl,1:jpkm1) * tmask(2:nictl,2:njctl,1:jpkm1) ) 
    111          WRITE(numout,*) ' bbc  - Ta: ', zta-t_ctl 
    112          t_ctl = zta 
     109      IF(ln_ctl) THEN 
     110         CALL prt_ctl(tab3d_1=ta, clinfo1=' bbc  - Ta: ', mask1=tmask, clinfo3='tra-ta') 
    113111      ENDIF 
    114112 
Note: See TracChangeset for help on using the changeset viewer.