-
Notifications
You must be signed in to change notification settings - Fork 23
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
Splitting forcing_code/ into extern/forcing_code/ and extern/pet/ #71
Conversation
new file: .gitmodules modified: CMakeLists.txt modified: README.md new file: extern/forcing_code new file: extern/pet deleted: forcing_code/include/PEtAerodynamicMethod.h deleted: forcing_code/include/PEtCombinationMethod.h deleted: forcing_code/include/PEtEnergyBalanceMethod.h deleted: forcing_code/include/PEtPenmanMonteithMethod.h deleted: forcing_code/include/PEtPriestleyTaylorMethod.h deleted: forcing_code/include/aorc.h deleted: forcing_code/include/aorc_tools.h deleted: forcing_code/include/bmi_aorc.h deleted: forcing_code/include/bmi_pet.h deleted: forcing_code/include/pet.h deleted: forcing_code/include/pet_tools.h deleted: forcing_code/src/aorc.c deleted: forcing_code/src/bmi_aorc.c deleted: forcing_code/src/bmi_pet.c deleted: forcing_code/src/pet.c modified: src/main_cfe_aorc_pet.c modified: src/main_cfe_aorc_pet_rz_aet.cxx modified: src/main_pass_forcings.c
@WanruWu-NOAA does a clean build of this code run for you as-is? I'm getting a seg fault when trying to run:
|
@SnowHydrology Hmm, I couldn't run it, see the screenshot below,
Ok, I googled to fix the "bad interpreter", here is what I got:
|
@WanruWu-NOAA, it doesn't look like the executable has been built. Did you follow the instructions to build FORCINGPET in the README? |
@SnowHydrology thanks for the reminder :-) I followed this:
and got this:
|
@WanruWu-NOAA, it looks like there's a bit of work left before I can review the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not run
@SnowHydrology Yeah, the test of compiling and running cfe which I did yesterday was for the current cfe version before any changes from this PR. I need to get the current cfe |
@SnowHydrology I'm going to close this PR to avoid any confusion as it was basically same as the combination of PR#78 and PR#79. |
This PR is for replacing the subdirectory
forcing_code/
with addingextern/forcing_code/
from the aorc_bmi repo and addingextern/pet/
from the evapotranspiration repo directly so that all the code under the originalforcing_code/
can be updated automatically in this new structure.List to be committed:
Additions
Adding two submodules extern/forcing_code and extern/pet:
Removals
Deleting forcing_code/:
Changes
Modifying corresponding paths:
Testing
Notes
Todos
Checklist
Testing checklist
Target Environment support
Accessibility
Other