Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/tracco2i_mod.F90

    r5088 r5099  
    11MODULE tracco2i_mod
    2 !
     2
    33! This module does the work for the interactive CO2 tracers
    44! Authors: Patricia Cadule and Olivier Boucher
    5 !
     5
    66! Purpose and description:
    77!  -----------------------
     
    1111! Compute global CO2 mixing ratio for radiation scheme if option is activated
    1212! Redistribute CO2 evenly over the atmosphere if transport is desactivated
    13 !
     13
    1414CONTAINS
    1515
     
    292292!    PRINT *, 'tracco2i_mod.F90 --- MAXVAL(source(:,id_CO2)) ',MAXVAL(source(:,id_CO2))
    293293!    PRINT *, 'tracco2i_mod.F90 --- MINVAL(source(:,id_CO2)) ',MINVAL(source(:,id_CO2))
    294 !
     294
    295295!--build final source term for CO2
    296296    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.