Changeset 368 for trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
- Timestamp:
- Nov 9, 2011, 4:40:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/physiq.F90
r365 r368 2005 2005 call writediagfi(ngrid,"tsurf","Surface temperature","K",2,tsurf) 2006 2006 call writediagfi(ngrid,"ps","Surface pressure","Pa",2,ps) 2007 2008 if(1.eq.2)then2009 2007 call writediagfi(ngrid,"temp","temperature","K",3,zt) 2010 2008 call writediagfi(ngrid,"u","Zonal wind","m.s-1",3,zu) … … 2012 2010 call writediagfi(ngrid,"w","Vertical wind","m.s-1",3,pw) 2013 2011 call writediagfi(ngrid,'p','Pressure','Pa',3,pplay) 2014 endif2015 2012 2016 2013 ! Total energy balance diagnostics … … 2036 2033 !call writediagfi(ngrid,"vdifNC","H2O loss vdifc","kg m-2 s-1",2,vdifcncons) 2037 2034 !call writediagfi(ngrid,"cadjNC","H2O loss convadj","kg m-2 s-1",2,cadjncons) 2038 call writediagfi(ngrid,'rnat','Terrain type',' ',2,real(rnat))2035 !call writediagfi(ngrid,'rnat','Terrain type',' ',2,real(rnat)) 2039 2036 !call writediagfi(ngrid,'pphi','Geopotential',' ',3,pphi) 2040 !print*,vdifcncons2041 !call abort2042 2037 2043 2038 ! Output aerosols 2044 !call writediagfi(ngridmx,'CO2ice_reff','CO2ice_reff','m',3,reffrad(1,1,1))2045 !call writediagfi(ngridmx,'H2Oice_reff','H2Oice_reff','m',3,reffrad(1,1,2))2046 !call writediagfi(ngridmx,'CO2ice_reffcol','CO2ice_reffcol','um kg m^-2',2,reffcol(1,1))2047 !call writediagfi(ngridmx,'H2Oice_reffcol','H2Oice_reffcol','um kg m^-2',2,reffcol(1,2))2039 call writediagfi(ngridmx,'CO2ice_reff','CO2ice_reff','m',3,reffrad(1,1,1)) 2040 call writediagfi(ngridmx,'H2Oice_reff','H2Oice_reff','m',3,reffrad(1,1,2)) 2041 call writediagfi(ngridmx,'CO2ice_reffcol','CO2ice_reffcol','um kg m^-2',2,reffcol(1,1)) 2042 call writediagfi(ngridmx,'H2Oice_reffcol','H2Oice_reffcol','um kg m^-2',2,reffcol(1,2)) 2048 2043 2049 2044 ! Output tracers 2050 2045 if (tracer) then 2051 2046 do iq=1,nq 2052 !call writediagfi(ngrid,noms(iq),noms(iq),'kg/kg',3,zq(1,1,iq))2047 call writediagfi(ngrid,noms(iq),noms(iq),'kg/kg',3,zq(1,1,iq)) 2053 2048 ! call writediagfi(ngridmx,trim(noms(iq))//'_surf',trim(noms(iq))//'_surf', & 2054 2049 ! 'kg m^-2',2,qsurf(1,iq) )
Note: See TracChangeset
for help on using the changeset viewer.