You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the fv3atm, some CCPP physics schemes read per-tile static files. With a global simulation that has a single static nest (tile 7) the nest will read tile 1, which is the first global tile. This is because the model is using tile_of_mosaic instead of global_tile.
Describe the solution you'd like
The atmosphere_control_data should be able to provide the global_tile.
Is your feature request related to a problem? Please describe.
Additional information is here:
NOAA-EMC/fv3atm#797
In the fv3atm, some CCPP physics schemes read per-tile static files. With a global simulation that has a single static nest (tile 7) the nest will read tile 1, which is the first global tile. This is because the model is using tile_of_mosaic instead of global_tile.
Describe the solution you'd like
The
atmosphere_control_data
should be able to provide the global_tile.Suggested Solution
In addition to relevant model-level changes:
Describe alternatives you've considered
Can't think of any.
Additional context
This is for the Water in the West project, which aims to have a static nest over the north-east pacific within a global model.
The text was updated successfully, but these errors were encountered: