Changeset 668 for trunk/LMDZ.MARS/libf/phymars/physiq.F
- Timestamp:
- May 23, 2012, 9:00:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/physiq.F
r667 r668 1637 1637 !!! 1638 1638 wtsurf(1:ngrid) = tsurf(1:ngrid) !! surface temperature 1639 wco2ice(1:ngrid) = co2ice(1:ngrid) !! co2 ice 1640 TAU_lay(:)=tau(:,1)!!true opacity (not a reference like tauref) 1639 1641 IF (tracer) THEN 1640 wco2ice(1:ngrid) = co2ice(1:ngrid) !! co2 ice1641 1642 mtot(1:ngrid) = mtot(1:ngrid) * 1.e6 / rho_ice 1642 1643 icetot(1:ngrid) = icetot(1:ngrid) * 1.e6 / rho_ice 1643 1644 !! JF 1644 TAU_lay(:)=tau(:,1)!!true opacity (not a reference like tauref)1645 1645 IF (igcm_dust_mass .ne. 0) THEN 1646 1646 qsurfice_dust(1:ngrid) = qsurf(1:ngrid,igcm_dust_mass)
Note: See TracChangeset
for help on using the changeset viewer.