Changes between Version 16 and Version 17 of IPSLCM5ACo2


Ignore:
Timestamp:
12/09/10 16:49:39 (13 years ago)
Author:
cetlod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPSLCM5ACo2

    v16 v17  
    122122 * PISCES est modifié pour diagnostiquer le flux total de carbone océanique cumulé sur la durée du run 
    123123{{{ 
    124       t_oce_co2_flx = t_oce_co2_flx + SUM( oce_co2(:,:) * tmask_i(:,:) )           ! Cumulative Total Flux of Carbon 
     124      t_oce_co2_flx = t_oce_co2_flx + SUM( oce_co2(:,:) * tmask_i(:,:) ) ! Cumulative Total Flux of Carbon 
    125125      IF( kt == nitend ) THEN 
    126126         ! 
    127          IF( lk_mpp )   CALL mpp_sum( t_oce_co2_flx )                              ! sum over the global domain   
    128          t_oce_co2_flx = (-1.) * t_oce_co2_flx  * 12. / 1.e15                      ! Conversion in PgC ; negative for out of the ocean 
     127         IF( lk_mpp )   CALL mpp_sum( t_oce_co2_flx )             ! sum over the global domain   
     128         t_oce_co2_flx = (-1.) * t_oce_co2_flx  * 12. / 1.e15     ! Conversion in PgC ; negative for out of the ocean 
    129129         ! 
    130130      ENDIF