Ignore:
Timestamp:
Jul 22, 2024, 6:53:44 PM (17 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/makelmdz_fcm

    r5093 r5098  
    441441  fi
    442442
     443  STRATAER_PATH="$LIBFGCM/phy${physique}/StratAer"
    443444  if [[ $strataer = "true" ]]; then
    444445     CPP_KEY="$CPP_KEY CPP_StratAer"
    445      STRATAER_PATH="$LIBFGCM/phy${physique}/StratAer"
    446446  fi
    447447
Note: See TracChangeset for help on using the changeset viewer.