[makefile:14: ioapi2uam.o] Error 1: Nonnegative width required in format string at (1)

Please follow this guidance.

First:

  1. search the forum for issues simllar to yours.
    Search for MEGAN related issues.

  2. follow the tips available from previous users, to see if it resolves your issue.

  3. Note: MEGAN is a third party code, so please ALSO read the developer documentation and contact the developer directly.

After you have tried solving the issue on your own using tips from the community.

  1. For codes managed with git, or obtained from github, please include the link to the github repository, and indicate what branch you are using.

cd [your_local_git_repo]

git remote -v

git branch

If the code was not obtained from a git repository, please include version of the code you are using, and include a link of where the code was obtained.

  1. Include information about whether you are using a computer that uses modules to load the compiler environment

module avail

  1. If your system contains modules, please indicate what modules you had loaded when you tried to compile the code.

module list

  1. Include information about the OS and compiler type and compiler version.

(if using modules, this will depend on what module you load in the above steps.)

for GNU compiler:
gcc --version
gfortran --version

For intel compiler
ifort --version