Ignore:
Timestamp:
Sep 25, 2024, 4:43:32 PM (2 months ago)
Author:
afalco
Message:

Pluto PCM: added some incompatibility checks.
AF

File:
1 edited

Legend:

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

    r3422 r3439  
    376376      REAL zdqflow(ngrid,nq)
    377377
    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 
    384378      ! Haze relatated tendancies
    385379      REAL zdqhaze(ngrid,nlayer,nq)
     
    24442438               call writediagfi(ngrid,"zdtch4cloud","ch4 cloud","T s-1",&
    24452439                           3,zdtch4cloud)
    2446              endif
     2440               call writediagfi(ngrid,"zdqch4cloud","ch4 cloud","T s-1",&
     2441                           3,zdqch4cloud(1,1,igcm_ch4_gas))
     2442            endif
    24472443
    24482444         endif
Note: See TracChangeset for help on using the changeset viewer.