Ignore:
Timestamp:
Mar 23, 2021, 4:14:07 PM (3 years ago)
Author:
lmdz-users
Message:

Modifications from Thibaut to create an ESM with interactive CO2 + INCA aerosols

File:
1 edited

Legend:

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

    r3862 r3865  
    452452  ENDIF
    453453
    454 !--OB now this is for co2i
    455   IF (type_trac == 'co2i') THEN
     454!--OB now this is for co2i - ThL: and therefore also for inco
     455  IF (type_trac == 'co2i' .OR. type_trac == 'inco') THEN
    456456     IF (carbon_cycle_cpl) THEN
    457457        ALLOCATE(co2_send(klon), stat=ierr)
Note: See TracChangeset for help on using the changeset viewer.