-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feature/mfmehari/data atm bug fix #1015
Conversation
@mfmehari just I tested this PR + GEOS-ESM/GEOSgcm_App#650 and the model crashes during initialization: pe=00012 FAIL at line=00075 ExtDataConfig.F90 <could not find: CORE_NYF_Data_AtmForcings_ExtData.yaml> The file exists in the source directory: |
@mfmehari You'll need to add something like: install(FILES CORE_NYF_Data_AtmForcings_ExtData.yaml DESTINATION etc) to the |
@mathomp4 thank you very much! |
@sdrabenh the PRs are fixed, instructions to install the .yaml file have been added to CMakeLists.txt. |
@sdrabenh @mathomp4 @bena-nasa Thank you all! |
A bug, that was making DataAtm to run with a certain number of processors but not with other numbers, has been fixed.
An update in GCM GC that allows DataAtm to run.
An ExtData yaml file has been added to the DataAtm GC directory.
A zero diff PR.