NOAA-SWPC / WAM

Whole Atmosphere Model extension of the GFS
GNU General Public License v3.0
3 stars 7 forks source link

FIX: Big-endian compile flag #35

Closed greglucas closed 2 years ago

greglucas commented 3 years ago

Properly check for big-endian compile flag if compiler only warns of unsupported flags and does not error out.

Closes #33

I checked this locally a while ago and it worked with gfortran for me. It'd be nice to get this into the main branch.

twfang commented 3 years ago

@akubaryk and @rmontuoro Will you be able to check this out and get it merged? Thank you very much!