Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (3 months ago)
Author:
abarral
Message:

Rename modules in misc from *_mod > lmdz_*
Put cbrt.f90, ch*.f90, pch*.f90 in new lmdz_libmath_pch.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/regr_pr_time_av_m.F90

    r5112 r5113  
    116116            nf95_inq_dimid, nf95_inquire_dimension, nf95_get_var
    117117    USE netcdf, ONLY: nf90_inq_varid, nf90_noerr
    118     USE assert_m, ONLY: assert
    119     USE assert_eq_m, ONLY: assert_eq
     118    USE lmdz_assert, ONLY: assert
     119    USE lmdz_assert_eq, ONLY: assert_eq
    120120    !!  USE comvert_mod,    ONLY: scaleheight
    121121    USE interpolation, ONLY: locate
Note: See TracChangeset for help on using the changeset viewer.