Ignore:
Timestamp:
Dec 7, 2018, 10:08:07 PM (6 years ago)
Author:
oboucher
Message:

Further changes for the interactive CO2 cycle
Pulling out the definition of emission terms from tracco2i into carbon cycle module
Declaration in phyetat0

File:
1 edited

Legend:

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

    r3317 r3421  
    435435     END DO
    436436     CALL traclmdz_from_restart(trs)
    437 
     437  ENDIF
     438
     439!--OB now this is for co2i
     440  IF (type_trac == 'co2i') THEN
    438441     IF (carbon_cycle_cpl) THEN
    439442        ALLOCATE(co2_send(klon), stat=ierr)
Note: See TracChangeset for help on using the changeset viewer.