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_comb_coefoz_m.F90

    r5110 r5113  
    22module regr_pr_comb_coefoz_m
    33
    4   implicit none
     4  IMPLICIT NONE
    55
    66  ! The five module variables declared here are on the partial
     
    7373    use netcdf95, only: nf95_open, nf95_close
    7474    use netcdf, only: nf90_nowrite
    75     use assert_m, only: assert
     75    use lmdz_assert, only: assert
    7676    use dimphy, only: klon
    7777    use lmdz_phys_mpi_data, only: is_mpi_root
Note: See TracChangeset for help on using the changeset viewer.