Changeset 758 for trunk/LMDZ.MARS/libf
- Timestamp:
- Aug 8, 2012, 9:00:35 AM (12 years ago)
- Location:
- trunk/LMDZ.MARS/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dyn3d/inidissip.F
r334 r758 51 51 c FF 2004 52 52 if (pseudoalt(llm).lt.160.) then 53 fac_mid= 2! coeff pour dissipation aux basses/moyennes altitudes53 fac_mid=3 ! coeff pour dissipation aux basses/moyennes altitudes 54 54 fac_up=30 ! coeff multiplicateur pour dissipation hautes altitudes 55 55 startalt=70. ! altitude en Km de la transition mid / up 56 56 delta=20.! Intervalle (km) pour le changement mid / up 57 57 else ! thermosphere model 58 fac_mid= 2! coeff pour dissipation aux basses/moyennes altitudes59 fac_up= 25! coeff multiplicateur pour dissipation hautes altitudes58 fac_mid=3 ! coeff pour dissipation aux basses/moyennes altitudes 59 fac_up=30 ! coeff multiplicateur pour dissipation hautes altitudes 60 60 c startalt: 95 OK for MY24 61 startalt= 95. ! altitude en Km de la transition mid / up61 startalt=70. ! altitude en Km de la transition mid / up 62 62 delta=30.! Intervalle (km) pour le changement mid /up 63 63 end if -
trunk/LMDZ.MARS/libf/phymars/physiq.F
r757 r758 1585 1585 call wstats(ngrid,"co2ice","CO2 ice cover", 1586 1586 & "kg.m-2",2,co2ice) 1587 call wstats(ngrid,"tauref","reference dod at 610 Pa","NU", 1588 & 2,tauref) 1587 1589 call wstats(ngrid,"fluxsurf_lw", 1588 1590 & "Thermal IR radiative flux to surface","W.m-2",2, … … 1605 1607 call wstats(ngrid,"rho","Atmospheric density","kg/m3",3,rho) 1606 1608 call wstats(ngrid,"pressure","Pressure","Pa",3,pplay) 1607 ccall wstats(ngrid,"q2",1608 c& "Boundary layer eddy kinetic energy",1609 c& "m2.s-2",3,q2)1610 ccall wstats(ngrid,"emis","Surface emissivity","w.m-1",2,1611 c& emis)1609 call wstats(ngrid,"q2", 1610 & "Boundary layer eddy kinetic energy", 1611 & "m2.s-2",3,q2) 1612 call wstats(ngrid,"emis","Surface emissivity","w.m-1",2, 1613 & emis) 1612 1614 c call wstats(ngrid,"ssurf","Surface stress","N.m-2", 1613 1615 c & 2,zstress) … … 1616 1618 c call wstats(ngrid,"lw_htrt","lw heat.rate", 1617 1619 c & "W.m-2",3,zdtlw) 1620 1621 if (calltherm) then 1622 call wstats(ngrid,"zmax_th","Height of thermals", 1623 & "m",2,zmax_th) 1624 call wstats(ngrid,"hfmax_th","Max thermals heat flux", 1625 & "K.m/s",2,hfmax_th) 1626 call wstats(ngrid,"wstar", 1627 & "Max vertical velocity in thermals", 1628 & "m/s",2,wstar) 1629 endif 1618 1630 1619 1631 if (tracer) then … … 1637 1649 & "surface h2o_ice","kg/m2", 1638 1650 & 2,qsurf(1,igcm_h2o_ice)) 1639 ccall wstats(ngrid,'albedo',1640 c& 'albedo',1641 c& '',2,albedo(1:ngridmx,1))1651 call wstats(ngrid,'albedo', 1652 & 'albedo', 1653 & '',2,albedo(1:ngridmx,1)) 1642 1654 call wstats(ngrid,"mtot", 1643 1655 & "total mass of water vapor","kg/m2", … … 1847 1859 c call WRITEDIAGFI(ngrid,"q2","q2","kg.m-3",3,q2) 1848 1860 c call WRITEDIAGFI(ngrid,'Teta','T potentielle','K',3,zh) 1849 call WRITEDIAGFI(ngrid,"pressure","Pressure","Pa",3, pplay)1861 call WRITEDIAGFI(ngrid,"pressure","Pressure","Pa",3,zplay) 1850 1862 c call WRITEDIAGFI(ngrid,"ssurf","Surface stress","N.m-2",2, 1851 1863 c & zstress) … … 1980 1992 c ---------------------------------------------------------- 1981 1993 1982 ccall WRITEDIAGFI(ngridmx,'tauref',1983 c& 'Dust ref opt depth','NU',2,tauref)1994 call WRITEDIAGFI(ngridmx,'tauref', 1995 & 'Dust ref opt depth','NU',2,tauref) 1984 1996 1985 1997 if (tracer.and.(dustbin.ne.0)) then
Note: See TracChangeset
for help on using the changeset viewer.