Mass conservation at f32: GMAO did the work of keeping mass conservation for f32 calculation.
Unfortunately those changes will invalidate 8.1.3 version of the FV3GFS we are using for translate test. We need a new strategy and/or data set.
Another task is to move D_SW fluxes (dpx, x/yflux, cx/y in original Fortran) to always be f64 for the GEOS model. And ask NOAA if they also want this change. Original code is in @fvdycore/model/sw_core.F90:d_sw
Parent: GEOS-ESM/SMT-Nebulae#55
Mass conservation at f32: GMAO did the work of keeping mass conservation for f32 calculation.
Unfortunately those changes will invalidate 8.1.3 version of the FV3GFS we are using for translate test. We need a new strategy and/or data set.
Another task is to move D_SW fluxes (
dpx,x/yflux,cx/yin original Fortran) to always be f64 for the GEOS model. And ask NOAA if they also want this change. Original code is in@fvdycore/model/sw_core.F90:d_swParent: GEOS-ESM/SMT-Nebulae#55
dpxfix to mass is implemented