-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Thanks to Stewart Allen for flagging this issue (see Slack discussion https://arccss.slack.com/archives/C6PP0GU9Y/p1627269245007400).
These diagnostics are identical in access-om2, and shouldn't be:
freshandfresh_aifsaltandfsalt_aifhocnandfhocn_aifswthruandfswthru_ai
This issue probably also affects these diagnostics and their _ai counterparts: alvdr, alidr, alvdf, alidf, fNO, fNH, fN, fSil, but I haven't checked.
I did a test run in /home/156/aek156/payu/1deg_jra55_iaf_cice_diag_test, which gives these test results for equality of some diagnostics and their _ai counterparts:
import xarray as xr
ds = xr.open_dataset('/scratch/v45/aek156/access-om2/archive/1deg_jra55_iaf_cice_diag_test/output132/ice/OUTPUT/iceh.1968-02.nc')
allvars = list(ds.variables.keys())
vs = [v for v in allvars if v[:-2]+'_ai_m' in allvars]
for v in vs:
print(v, ds[v].equals(ds[v[:-2]+'_ai_m']))prints
snow_m False
rain_m False
fswabs_m False
flat_m False
fsens_m False
flwup_m False
evap_m False
fresh_m True
fsalt_m True
fhocn_m True
fswthru_m True
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels