-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
machine
Levante
catalog
obs
version
main
version
main
What happened?
from aqua.diagnostics import GlobalBiases, PlotGlobalBiases
var = '2t'
biases_era5 = GlobalBiases(model='ERA5', exp='era5', source='monthly', startdate="1990-01-01", enddate="1996-12-31", loglevel="DEBUG", areas=False)
biases_era5.retrieve(var=var)
climatology_era5 = biases_era5.data[var].mean(dim='time')
from aqua.core.graphics import plot_single_map
plot_single_map(climatology_era5, vmin=220, vmax=310)
If i ask for regrid='r100':
biases_era5 = GlobalBiases(model='ERA5', exp='era5', source='monthly', startdate="1990-01-01", enddate="1996-12-31", loglevel="DEBUG", areas=False, regrid='r100'). I get:
the map seems flipped after the regrid.
Code to reproduce the issue
Error messages
No response
Are you interested in making a pull request?
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working