Ignore:
Timestamp:
Jan 13, 2025, 2:52:33 PM (4 weeks ago)
Author:
debatzbr
Message:

Remove generic_aerosols and generic_condensation, along with their related variables (useless). RENAME THE VARIABLE AEROHAZE TO OPTICHAZE.

File:
1 edited

Legend:

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

    r3184 r3572  
    7575
    7676  ! not used
    77   real cloudfrac(1,llm)
    78   real totcloudfrac(1)
    7977  real tau_col(1)
    8078
     
    104102
    105103  pi=2.E+0*asin(1.E+0)
    106 
    107   cloudfrac(1,:)  = 0.0
    108   totcloudfrac(1)  = 0.0
    109 
    110104
    111105  nlayer=llm
     
    385379          fluxabs_sw,fluxtop_dn,OLR_nu,OSR_nu,GSR_nu,     &
    386380          int_dtaui,int_dtauv,                            &
    387           tau_col,cloudfrac,totcloudfrac,                 &
    388           .false.,firstcall,lastcall)
     381          tau_col,firstcall,lastcall)
    389382
    390383     !write(*,*) 'BASE 3'
     
    396389     !     fluxsurfabs_sw,'T',fluxtop_lw,'U',                      &
    397390     !     fluxabs_sw,'V',fluxtop_dn,'W',OLR_nu,'X',OSR_nu,'Y',tau_col,'Z',    &
    398      !     cloudfrac,'A1',totcloudfrac,'A2',.false.,'A3',firstcall,'A4',lastcall
     391     !     .false.,'A3',firstcall,'A4',lastcall
    399392
    400393
     
    437430       fluxtop_lw, fluxabs_sw,fluxtop_dn,OLR_nu,OSR_nu,GSR_nu, &
    438431       int_dtaui,int_dtauv,                                    &
    439        tau_col,cloudfrac,totcloudfrac,                         &
    440        .false.,firstcall,lastcall)
     432       tau_col,firstcall,lastcall)
    441433
    442434
     
    449441     !     fluxsurfabs_sw,'T',fluxtop_lw,'U',                      &
    450442     !     fluxabs_sw,'V',fluxtop_dn,'W',OLR_nu,'X',OSR_nu,'Y',tau_col,'Z',    &
    451      !     cloudfrac,'A1',totcloudfrac,'A2',.false.,'A3',firstcall,'A4',lastcall
     443     !     .false.,'A3',firstcall,'A4',lastcall
    452444
    453445
Note: See TracChangeset for help on using the changeset viewer.