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 5605 for branches/NERC/dev_r5589_marine_glacier_termini/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90 – NEMO

Ignore:
Timestamp:
2015-07-16T20:05:07+02:00 (9 years ago)
Author:
mathiot
Message:

Marine glacier termini: initial commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_marine_glacier_termini/NEMOGCM/NEMO/OPA_SRC/TRA/trasbc.F90

    r5431 r5605  
    2626   USE trdtra          ! trends manager: tracers  
    2727   ! 
     28   USE traicw          ! ice wall parametrization 
    2829   USE in_out_manager  ! I/O manager 
    2930   USE prtctl          ! Print control 
     
    287288         END DO   
    288289      ENDIF 
     290 
     291 
     292      ! compute trend 
     293      IF ( ln_traicw ) THEN 
     294         tsa(:,:,:,1) = tsa(:,:,:,1) + 0.5_wp * ( ricw_tsc(:,:,:,1) + ricw_tsc_b(:,:,:,1) ) 
     295         tsa(:,:,:,2) = tsa(:,:,:,2) + 0.5_wp * ( ricw_tsc(:,:,:,2) + ricw_tsc_b(:,:,:,2) ) 
     296      END IF 
    289297  
    290298      IF( l_trdtra )   THEN                      ! send trends for further diagnostics 
Note: See TracChangeset for help on using the changeset viewer.