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 4804 for branches/2014/dev_CNRS1_10_TEOS10_Ediag/NEMOGCM/NEMO/OPA_SRC/TRD – NEMO

Ignore:
Timestamp:
2014-10-03T12:47:03+02:00 (10 years ago)
Author:
cetlod
Message:

branch dev_CNRS1_10_TEOS10_Ediag : add changes to avoid compilation errors owhen coupling with TOP components

Location:
branches/2014/dev_CNRS1_10_TEOS10_Ediag/NEMOGCM/NEMO/OPA_SRC/TRD
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_CNRS1_10_TEOS10_Ediag/NEMOGCM/NEMO/OPA_SRC/TRD/trddyn.F90

    r4619 r4804  
    8787      !  Mixed layer trends for active tracers 
    8888      !<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
    89 !!gm      IF( ln_dyn_mld )   CALL trd_mld_dyn    
     89!!gm      IF( ln_dyn_mxl )   CALL trd_mxl_dyn    
    9090      ! 
    9191   END SUBROUTINE trd_dyn 
  • branches/2014/dev_CNRS1_10_TEOS10_Ediag/NEMOGCM/NEMO/OPA_SRC/TRD/trdtra.F90

    r4619 r4804  
    1919   USE zdf_oce        ! ocean vertical physics 
    2020   USE trd_oce        ! trends: ocean variables 
    21    USE trdmod_trc     ! ocean passive mixed layer tracers trends  
     21   USE trdtrc     ! ocean passive mixed layer tracers trends  
    2222   USE trdglo         ! trends: global domain averaged 
    2323   USE trdpen         ! trends: Potential ENergy 
     
    7373      !!              call to trd_tra_adv 
    7474      !!              - 'TRA' case : regroup T & S trends 
    75       !!              - send the trends to trd_tra_mng (trdmod_trc) for further processing 
     75      !!              - send the trends to trd_tra_mng (trdtrc) for further processing 
    7676      !!---------------------------------------------------------------------- 
    7777      INTEGER                         , INTENT(in)           ::   kt      ! time step 
     
    157157                                 ztrds(:,:,:) = ptrd(:,:,:) * tmask(:,:,:) 
    158158         END SELECT 
    159          !                            ! send trend to trd_mod_trc 
    160          CALL trd_mod_trc( ztrds, ktra, ktrd, kt )  
     159         !                            ! send trend to trd_trc 
     160         CALL trd_trc( ztrds, ktra, ktrd, kt )  
    161161         ! 
    162162      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.