Ignore:
Timestamp:
Aug 20, 2024, 12:12:41 PM (3 months ago)
Author:
afalco
Message:

Pluto PCM: Fixed some issue with no gcm.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3390 r3411  
    17031703      ! Surface pressure.
    17041704      ps(1:ngrid) = pplev(1:ngrid,1) + pdpsrf(1:ngrid)*ptimestep
     1705      call globalaverage2d(ngrid,ps,globave)
    17051706
    17061707      ! pressure density !pluto specific
     
    23212322                              2,zdqssed(:,igcm_ch4_gas))
    23222323             endif
    2323              if (metcloud) then
     2324             if (metcloud.and.(.not.fast)) then
    23242325               call writediagfi(ngrid,"zdtch4cloud","ch4 cloud","T s-1",&
    23252326                           3,zdtch4cloud)
Note: See TracChangeset for help on using the changeset viewer.