Ignore:
Timestamp:
Oct 24, 2024, 1:10:49 PM (4 weeks ago)
Author:
afalco
Message:

Pluto PCM: fixed some variables imports for 'libphy' compilation (to compile with DYNAMICO).
AF

File:
1 edited

Legend:

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

    r3438 r3477  
    1212  USE tracer_h, only: noms, igcm_n2, lw_n2
    1313  USE callkeys_mod, only: fast,ch4lag,latlag,nbsub,no_n2frost,tsurfmax,kmixmin,source_haze,vmrlag
    14   USE comvert_mod, ONLY: ap,bp
     14  USE vertical_layers_mod, ONLY: ap,bp
    1515  use geometry_mod, only: latitude
    1616
     
    549549
    550550!         Value transfert at the surface interface when condensation sublimation:
    551           if (zmflux(1).lt.0) then 
     551          if (zmflux(1).lt.0) then
    552552!               Surface condensation
    553553                zum(1)= zu(1)
    554                 zvm(1)= zv(1) 
     554                zvm(1)= zv(1)
    555555                ztm(1) = ztc(1)
    556           else 
     556          else
    557557!               Surface sublimation:
    558558                ztm(1) = ztsrf(ig) + pdtsrfc(ig)*ptimestep
    559                 zum(1) = 0 
    560                 zvm(1) = 0 
     559                zum(1) = 0
     560                zvm(1) = 0
    561561          end if
    562562          do iq=1,nq
     
    571571                DO iq=1,nq
    572572                 tname=noms(iq)
    573                  if (tname(1:4).eq."haze") then 
     573                 if (tname(1:4).eq."haze") then
    574574                       !zqm(1,iq)=0.02
    575575                       !zqm(1,iq)=-pdicen2(ig)*0.02
     
    580580                 endif
    581581                ENDDO
    582                ENDIF     
    583           ENDIF     
     582               ENDIF
     583          ENDIF
    584584          ztm(klev+1)= ztc(klev) ! should not be used, but...
    585585          zum(klev+1)= zu(klev)  ! should not be used, but...
Note: See TracChangeset for help on using the changeset viewer.