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/dyn3d_common/inter_barxy_m.F90

    r5101 r5113  
    66  ! Authors: Robert SADOURNY, Phu LE VAN, Lionel GUEZ
    77
    8   implicit none
    9 
    10   private
     8  IMPLICIT NONE
     9
     10  PRIVATE
    1111  public inter_barxy
    1212
     
    1515  SUBROUTINE inter_barxy(dlonid, dlatid, champ, rlonimod, rlatimod, champint)
    1616
    17     use assert_eq_m, only: assert_eq
    18     use assert_m, only: assert
     17    use lmdz_assert_eq, only: assert_eq
     18    use lmdz_assert, only: assert
    1919
    2020    include "dimensions.h"
     
    117117    !      ( Les abscisses sont exprimees en degres)
    118118
    119     use assert_eq_m, only: assert_eq
     119    use lmdz_assert_eq, only: assert_eq
    120120
    121121    IMPLICIT NONE
     
    299299    ! L'indice 1 correspond à l'interface maille 1 -- maille 2.
    300300
    301     use assert_m, only: assert
     301    use lmdz_assert, only: assert
    302302
    303303    IMPLICIT NONE
     
    373373    ! Finally, the procedure adds 90° as the last value of the array.
    374374
    375     use assert_eq_m, only: assert_eq
     375    use lmdz_assert_eq, only: assert_eq
    376376    use comconst_mod, only: pi
    377377
Note: See TracChangeset for help on using the changeset viewer.