Are there any linked Issues or Pull Requests?
related to #265
Brief description
Currently LFRic2UM does not use a land-sea mask, so sea points in a land field come out as MDI, and coastal points get corrupted by interpolating actual data with MDI points. Possibly blocks #265, possibly blocked-by #265
Further details of the issue.
Lines 195 & 196 in applications/lfricinputs/source/lfric2um/lfric2um_initialise_um_mod.f90 are:
! hardcode for now - aquaplanet
int_constants(ih_land_points) = 0
Are there any linked Issues or Pull Requests?
related to #265
Brief description
Currently LFRic2UM does not use a land-sea mask, so sea points in a land field come out as MDI, and coastal points get corrupted by interpolating actual data with MDI points. Possibly blocks #265, possibly blocked-by #265
Further details of the issue.
Lines 195 & 196 in
applications/lfricinputs/source/lfric2um/lfric2um_initialise_um_mod.f90are: