Changeset 3411 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Aug 20, 2024, 12:12:41 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3390 r3411 1703 1703 ! Surface pressure. 1704 1704 ps(1:ngrid) = pplev(1:ngrid,1) + pdpsrf(1:ngrid)*ptimestep 1705 call globalaverage2d(ngrid,ps,globave) 1705 1706 1706 1707 ! pressure density !pluto specific … … 2321 2322 2,zdqssed(:,igcm_ch4_gas)) 2322 2323 endif 2323 if (metcloud ) then2324 if (metcloud.and.(.not.fast)) then 2324 2325 call writediagfi(ngrid,"zdtch4cloud","ch4 cloud","T s-1",& 2325 2326 3,zdtch4cloud)
Note: See TracChangeset
for help on using the changeset viewer.