-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Since, POP is no longer part of CESM3 it doesn't make sense for us to do our testing with land/ocean masks using the POP grid. All of these need to be moved over the MOM t232 grid. Which also means that the _g16, _g17, _g37, _mg16, mg17, mg37 grids should be removed after components have switched over. But, that will be a later issue.
There's a list of missing grid aliases that are needed in order to start using the MOM t232 ocean/land mask for all of the component model testing.
CMEPS needs the following grids:
f19_t232_rx1, f09_f09_mt232, T62_t232, ne16pg3_ne16pg3_mt232, ne5pg3_ne5pg3_mt232, f10_f10_mt232, f09_t232_gl4, ne30pg3_ne30pg3_mt232, ne30_t232
CDEPS needs these in addition to above:
f19_f19_mt232, f09_t232_gris20, f09_t232_gris4, f09_t232_ais8, f09_t232_ais8gris4, f10_f10_mt232, f10_f10_mt232_ais8gris4, f10_f10_mt232_ais8, f10_f10_mt232_ais8gris4
CICE needs this in addition:
f19_t232
CAM needs these added:
ne16_ne16_mt232, ne5pg3_ne5pg3_mt232 , ne5_ne5_mt232
(technically CAM also needs some Eulerian grids right now that I think should be removed at this point See ESCOMP/CAM#1236)
(and CAM has a C48 grid that I'm wondering if should remain as well see ESCOMP/CAM#1236 as well as the VR grids: ESCOMP/CAM#1239 and mpasa grids: ESCOMP/CAM#1240)
CLM needs to add:
ne3_ne3_mt232, ne30pg2_ne30pg2_mt232, ne120pg3_ne120pg3_t232, hcru_hcru_mt232
grids for mizuRoute might be added at a later date in a separate issue.