Ignore:
Timestamp:
Jul 24, 2024, 1:17:08 PM (4 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_int_m.F90

    r5110 r5113  
    44  ! Author: Lionel GUEZ
    55
    6   implicit none
     6  IMPLICIT NONE
    77
    88contains
     
    2626    use dimphy, only: klon
    2727    use netcdf95, only: nf95_inq_varid, nf95_get_var
    28     use assert_m, only: assert
     28    use lmdz_assert, only: assert
    2929    use regr_lint_m, only: regr_lint
    3030    use lmdz_phys_mpi_data, only: is_mpi_root
Note: See TracChangeset for help on using the changeset viewer.