Ignore:
Timestamp:
Apr 21, 2025, 7:25:01 PM (2 months ago)
Author:
aborella
Message:

Small bug corrections + temporary patch for children tracers in ICO (back to full parents tracers) + now truly no aviation data needed to run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ6/branches/contrails/libf/misc/readTracFiles_mod.f90 ΒΆ

    r5618 r5623  
    121121  !--- SOME PARAMETERS THAT ARE NOT LIKELY TO CHANGE OFTEN
    122122  CHARACTER(LEN=maxlen), SAVE      :: tran0        = 'air'      !--- Default transporting fluid
    123   CHARACTER(LEN=maxlen), PARAMETER :: old_phases   = 'vlib'     !--- Old phases for water (no separator)
    124   CHARACTER(LEN=maxlen), PARAMETER :: known_phases = 'glsb'     !--- Known phases initials
     123  CHARACTER(LEN=maxlen), PARAMETER :: old_phases   = 'vlibfcapqt'     !--- Old phases for water (no separator)
     124  CHARACTER(LEN=maxlen), PARAMETER :: known_phases = 'glsbfcapqt'     !--- Known phases initials
    125125  INTEGER, PARAMETER :: nphases = LEN_TRIM(known_phases)        !--- Number of phases
    126126  CHARACTER(LEN=maxlen), SAVE      :: phases_names(nphases) &   !--- Known phases names
    127                                 = ['gaseous  ', 'liquid   ', 'solid    ','blownSnow']
     127                                = ['gaseous  ', 'liquid   ', 'solid    ','blownSnow', 'fraccld  ', 'cldvap   ', 'avifrac  ', 'pavifra  ', 'qvapavi  ', 'ticeavi  ']
    128128  CHARACTER(LEN=1),      SAVE :: phases_sep  =  '_'             !--- Phase separator
    129129  CHARACTER(LEN=maxlen), SAVE :: isoFile = 'isotopes_params.def'!--- Name of the isotopes parameters file
Note: See TracChangeset for help on using the changeset viewer.