-
Notifications
You must be signed in to change notification settings - Fork 213
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
Removed old ncl utilities. Changed the random pertlim generator to a… #1457
Conversation
…low more (and flexible) number of ensemble members. Added the capability to generate 9 time step ensembles for UF-CAM-ECT.
First please reedit the initial description and fill in the template, removing and replacing text in []. |
@@ -4,7 +4,7 @@ | |||
# $Id$ | |||
# $URL$ | |||
# | |||
# Sets up a 12-month ne30_ne30 run | |||
# Sets up a 12-month or ninth time step ne30_ne30 run |
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.
nine not ninth
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.
thanks - i'll fix
@@ -293,7 +308,7 @@ case $MACH in | |||
;; | |||
esac | |||
|
|||
NewCaseFlags="$NewCaseFlags -res $RES -compset $COMPSET" | |||
NewCaseFlags="$NewCaseFlags -res $RES -compset $COMPSET --run-unsupported --project $ACCOUNT" |
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.
use prefered syntax with double dash (--res --compset)
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.
Do you want me to make it so all must be -- ? Can you clarify :)
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.
Double-dashes are required in most cases so fix as many as possible and note here any that cannot be fixed. See PR #1393.
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.
ok thanks - i'll try to fix
OK, I believe I've made the requested changes - and I updated the README file accordingly |
Removed old ncl utilities. Changed the random pertlim generator to allow more (and flexible) number of ensemble members. Added the capability to generate 9 time step ensembles for UF-CAM-ECT.
Test suite:
Test baseline:
Test namelist changes:
Test status: bit for bit
Fixes: compatible with pyCECT v3.0
User interface changes?: yes
Code review: