Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #24

Closed
fipoucat opened this issue May 3, 2022 · 5 comments
Closed

install error #24

fipoucat opened this issue May 3, 2022 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@fipoucat
Copy link

fipoucat commented May 3, 2022

I am installing crtm with gfortran but getting an error message:
arallels@debian:~/METPLUS/crtm/src/Build$ make -j4
cd libsrc && make all
make[1]: Entering directory '/home/parallels/METPLUS/crtm/src/Build/libsrc'
Makefile:94: make.rules: No such file or directory
make[1]: *** No rule to make target 'make.rules'. Stop.
make[1]: Leaving directory '/home/parallels/METPLUS/crtm/src/Build/libsrc'
make: *** [Makefile:17: all] Error 2

any hint on this?

@BenjaminTJohnson
Copy link
Collaborator

Do you know which version you're using?

You can find CRTM_Version.inc

And look at the contents.

The readme file that comes with the installation gives step-by-step instructions on how to build. It sounds like one of the steps was missed perhaps?

It's looking for make.rules to be present, and it's not finding it. You might try copying the make.rules file into the location it's asking for, but I recommend following the build steps first.

@fipoucat
Copy link
Author

fipoucat commented May 4, 2022 via email

@BenjaminTJohnson
Copy link
Collaborator

git clone https://github.com/jcsda/crtm --branch=release/REL-2.4.0_emc 

for the EMC-focused branch. If you're going to use CRTM within a model, such as GSI / WRF, this is probably what you need.

@fipoucat
Copy link
Author

fipoucat commented May 7, 2022 via email

@StegmannJCSDA StegmannJCSDA added the question Further information is requested label Jun 8, 2023
@StegmannJCSDA
Copy link
Contributor

Closing as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants