-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add xr_cnvcld flag to namelist and configure files #1
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,8 @@ case "${fv3_res}" in | |
export nthreads_fv3_gfs=1 | ||
export nthreads_ufs=1 | ||
export nthreads_ufs_gfs=1 | ||
export cdmbgwd="0.071,2.1,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export xr_cnvcld=.false. # Do not pass conv. clouds to Xu-Randall cloud fraction | ||
export cdmbgwd="0.071,2.1,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export cdmbgwd_gsl="40.0,1.77,1.0,1.0" # settings for GSL drag suite | ||
export k_split=1 | ||
export n_split=4 | ||
|
@@ -103,7 +104,8 @@ case "${fv3_res}" in | |
export nthreads_fv3_gfs=1 | ||
export nthreads_ufs=1 | ||
export nthreads_ufs_gfs=1 | ||
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export xr_cnvcld=.false. # Do not pass conv. clouds to Xu-Randall cloud fraction | ||
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indentation ! |
||
export cdmbgwd_gsl="20.0,2.5,1.0,1.0" # settings for GSL drag suite | ||
export knob_ugwp_tauamp=3.0e-3 # setting for UGWPv1 non-stationary GWD | ||
export k_split=1 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,8 @@ case "${fv3_res}" in | |
export nthreads_fv3_gfs=1 | ||
export nthreads_ufs=1 | ||
export nthreads_ufs_gfs=1 | ||
export cdmbgwd="0.071,2.1,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export xr_cnvcld=.false. # Do not pass conv. clouds to Xu-Randall cloud fraction | ||
export cdmbgwd="0.071,2.1,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indentation |
||
export cdmbgwd_gsl="40.0,1.77,1.0,1.0" # settings for GSL drag suite | ||
export knob_ugwp_tauamp=6.0e-3 # setting for UGWPv1 non-stationary GWD | ||
export k_split=1 | ||
|
@@ -137,7 +138,8 @@ case "${fv3_res}" in | |
export nthreads_fv3_gfs=1 | ||
export nthreads_ufs=1 | ||
export nthreads_ufs_gfs=1 | ||
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export xr_cnvcld=.false. # Do not pass conv. clouds to Xu-Randall cloud fraction | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indentation |
||
export cdmbgwd="0.14,1.8,1.0,1.0" # mountain blocking, ogwd, cgwd, cgwd src scaling | ||
export cdmbgwd_gsl="20.0,2.5,1.0,1.0" # settings for GSL drag suite | ||
export knob_ugwp_tauamp=3.0e-3 # setting for UGWPv1 non-stationary GWD | ||
export k_split=1 | ||
|
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.
indentation needs adjustment