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/physiq_mod.F90

    r5112 r5113  
    2323    USE add_phys_tend_mod, ONLY: add_pbl_tend, add_phys_tend, diag_phys_tend, prt_enerbil, &
    2424            fl_ebil, fl_cor_ebil
    25     USE assert_m, ONLY: assert
     25    USE lmdz_assert, ONLY: assert
    2626    USE change_srf_frac_mod
    2727    USE conf_phys_m, ONLY: conf_phys
     
    600600
    601601    !      REAL,allocatable,save :: run_off_lic_0(:)
    602     ! !$OMP THREADPRIVATE(run_off_lic_0)
     602    !$OMP THREADPRIVATE(run_off_lic_0)
    603603    !ym      SAVE run_off_lic_0
    604604    !KE43
Note: See TracChangeset for help on using the changeset viewer.