Ignore:
Timestamp:
Jan 23, 2023, 11:28:51 AM (17 months 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/phylmdiso/phyetat0_mod.F90

    r4384 r4389  
    4040  USE geometry_mod,     ONLY: longitude_deg, latitude_deg
    4141  USE iostart,          ONLY: close_startphy, get_field, get_var, open_startphy
    42   USE infotrac_phy,     ONLY: nqtot, nbtr, type_trac, types_trac, tracers
     42  USE infotrac_phy,     ONLY: nqtot, nbtr, type_trac, tracers
    4343  USE readTracFiles_mod,ONLY: maxlen, new2oldH2O
    4444  USE traclmdz_mod,     ONLY: traclmdz_from_restart
     
    492492
    493493!--OB now this is for co2i - ThL: and therefore also for inco
    494   IF (ANY(types_trac == 'co2i') .OR. ANY(types_trac == 'inco')) THEN
     494  IF (ANY(type_trac == ['co2i','inco'])) THEN
    495495     IF (carbon_cycle_cpl) THEN
    496496        ALLOCATE(co2_send(klon), stat=ierr)
Note: See TracChangeset for help on using the changeset viewer.