Ignore:
Timestamp:
Jan 23, 2023, 11:28:51 AM (2 years ago)
Author:
dcugnet
Message:
  • revert to original "type_trac" management:
    • 4 characters keyword (lmdz, Inca, repr, co2i, into, aeNP, coag
    • no longer a list of component with "|" separator
    • the parsed (with "|" separator) version "types_trac" is no longer used
    • the sole routine using a list of component is readTracFiles
  • fix for INCA and CO2Aer modes: setGeneration is now a function, index corrections for had/vadv.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phy_common/physics_distribution_mod.F90

    r4263 r4389  
    1313  USE mod_grid_phy_lmdz, ONLY: init_grid_phy_lmdz
    1414  USE dimphy, ONLY : Init_dimphy
    15   USE infotrac_phy, ONLY : types_trac
     15  USE infotrac_phy, ONLY : type_trac
    1616#ifdef REPROBUS
    1717  USE CHEM_REP, ONLY : Init_chem_rep_phys
     
    3939#ifdef REPROBUS
    4040! Initialization of Reprobus
    41     IF (ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev)
     41    IF (type_trac == 'repr') CALL Init_chem_rep_phys(klon_omp,nbp_lev)
    4242#endif
    4343
     
    5050!  USE mod_grid_phy_lmdz, ONLY: Init_grid_phy_lmdz!, nbp_lev
    5151!  USE dimphy, ONLY : Init_dimphy
    52 !  USE infotrac_phy, ONLY : types_trac
     52!  USE infotrac_phy, ONLY : type_trac
    5353!#ifdef REPROBUS
    5454!  USE CHEM_REP, ONLY : Init_chem_rep_phys
     
    7171!#ifdef REPROBUS
    7272!! Initialization of Reprobus
    73 !    IF (ANY(types_trac == 'repr')) CALL Init_chem_rep_phys(klon_omp,nbp_lev)
     73!    IF (type_trac == 'repr') CALL Init_chem_rep_phys(klon_omp,nbp_lev)
    7474!    END IF
    7575!#endif
Note: See TracChangeset for help on using the changeset viewer.