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 5601 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/TRA/trabbl_crs.F90 – NEMO

Ignore:
Timestamp:
2015-07-16T11:04:29+02:00 (9 years ago)
Author:
cbricaud
Message:

commit changes/bugfix/... for crs ; ok with time-splitting/fixed volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/TRA/trabbl_crs.F90

    r5105 r5601  
    2828   USE phycst         ! physical constant 
    2929   USE eosbn2_crs     ! equation of state 
    30    USE trdmod_oce     ! trends: ocean variables 
     30   USE trd_oce        ! trends: ocean variables 
    3131   USE trdtra         ! trends: active tracers 
    3232   USE iom            ! IOM server                
     
    3838   USE crs 
    3939   USE crslbclnk 
    40    USE crsiom 
     40   USE crsfld 
    4141 
    4242 
     
    154154         ztrdt(:,:,:) = tsa_crs(:,:,:,jp_tem) - ztrdt(:,:,:) 
    155155         ztrds(:,:,:) = tsa_crs(:,:,:,jp_sal) - ztrds(:,:,:) 
    156          CALL trd_tra( kt, 'TRA', jp_tem, jptra_trd_bbl, ztrdt ) 
    157          CALL trd_tra( kt, 'TRA', jp_sal, jptra_trd_bbl, ztrds ) 
     156         CALL trd_tra( kt, 'TRA', jp_tem, jptra_bbl, ztrdt ) 
     157         CALL trd_tra( kt, 'TRA', jp_sal, jptra_bbl, ztrds ) 
    158158         CALL wrk_dealloc( jpi, jpj, jpk, ztrdt, ztrds )  
    159159      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.