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

    r5110 r5113  
    22module regr_pr_o3_m
    33
    4   implicit none
     4  IMPLICIT NONE
    55
    66contains
     
    2727    use netcdf95, only: nf95_open, nf95_close, nf95_inq_varid, nf95_get_var
    2828    use netcdf, only:  nf90_nowrite
    29     use assert_m, only: assert
     29    use lmdz_assert, only: assert
    3030    use regr_conserv_m, only: regr_conserv
    3131    use press_coefoz_m, only: press_in_edg
Note: See TracChangeset for help on using the changeset viewer.