Ignore:
Timestamp:
Sep 10, 2024, 4:25:29 PM (10 days 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/dyn3d/dynredem.F90

    r5159 r5182  
    66  USE IOIPSL
    77  USE lmdz_strings, ONLY: maxlen
    8   USE infotrac, ONLY: nqtot, tracers
     8  USE lmdz_infotrac, ONLY: nqtot, tracers
    99  USE netcdf, ONLY: nf90_create, nf90_def_dim, nf90_inq_varid, nf90_global, &
    1010          nf90_close, nf90_put_att, nf90_unlimited, nf90_clobber, &
     
    160160  !-------------------------------------------------------------------------------
    161161  USE lmdz_strings, ONLY: maxlen
    162   USE infotrac, ONLY: nqtot, tracers, type_trac
     162  USE lmdz_infotrac, ONLY: nqtot, tracers, type_trac
    163163  USE control_mod
    164164  USE netcdf, ONLY: nf90_open, nf90_nowrite, nf90_get_var, nf90_inq_varid, &
Note: See TracChangeset for help on using the changeset viewer.