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 519 for trunk/NEMO/OPA_SRC/TRA/trabbl_adv.h90 – NEMO

Ignore:
Timestamp:
2006-10-11T15:49:05+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_74 : CT : - add comments for the UBS scheme

  • syntax correction
  • remove the use of eddy velocity in the calculation of poleward transport since it is already included into the normal velocity
  • remove the save of the trend associated to the BBL advective velocity since it is already included into the normal velocity
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRA/trabbl_adv.h90

    r503 r519  
    9393      !!---------------------------------------------------------------------- 
    9494 
    95  
    9695      IF( kt == nit000 )   CALL tra_bbl_init    ! initialization at first time-step 
    97  
    98       IF( l_trdtra )   THEN      ! Save ta and sa trends 
    99          ztrdt(:,:,:) = ta(:,:,:)  
    100          ztrds(:,:,:) = sa(:,:,:)  
    101       ENDIF 
    10296 
    10397      ! 1. 2D fields of bottom temperature and salinity, and bottom slope 
     
    342336      END DO 
    343337 
    344       ! save the trends for diagnostic 
    345       ! BBL lateral advection tracers trends 
    346       IF( l_trdtra )   THEN 
    347          ztrdt(:,:,:) = ta(:,:,:) - ztrdt(:,:,:) 
    348          ztrds(:,:,:) = sa(:,:,:) - ztrds(:,:,:) 
    349          CALL trd_mod(ztrdt, ztrds, jptra_trd_bbl, 'TRA', kt) 
    350       ENDIF 
    351  
    352338      IF(ln_ctl)   CALL prt_ctl( tab3d_1=ta, clinfo1=' bbl  - Ta: ', mask1=tmask,   & 
    353339         &                       tab3d_2=sa, clinfo2=       ' Sa: ', mask2=tmask, clinfo3='tra' ) 
Note: See TracChangeset for help on using the changeset viewer.