nextsimhub / nextsimdg

neXtSIM_DG : next generation sea-ice model with DG
https://nextsim-dg.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
10 stars 13 forks source link

Drop XIOS `isDefined*` and `areDefined*` methods #630

Closed jwallwork23 closed 3 months ago

jwallwork23 commented 4 months ago

Drop XIOS isDefined* and areDefined* methods

Fixes #629

Task List


Change Description

It's unnecessary for us to provide API functions for checking whether XIOS attributes are defined. We can cut down API size, implement self-testing code, and reduce verbosity by just inlining the associated XIOS functions within the getter and setter methods.


Pre-Request Checklist

jwallwork23 commented 3 months ago

Thanks @timspainNERSC