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 2038 for branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/LOBSTER/trcsms_lobster.F90 – NEMO

Ignore:
Timestamp:
2010-08-02T12:57:40+02:00 (14 years ago)
Author:
cetlod
Message:

Apply the merge to passive tracers, see ticket:693

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2006_merge_TRA_TRC/NEMO/TOP_SRC/LOBSTER/trcsms_lobster.F90

    r1255 r2038  
    1919   USE trcsed 
    2020   USE trcexp 
    21    USE trdmld_trc_oce 
     21   USE trdmod_oce 
     22   USE trdmod_trc 
    2223   USE trdmld_trc 
    2324 
     
    5051 
    5152      CALL trc_opt( kt )      ! optical model 
    52  
    5353      CALL trc_bio( kt )      ! biological model 
    54  
    5554      CALL trc_sed( kt )      ! sedimentation model 
    56  
    5755      CALL trc_exp( kt )      ! export 
    5856 
     
    6058          DO jn = jp_lob0, jp_lob1 
    6159            ztrlob(:,:,:) = tra(:,:,:,jn) 
    62             CALL trd_mod_trc( ztrlob, jn, jptrc_trd_sms, kt )   ! save trends 
     60            CALL trd_mod_trc( ztrlob, jn, jptra_trd_sms, kt )   ! save trends 
    6361          END DO 
    6462      END IF 
Note: See TracChangeset for help on using the changeset viewer.