Ignore:
Timestamp:
Aug 18, 2025, 8:31:38 AM (8 days ago)
Author:
emillour
Message:

Dynamics-physics interface for Venus PCM:
Remove computation of mean temperature and presure profiles for
Venus physics as:
1 - They are not used
2 - They cause major issues when turning on OpenMP (which will need

further investigation if ever we want to use OpenMP for Titan).

EM

Location:
trunk/LMDZ.COMMON/libf/dynphy_lonlat
Files:
2 edited

Legend:

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

    r1576 r3897  
    225225c----------------------------------------------
    226226c moyennes globales pour le profil de pression
    227        if(planet_type.eq."titan".or.planet_type.eq."venus") then
     227       if(planet_type.eq."titan") then
    228228        ALLOCATE(plevmoy(llm+1))
    229229        ALLOCATE(playmoy(llm))
  • trunk/LMDZ.COMMON/libf/dynphy_lonlat/calfis_p.F

    r3891 r3897  
    315315c------------------------------------------------------------------
    316316c moyennes globales pour les profils de pression et de temperature
    317       if(planet_type.eq."titan".or.planet_type.eq."venus") then
     317      if(planet_type.eq."titan") then
     318! Ehouarn: these calls seem to cause issues when in OpenMP...
     319! (but not a problem for now since Titan physics only used with MPI)
    318320        call AllGather_Field(pp,iip1*jjp1,llmp1)
    319321        call AllGather_Field(pteta,iip1*jjp1,llm)
Note: See TracChangeset for help on using the changeset viewer.