Changeset 5641 for LMDZ6/branches/contrails/libf/misc
- Timestamp:
- May 1, 2025, 6:00:03 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails/libf/misc/readTracFiles_mod.f90
r5623 r5641 121 121 !--- SOME PARAMETERS THAT ARE NOT LIKELY TO CHANGE OFTEN 122 122 CHARACTER(LEN=maxlen), SAVE :: tran0 = 'air' !--- Default transporting fluid 123 CHARACTER(LEN=maxlen), PARAMETER :: old_phases = 'vlibfc apqt' !--- Old phases for water (no separator)124 CHARACTER(LEN=maxlen), PARAMETER :: known_phases = 'glsbfc apqt' !--- Known phases initials123 CHARACTER(LEN=maxlen), PARAMETER :: old_phases = 'vlibfczyxw' !--- Old phases for water (no separator) 124 CHARACTER(LEN=maxlen), PARAMETER :: known_phases = 'glsbfczyxw' !--- Known phases initials 125 125 INTEGER, PARAMETER :: nphases = LEN_TRIM(known_phases) !--- Number of phases 126 126 CHARACTER(LEN=maxlen), SAVE :: phases_names(nphases) & !--- Known phases names 127 = ['gaseous ', 'liquid ', 'solid ','blownSnow', 'fraccld ', 'cldvap ', ' avifrac ', 'pavifra ', 'qvapavi ', 'ticeavi']127 = ['gaseous ', 'liquid ', 'solid ','blownSnow', 'fraccld ', 'cldvap ', 'zlincont ', 'ycircont ', 'xlincontw', 'wcircontw'] 128 128 CHARACTER(LEN=1), SAVE :: phases_sep = '_' !--- Phase separator 129 129 CHARACTER(LEN=maxlen), SAVE :: isoFile = 'isotopes_params.def'!--- Name of the isotopes parameters file
Note: See TracChangeset
for help on using the changeset viewer.