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 5779 for branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/TRA/tradmp.F90 – NEMO

Ignore:
Timestamp:
2015-10-06T18:28:13+02:00 (9 years ago)
Author:
mathiot
Message:

ISF coupling branch: correct some compilation issues, remove code related to MISOMIP/ISOMIP+ and polishing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5589_is_oce_cpl/NEMOGCM/NEMO/OPA_SRC/TRA/tradmp.F90

    r5619 r5779  
    102102      REAL(wp) ::   zta, zsa             ! local scalars 
    103103      REAL(wp), POINTER, DIMENSION(:,:,:,:) ::  zts_dta  
    104       REAL(wp), POINTER, DIMENSION(:,:,:,:) ::  zts_dtadmp  
    105104      !!---------------------------------------------------------------------- 
    106105      ! 
    107106      IF( nn_timing == 1 )  CALL timing_start( 'tra_dmp') 
    108107      ! 
    109       CALL wrk_alloc( jpi, jpj, jpk, jpts,  zts_dta, zts_dtadmp ) 
     108      CALL wrk_alloc( jpi, jpj, jpk, jpts,  zts_dta ) 
    110109      !                           !==   input T-S data at kt   ==! 
    111       CALL dta_tsd( kt, zts_dta, zts_dtadmp )            ! read and interpolates T-S data at kt 
    112       zts_dta=zts_dtadmp 
     110      CALL dta_tsd( kt, zts_dta )            ! read and interpolates T-S data at kt 
    113111      ! 
    114112      SELECT CASE ( nn_zdmp )     !==    type of damping   ==! 
     
    176174         &                       tab3d_2=tsa(:,:,:,jp_sal), clinfo2=       ' Sa: ', mask2=tmask, clinfo3='tra' ) 
    177175      ! 
    178       CALL wrk_dealloc( jpi, jpj, jpk, jpts,  zts_dta, zts_dtadmp ) 
     176      CALL wrk_dealloc( jpi, jpj, jpk, jpts,  zts_dta ) 
    179177      ! 
    180178      IF( nn_timing == 1 )  CALL timing_stop( 'tra_dmp') 
Note: See TracChangeset for help on using the changeset viewer.