Ignore:
Timestamp:
Sep 17, 2025, 11:24:26 AM (2 months ago)
Author:
rkazeroni
Message:

For GPU porting of clouds_gno and clouds_bigauss routines:

  • Put routine into module (speeds up source-to-source transformation)
  • Add "horizontal" comment to specify possible names of horizontal variables
  • Remove unnecessary declaration of intrinsic function erf
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r5813 r5816  
    2929    USE carbon_cycle_mod, ONLY : infocfields_init, RCO2_glo, carbon_cycle_rad
    3030    USE CFMIP_point_locations   ! IM stations CFMIP
     31    USE clouds_bigauss_mod, ONLY: clouds_bigauss
     32    USE clouds_gno_mod, ONLY: clouds_gno
    3133    USE cmp_seri_mod
    3234    USE dimphy
Note: See TracChangeset for help on using the changeset viewer.