Changeset 5099 for LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
- Timestamp:
- Jul 22, 2024, 9:29:09 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90
r5088 r5099 1 1 MODULE tracco2i_mod 2 ! 2 3 3 ! This module does the work for the interactive CO2 tracers 4 4 ! Authors: Patricia Cadule and Olivier Boucher 5 ! 5 6 6 ! Purpose and description: 7 7 ! ----------------------- … … 11 11 ! Compute global CO2 mixing ratio for radiation scheme if option is activated 12 12 ! Redistribute CO2 evenly over the atmosphere if transport is desactivated 13 ! 13 14 14 CONTAINS 15 15 … … 292 292 ! PRINT *, 'tracco2i_mod.F90 --- MAXVAL(source(:,id_CO2)) ',MAXVAL(source(:,id_CO2)) 293 293 ! PRINT *, 'tracco2i_mod.F90 --- MINVAL(source(:,id_CO2)) ',MINVAL(source(:,id_CO2)) 294 ! 294 295 295 !--build final source term for CO2 296 296 source(:,id_CO2)=fco2_ff(:)+fco2_bb(:)+fco2_land(:)+fco2_ocean(:)-fco2_ocean_cor(:)-fco2_land_cor(:)
Note: See TracChangeset
for help on using the changeset viewer.