Changeset 3825 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Jul 3, 2025, 9:42:41 AM (6 days ago)
Author:
emillour
Message:

Common Dynamics-Physics interface:
Add a clean initialization of zphi and zphis arrays.
Not really necessary but otherwise debug mode with OpenMP
sometimes spots illicit operations on these arrays
(in sections actually not used later on, so not really a bug).
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dynphy_lonlat/calfis_p.F

    r1576 r3825  
    548548c   Geopotentiel calcule par rapport a la surface locale:
    549549c   -----------------------------------------------------
    550 
     550! Initialize zphi,zphis to 0 , not really necessary but otherwise
     551! debug mode sometimes spots illicit operations on these arrays
     552! (in sections actually not used later on, so not really a bug)
     553      zphi(:,:)=0
     554      zphis(:)=0
     555     
    551556      CALL gr_dyn_fi_p(llm,iip1,jjp1,klon,pphi,zphi)
    552557
Note: See TracChangeset for help on using the changeset viewer.