Changeset 3897 for trunk/LMDZ.COMMON/libf/dynphy_lonlat
- Timestamp:
- Aug 18, 2025, 8:31:38 AM (8 days ago)
- Location:
- trunk/LMDZ.COMMON/libf/dynphy_lonlat
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dynphy_lonlat/calfis.F
r1576 r3897 225 225 c---------------------------------------------- 226 226 c moyennes globales pour le profil de pression 227 if(planet_type.eq."titan" .or.planet_type.eq."venus") then227 if(planet_type.eq."titan") then 228 228 ALLOCATE(plevmoy(llm+1)) 229 229 ALLOCATE(playmoy(llm)) -
trunk/LMDZ.COMMON/libf/dynphy_lonlat/calfis_p.F
r3891 r3897 315 315 c------------------------------------------------------------------ 316 316 c 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) 318 320 call AllGather_Field(pp,iip1*jjp1,llmp1) 319 321 call AllGather_Field(pteta,iip1*jjp1,llm)
Note: See TracChangeset
for help on using the changeset viewer.