Ignore:
Timestamp:
Jan 28, 2019, 7:31:11 PM (5 years ago)
Author:
oboucher
Message:

Adding some diagnostics for type_trac=co2i

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/carbon_cycle_mod.F90

    r3447 r3453  
    8282  REAL, DIMENSION(:), ALLOCATABLE, PUBLIC :: fco2_bb ! Emission from biomass burning [kgCO2/m2/s]
    8383!$OMP THREADPRIVATE(fco2_bb)
     84  REAL, DIMENSION(:), ALLOCATABLE, PUBLIC :: fco2_land  ! Net flux from terrestrial ecocsystems [kgCO2/m2/s]
     85!$OMP THREADPRIVATE(fco2_land)
     86  REAL, DIMENSION(:), ALLOCATABLE, PUBLIC :: fco2_ocean ! Net flux from ocean [kgCO2/m2/s]
     87!$OMP THREADPRIVATE(fco2_ocean)
    8488
    8589  REAL, DIMENSION(:,:), ALLOCATABLE :: dtr_add       ! Tracer concentration to be injected
Note: See TracChangeset for help on using the changeset viewer.