Ignore:
Timestamp:
Jul 26, 2024, 5:56:37 PM (4 months ago)
Author:
abarral
Message:

Replace academic.h, alpale.h, comdissip.h, comdissipn.h, comdissnew.h by modules
Remove unused clesph0.h

Location:
LMDZ6/branches/Amaury_dev/libf/misc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/misc/lmdz_vampir.F90

    r5119 r5134  
    1919
    2020#ifdef USE_VT
    21     include 'VT.inc'
     21    INCLUDE 'VT.inc'
    2222    INTEGER :: ierr
    2323   
     
    3232
    3333#ifdef USE_MPE
    34     include 'mpe_logf.h'
     34    INCLUDE 'mpe_logf.h'
    3535    INTEGER :: ierr,i
    3636   
     
    5353    INTEGER :: number
    5454#ifdef USE_VT   
    55     include 'VT.inc'
     55    INCLUDE 'VT.inc'
    5656    INTEGER :: ierr
    5757   
     
    5959#endif
    6060#ifdef USE_MPE
    61     include 'mpe_logf.h'
     61    INCLUDE 'mpe_logf.h'
    6262    INTEGER :: ierr,i
    6363    ierr = MPE_Log_event( MPE_begin(number), 0, '' )
     
    7070    INTEGER :: Number
    7171#ifdef USE_VT   
    72     include 'VT.inc'
     72    INCLUDE 'VT.inc'
    7373    INTEGER :: ierr
    7474   
     
    7777
    7878#ifdef USE_MPE
    79     include 'mpe_logf.h'
     79    INCLUDE 'mpe_logf.h'
    8080    INTEGER :: ierr,i
    8181    ierr = MPE_Log_event( MPE_end(number), 0, '' )
  • LMDZ6/branches/Amaury_dev/libf/misc/lmdz_xer.f90

    r5123 r5134  
    10451045    !   891214  Prologue converted to Version 4.0 format.  (BAB)
    10461046    !   900206  Routine changed from user-callable to subsidiary.  (WRB)
    1047     !   900510  Changed calling sequence to include LIBRARY and SUBROUTINE
     1047    !   900510  Changed calling sequence to INCLUDE LIBRARY and SUBROUTINE
    10481048    !       names, changed routine name from XERCTL to XERCNT.  (RWC)
    10491049    !   920501  Reformatted the REFERENCES section.  (WRB)
Note: See TracChangeset for help on using the changeset viewer.