Changeset 3439 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Sep 25, 2024, 4:43:32 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3422 r3439 376 376 REAL zdqflow(ngrid,nq) 377 377 378 REAL zdteuv(ngrid,nlayer) ! (K/s)379 REAL zdtconduc(ngrid,nlayer) ! (K/s)380 REAL zdumolvis(ngrid,nlayer)381 REAL zdvmolvis(ngrid,nlayer)382 real zdqmoldiff(ngrid,nlayer,nq)383 384 378 ! Haze relatated tendancies 385 379 REAL zdqhaze(ngrid,nlayer,nq) … … 2444 2438 call writediagfi(ngrid,"zdtch4cloud","ch4 cloud","T s-1",& 2445 2439 3,zdtch4cloud) 2446 endif 2440 call writediagfi(ngrid,"zdqch4cloud","ch4 cloud","T s-1",& 2441 3,zdqch4cloud(1,1,igcm_ch4_gas)) 2442 endif 2447 2443 2448 2444 endif
Note: See TracChangeset
for help on using the changeset viewer.