Ignore:
Timestamp:
Jul 24, 2024, 4:23:34 PM (8 weeks 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/dyn3d/dynredem.F90

    r5114 r5117  
    55!-------------------------------------------------------------------------------
    66  USE IOIPSL
    7   USE strings_mod, ONLY: maxlen
     7  USE lmdz_strings, ONLY: maxlen
    88  USE infotrac, ONLY: nqtot, tracers
    99  USE netcdf, ONLY: nf90_create, nf90_def_dim, nf90_inq_varid, nf90_global,    &
     
    157157! Purpose: Write the NetCDF restart file (append).
    158158!-------------------------------------------------------------------------------
    159   USE strings_mod, ONLY: maxlen
     159  USE lmdz_strings, ONLY: maxlen
    160160  USE infotrac, ONLY: nqtot, tracers, type_trac
    161161  USE control_mod
Note: See TracChangeset for help on using the changeset viewer.