Ignore:
Timestamp:
Sep 21, 2021, 9:02:49 AM (3 years ago)
Author:
cmathe
Message:

GCM MARS: CO2 clouds microphysics improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/phyredem.F90

    r2494 r2562  
    150150                    phystep,time,tsurf,tsoil,co2ice,albedo,emis,q2,qsurf,&
    151151                    tauscaling,totcloudfrac,wstar, &
    152                     mem_Mccn_co2,mem_Nccn_co2,mem_Mh2o_co2, watercap)
     152                    watercap)
    153153  ! write time-dependent variable to restart file
    154154  use iostart, only : open_restartphy, close_restartphy, &
     
    181181  real,intent(in) :: totcloudfrac(ngrid)
    182182  real,intent(in) :: wstar(ngrid)
    183   real,intent(in) :: mem_Mccn_co2(ngrid,nlay) ! CCN mass of H2O and dust used by CO2
    184   real,intent(in) :: mem_Nccn_co2(ngrid,nlay) ! CCN number of H2O and dust used by CO2
    185   real,intent(in) :: mem_Mh2o_co2(ngrid,nlay) ! H2O mass integred into CO2 crystal
    186183  real,intent(in) :: watercap(ngrid)
    187184 
     
    311308    enddo
    312309  endif
    313   ! Memory of the origin of the co2 particles
    314   if (co2useh2o) then
    315      call put_field("mem_Mccn_co2","CCN mass of H2O and dust used by CO2",mem_Mccn_co2,time)
    316      call put_field("mem_Nccn_co2","CCN number of H2O and dust used by CO2",mem_Nccn_co2,time)
    317      call put_field("mem_Mh2o_co2","H2O mass integred into CO2 crystal",mem_Mh2o_co2,time)
    318   endif
    319  
     310
    320311  ! Non-orographic gavity waves
    321312  if (calllott_nonoro) then
Note: See TracChangeset for help on using the changeset viewer.