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/phylmd/StratAer/cond_evap_tstep_mod.F90

    r5087 r5098  
    2828      USE aerophys
    2929      USE infotrac_phy
    30       USE YOMCST, ONLY : RPI
     30      USE lmdz_yomcst, ONLY : RPI
    3131      USE sulfate_aer_mod, ONLY : wph2so4, surftension, solh2so4, rpmvh2so4
    3232      USE strataer_local_var_mod, ONLY : ALPH2SO4, RRSI
    3333     
    3434      IMPLICIT NONE
    35      
     35
    3636      REAL, PARAMETER :: third=1./3.
    3737     
     
    177177      USE aerophys
    178178      USE infotrac_phy
    179       USE YOMCST, ONLY : RPI
     179      USE lmdz_yomcst, ONLY : RPI
    180180      USE strataer_local_var_mod, ONLY : ALPH2SO4, RRSI
    181181
     
    290290      USE aerophys
    291291      USE infotrac_phy
    292       USE YOMCST, ONLY : RPI
     292      USE lmdz_yomcst, ONLY : RPI
    293293      USE strataer_local_var_mod, ONLY : RRSI,Vbin
    294294     
Note: See TracChangeset for help on using the changeset viewer.