Skip to content

Commit

Permalink
replace Obs_Time with Time in aod netcdf diagnostic ouptut (NOAA-EMC#623
Browse files Browse the repository at this point in the history
)
  • Loading branch information
RussTreadon-NOAA committed Sep 19, 2023
1 parent 1ba5a44 commit 4fdbd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsi/setupaod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ subroutine contents_netcdf_diag_
call nc_diag_metadata("Observation_Class", obsclass)
call nc_diag_metadata_to_single("Latitude",(cenlat)) ! observation latitude (degrees)
call nc_diag_metadata_to_single("Longitude",(cenlon)) ! observation longitude (degrees)
call nc_diag_metadata_to_single("Obs_Time",(dtime))!-time_offset)) ! observation time (hours relative to analysis time)
call nc_diag_metadata_to_single("Time",(dtime))!-time_offset)) ! observation time (hours relative to analysis time)
call nc_diag_metadata_to_single("Sol_Zenith_Angle",(pangs)) ! solar zenith angle (degrees)
call nc_diag_metadata_to_single("Sol_Azimuth_Angle",(data_s(isazi_ang,n))) ! solar azimuth angle (degrees)
call nc_diag_metadata("Surface_type", nint(data_s(istyp,n)))
Expand Down

0 comments on commit 4fdbd2f

Please sign in to comment.