@@ -568,7 +568,7 @@ subroutine write_cosp2_output(Npoints, Ncolumns, Nlevels, lev, lon, lat, cospOUT
568568 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
569569 endif
570570 if (associated (cospOUT% calipso_cldtypemeanz)) then
571- ! Opaque cloud temperature
571+ ! Opaque cloud altitude
572572 status = nf90_def_var(fileID," clopaquemeanz" ,nf90_float, (/ dimID(1 )/ ),varID(101 ))
573573 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
574574 status = nf90_put_att(fileID,varID(101 )," long_name" ," CALIPSO Opaque Cloud Altitude" )
@@ -577,7 +577,7 @@ subroutine write_cosp2_output(Npoints, Ncolumns, Nlevels, lev, lon, lat, cospOUT
577577 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
578578 status = nf90_put_att(fileID,varID(101 )," standard_name" , " opaque_cloud_altitude" )
579579 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
580- ! Thin cloud temperature
580+ ! Thin cloud altitude
581581 status = nf90_def_var(fileID," clthinmeanz" ,nf90_float, (/ dimID(1 )/ ),varID(102 ))
582582 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
583583 status = nf90_put_att(fileID,varID(102 )," long_name" ," CALIPSO Thin Cloud Altitude" )
@@ -608,7 +608,7 @@ subroutine write_cosp2_output(Npoints, Ncolumns, Nlevels, lev, lon, lat, cospOUT
608608 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
609609 status = nf90_put_att(fileID,varID(104 )," standard_name" , " opaque_cloud_altitude_se" )
610610 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
611- ! Thin cloud
611+ ! Thin cloud altitude with respect to Surface Elevation
612612 status = nf90_def_var(fileID," clthinmeanzse" ,nf90_float, (/ dimID(1 )/ ),varID(105 ))
613613 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
614614 status = nf90_put_att(fileID,varID(105 )," long_name" ," CALIPSO Thin Cloud Altitude with respect to SE" )
@@ -617,7 +617,7 @@ subroutine write_cosp2_output(Npoints, Ncolumns, Nlevels, lev, lon, lat, cospOUT
617617 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
618618 status = nf90_put_att(fileID,varID(105 )," standard_name" , " thin_cloud_altitude_se" )
619619 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
620- ! z_opaque
620+ ! z_opaque altitude with respect to Surface Elevation
621621 status = nf90_def_var(fileID," clzopaquecalipsose" ,nf90_float, (/ dimID(1 )/ ),varID(106 ))
622622 if (status .ne. nf90_NoERR) print * ,trim (nf90_strerror(status))
623623 status = nf90_put_att(fileID,varID(106 )," long_name" ," CALIPSO z_opaque Altitude with respect to SE" )
0 commit comments