Ignore:
Timestamp:
Oct 22, 2024, 11:55:35 AM (4 months ago)
Author:
abarral
Message:

Wrap uses of cpp key CPP_PHYS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/call_calfis_mod.F90

    r5084 r5250  
    8888  USE comvert_mod, ONLY: ap, bp, pressure_exner
    8989  USE temps_mod, ONLY: day_ini, day_ref, jd_ref, jh_ref, start_time
     90  USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_PHYS
     91
    9092 
    9193  IMPLICIT NONE
     
    230232  !$OMP BARRIER
    231233
    232 #ifdef CPP_PHYS
     234IF (CPPKEY_PHYS) THEN
    233235    CALL calfis_loc(lafin ,jD_cur, jH_cur,                       &
    234236                     ucov,vcov,teta,q,masse,ps,p,pk,phis,phi ,   &
    235237                     du,dv,dteta,dq,                             &
    236238                     flxw, dufi,dvfi,dtetafi,dqfi,dpfi  )
    237 #endif
     239END IF
    238240    ijb=ij_begin
    239241    ije=ij_end 
Note: See TracChangeset for help on using the changeset viewer.