UPP v11.0.0
Loading...
Searching...
No Matches
native_endianness.f File Reference

This module, native_endianness, was written by Dusan Jovic and has been adapted to GSI for internal translation of WRF ARW and NMM binary restart files as required to match the machine native endian storage format. More...

Go to the source code of this file.

Modules

module  native_endianness
 

Functions/Subroutines

logical function, public native_endianness::is_little_endian ()
 

Variables

logical, public native_endianness::byte_swap
 

Detailed Description

This module, native_endianness, was written by Dusan Jovic and has been adapted to GSI for internal translation of WRF ARW and NMM binary restart files as required to match the machine native endian storage format.

The original code only converted from big-endian to little-endian. There are no restrictions in this version. This is required for these two types of files, because they are read/written to using mpi-io, which has no compiler option for automatic switching to machine native endian format for fortran unformatted read/write.

Author
Parrish wx22
Date
2012-10-11

Definition in file native_endianness.f.