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/dyn3dpar/gcm.F

    r2622 r3865  
    209209#endif
    210210
    211       IF (type_trac == 'inca') THEN
     211      IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN
    212212#ifdef INCA
    213213         call init_const_lmdz(
     
    415415c   Initialisation des dimensions d'INCA :
    416416c   --------------------------------------
    417       IF (type_trac == 'inca') THEN
     417      IF (type_trac == 'inca' .OR. type_trac == 'inco') THEN
    418418!$OMP PARALLEL
    419419#ifdef INCA
Note: See TracChangeset for help on using the changeset viewer.