Ignore:
Timestamp:
Jan 25, 2022, 1:01:52 AM (3 years ago)
Author:
dcugnet
Message:

Except if the bench fails, last commit before switching to the new parser.

  • parser routines taken from version 6 of https://svn.lmd.jussieu.fr/tracers-parser
  • significant changes in "infotrac", now close to its target version. Modified old code is active (hard-coded flag: lOldCode=.TRUE.). New code will be activated in the next commit, then old code will be suppressed.
  • probably problems with the isotopic version, to be fixed after tgcc maintenance...
Location:
LMDZ6/trunk/libf/dyn3dmem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/dynetat0_loc.F90

    r4052 r4063  
    77!-------------------------------------------------------------------------------
    88  USE parallel_lmdz
    9   USE infotrac,    ONLY: nqtot, tracers, iqiso, iso_indnum, tnat, alpha_ideal, ok_isotopes, maxlen
     9  USE strings_mod, ONLY: maxlen
     10  USE infotrac,    ONLY: nqtot, tracers, iqiso, iso_indnum, tnat, alpha_ideal, ok_isotopes
    1011  USE netcdf, ONLY: NF90_OPEN,  NF90_INQUIRE_DIMENSION, NF90_INQ_VARID,        &
    1112      NF90_NOWRITE, NF90_CLOSE, NF90_INQUIRE_VARIABLE,  NF90_GET_VAR, NF90_NoErr
  • LMDZ6/trunk/libf/dyn3dmem/dynredem_loc.F90

    r4050 r4063  
    99  USE parallel_lmdz
    1010  USE mod_hallo
    11   USE infotrac, ONLY: nqtot, tracers, maxlen
     11  USE strings_mod, ONLY: maxlen
     12  USE infotrac, ONLY: nqtot, tracers
    1213  USE netcdf, ONLY: NF90_CREATE, NF90_DEF_DIM, NF90_INQ_VARID, NF90_GLOBAL,    &
    1314                    NF90_CLOSE,  NF90_PUT_ATT, NF90_UNLIMITED, NF90_CLOBBER,   &
     
    174175  USE parallel_lmdz
    175176  USE mod_hallo
    176   USE infotrac, ONLY: nqtot, tracers, type_trac, maxlen
     177  USE strings_mod, ONLY: maxlen
     178  USE infotrac, ONLY: nqtot, tracers, type_trac
    177179  USE control_mod
    178180  USE netcdf,   ONLY: NF90_OPEN,  NF90_NOWRITE, NF90_GET_VAR, NF90_INQ_VARID,  &
Note: See TracChangeset for help on using the changeset viewer.