Ignore:
Timestamp:
Sep 10, 2024, 4:25:29 PM (2 months ago)
Author:
abarral
Message:

(WIP) Replace REPROBUS CPP KEY by logical
properly name modules

File:
1 edited

Legend:

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

    r5159 r5182  
    88  USE mod_hallo
    99  USE lmdz_strings, ONLY: maxlen
    10   USE infotrac, ONLY: nqtot, tracers
     10  USE lmdz_infotrac, ONLY: nqtot, tracers
    1111  USE netcdf, ONLY: nf90_create, nf90_def_dim, nf90_inq_varid, nf90_global, &
    1212          nf90_close, nf90_put_att, nf90_unlimited, nf90_clobber, &
     
    169169  USE mod_hallo
    170170  USE lmdz_strings, ONLY: maxlen
    171   USE infotrac, ONLY: nqtot, tracers, type_trac
     171  USE lmdz_infotrac, ONLY: nqtot, tracers, type_trac
    172172  USE control_mod
    173173  USE netcdf, ONLY: nf90_open, nf90_nowrite, nf90_get_var, nf90_inq_varid, &
Note: See TracChangeset for help on using the changeset viewer.