Closed uturuncoglu closed 1 year ago
@uturuncoglu I didn't realize this issue existed on ESCOMP, but I think it was fixed by PR https://github.com/ESCOMP/CMEPS/pull/338. I ran the cpld_control_noaero_p8_agrid test and the ATM units for lat and lon are now radians:
Med_aoflux_ocn_lat:units = "degrees_N"
Med_aoflux_ocn_lon:units = "degrees_E"
Med_aoflux_atm_lat:units = "radians"
Med_aoflux_atm_lon:units = "radians"
@DeniseWorthen Thanks for the fix. So, we could close this issue now. Right?
Yes.
It seems that the units of coordinate dimensions in mediator history are not consistent. Under UFS application, the units of the
Med_aoflux_atm_lon
andMed_aoflux_atm_lat
are in radian butMed_aoflux_ocn_lon
andMed_aoflux_ocn_lat
are in degrees. If I use ncdump,but
Med_aoflux_atm_lon
andMed_aoflux_atm_lat
are not in degrees.