Ignore:
Timestamp:
Nov 29, 2016, 8:19:05 AM (8 years ago)
Author:
aslmd
Message:

added a scenario cloudco2 mars=32 for CO2 clouds. initial and boundary conditions remain to be done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r1629 r1635  
    22202220      !state  real  RICE      ikj   misc  1  -  h  "RICE"      "ICE RADIUS"                      "m"
    22212221      comm_RICE(1:ngrid,1:nlayer) = rice(1:ngrid,1:nlayer)
    2222 
     2222      if (co2clouds) then
     2223        comm_RICE(1:ngrid,1:nlayer) = riceco2(1:ngrid,1:nlayer)
     2224      endif
    22232225   
    22242226      !! calculate sensible heat flux in W/m2 for outputs
Note: See TracChangeset for help on using the changeset viewer.