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
A couple of improvements to the sub-plot titles for model and observation:
Ability to specify a short name for the model instead of the full case name. The best place is probably the python parameter file.
Add climatology years for model data. This information is available from a global attribute in the climatology netcdf files generated by ncclimo, for example:
:yrs_averaged = "61-70" ;
Add climatology years for obs data, also read from a global attribute in the netcdf file.
Ideally, the obs name should also come from a global attribute in the netCDF file rather than being specified in the json file. This will minimize the chance of future mistakes.
The text was updated successfully, but these errors were encountered:
A couple of improvements to the sub-plot titles for model and observation:
Ability to specify a short name for the model instead of the full case name. The best place is probably the python parameter file.
Add climatology years for model data. This information is available from a global attribute in the climatology netcdf files generated by ncclimo, for example:
Add climatology years for obs data, also read from a global attribute in the netcdf file.
Ideally, the obs name should also come from a global attribute in the netCDF file rather than being specified in the json file. This will minimize the chance of future mistakes.
The text was updated successfully, but these errors were encountered: