ESCOMP / CAM-SIMA

Community Atmosphere Model - System for Integrated Modeling of the Atmosphere
4 stars 12 forks source link

Check PIO return codes #175

Open gold2718 opened 2 years ago

gold2718 commented 2 years ago

Many PIO interfaces are functions which return an error code (in PIO_BCAST_ERROR mode). CAMDEN code should be more diligent about using cam_pio_handle_error to check these codes where a failure should be fatal.