-
Notifications
You must be signed in to change notification settings - Fork 3
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
updates for handling forcing outputs in ladas cycling #265
Conversation
saraqzhang
commented
Oct 18, 2023
modified: src/Applications/GEOSdas_App/GEOSdas.csm modified: src/Applications/GEOSdas_App/fvpsas
Label error. Requires at least 1 of: 0 diff, 0 diff trivial, Non 0-diff, 0 diff structural, 0-diff trivial, Not 0-diff, 0-diff, automatic, 0-diff uncoupled. Found: |
mkdir -p $FVHOME/recycle/holdforc | ||
/bin/cp *2d_lfo*nc4 $FVHOME/recycle/holdforc/ | ||
endif | ||
#if ( $LDAS_ANA ) then |
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.
Is the if condition here intentionally commented out? Based on a quick look it seems that the if condition should be there, but I might be wrong.
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.
@gmao-rreichle , that block was leftover from before, I forgot to delete it in the update. I will do it now the push the change. thanks for spotting it.
Looks ok to me, but I'm not the judge here. |
53cb06a
to
380d12f
Compare
The force push above was:
The add was for the "fix misspelling" commit that was previously there. |
add a sample ladas input file to testsuites
@gmao-rreichle @rtodling |
the changes here are consolidated into PR #275. |