Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (4 months ago)
Author:
abarral
Message:

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/dyn3dmem/dynredem_loc.F90

    r5114 r5117  
    77  USE parallel_lmdz
    88  USE mod_hallo
    9   USE strings_mod, ONLY: maxlen
     9  USE lmdz_strings, ONLY: maxlen
    1010  USE infotrac, ONLY: nqtot, tracers
    1111  USE netcdf, ONLY: nf90_create, nf90_def_dim, nf90_inq_varid, nf90_global,    &
     
    166166  USE parallel_lmdz
    167167  USE mod_hallo
    168   USE strings_mod, ONLY: maxlen
     168  USE lmdz_strings, ONLY: maxlen
    169169  USE infotrac, ONLY: nqtot, tracers, type_trac
    170170  USE control_mod
Note: See TracChangeset for help on using the changeset viewer.