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/dyn3d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d/dynetat0.f90

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

    r4050 r4063  
    77  USE IOIPSL
    88#endif
    9   USE infotrac, ONLY: nqtot, tracers, maxlen
     9  USE strings_mod, ONLY: maxlen
     10  USE infotrac, ONLY: nqtot, tracers
    1011  USE netcdf, ONLY: NF90_CREATE, NF90_DEF_DIM, NF90_INQ_VARID, NF90_GLOBAL,    &
    1112                    NF90_CLOSE,  NF90_PUT_ATT, NF90_UNLIMITED, NF90_CLOBBER,   &
     
    166167! Purpose: Write the NetCDF restart file (append).
    167168!-------------------------------------------------------------------------------
    168   USE infotrac, ONLY: nqtot, tracers, type_trac, maxlen
     169  USE strings_mod, ONLY: maxlen
     170  USE infotrac, ONLY: nqtot, tracers, type_trac
    169171  USE control_mod
    170172  USE netcdf,   ONLY: NF90_OPEN,  NF90_NOWRITE, NF90_GET_VAR, NF90_INQ_VARID,  &
Note: See TracChangeset for help on using the changeset viewer.