NOAA-EMC / CMEPS

NUOPC Community Mediator for Earth Prediction Systems
https://escomp.github.io/CMEPS/
0 stars 20 forks source link

Refactor setting the source and destination mask values for mapping #64

Closed DeniseWorthen closed 2 years ago

DeniseWorthen commented 2 years ago

Currently a large section of code in med_map_mod.F90 is used to define the src and dst masking for various component couplings. https://github.com/NOAA-EMC/CMEPS/blob/df272f1430c05236843b983b1b0cf760c29d5397/mediator/med_map_mod.F90#L393 Most of these settings are in fact default values for a component and should be set more directly according whether a component is acting as a source or destination.