Changeset 6554


Ignore:
Timestamp:
07/13/23 15:38:10 (10 months ago)
Author:
acosce
Message:

fixe a bug when we are using aerosol_couple with dynamico (in this case we don't need to read aerosol input files)
commit in LMDZ with rev 4627

Location:
CONFIG/UNIFORM/v7/IPSLCM7/SOURCES/LMDZ
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/SOURCES/LMDZ/physiq_mod.F90

    r6445 r6554  
    16711671 
    16721672!       CALL create_climoz(read_climoz) 
    1673       IF (.NOT. create_etat0_limit) CALL init_aero_fromfile(flag_aerosol)  !! initialise aero from file for XIOS interpolation (unstructured_grid) 
     1673      IF (.NOT. create_etat0_limit) CALL init_aero_fromfile(flag_aerosol, aerosol_couple)  !! initialise aero from file for XIOS interpolation (unstructured_grid) 
    16741674      IF (.NOT. create_etat0_limit) CALL init_readaerosolstrato(flag_aerosol_strat)  !! initialise aero strato from file for XIOS interpolation (unstructured_grid) 
    16751675 
Note: See TracChangeset for help on using the changeset viewer.