Ignore:
Timestamp:
Jul 22, 2024, 6:53:44 PM (2 months ago)
Author:
abarral
Message:

Remove CRAY key (obsolete calls to functions that don't exist anymore, bugs in some implementations, irrelevant now)
Replace usage of CPP_XIOS key by using_xios logical
Remove always unused testcpu bits
Replace most uses of CPP_StratAer by the corresponding logical defined in lmdz_cppkeys_wrapper.F90 [this breaks iso compilation because phyiso doesn't define all aerosols - to be fixed later]
Replaces uses of include "yomcst.h" by the lmdz_yomcst.f90 module in .[fF]90 files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/filtrez/inifgn.F

    r5079 r5098  
    6767      END DO
    6868c
    69 #ifdef CRAY
    70       CALL MXM(eignfnu,iim,eignfnv,iim,vec ,iim)
    71       CALL MXM(eignfnv,iim,eignfnu,iim,vec1,iim)
    72 #else
    7369      DO j = 1, iim
    7470      DO i = 1, iim
     
    8177      ENDDO
    8278      ENDDO
    83 #endif
    8479
    8580c
Note: See TracChangeset for help on using the changeset viewer.