Skip to content
Snippets Groups Projects
Commit f5c0f1af authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 01/12/2023: profilers: remove point temperature output (keep vertical...

Philippe 01/12/2023: profilers: remove point temperature output (keep vertical profile) because not at profiler vertical position (was taken at first level)
parent 9fc7dce7
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ call Sensor_write_workarrays_deallocate( )
!----------------------------------------------------------------------------
!Treat point values
IPROC = 5
IPROC = 4
IF (LDIAG_SURFRAD_PROF) THEN
IPROC = IPROC + 10
IF(CRAD/="NONE") IPROC = IPROC + 8
......@@ -271,7 +271,6 @@ call Add_point( 'IWV', 'Integrated Water Vapour', 'kg m-2', tpprofiler%xiwv )
call Add_point( 'ZTD', 'Zenith Tropospheric Delay', 'm', tpprofiler%xztd )
call Add_point( 'ZWD', 'Zenith Wet Delay', 'm', tpprofiler%xzwd )
call Add_point( 'ZHD', 'Zenith Hydrostatic Delay', 'm', tpprofiler%xzhd )
call Add_point( 'T', 'Temperature', 'K', tpprofiler%xt(1,:) )
if ( crad /= 'NONE' ) call Add_point( 'Tsrad', 'Radiative Surface Temperature', 'K', tpprofiler%xtsrad(:) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment