-
Notifications
You must be signed in to change notification settings - Fork 148
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
external gridded forcing capability for SCAM #628
base: cam_development
Are you sure you want to change the base?
external gridded forcing capability for SCAM #628
Conversation
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.
First pass review
!scmlon=$PTS_LON | ||
!scmlat=$PTS_LAT |
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.
Delete commented out lines here and below
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.
Yes
!scmlat=$PTS_LAT | ||
iopfile="$CASEROOT/STUB_iop.nc" | ||
!ncdata="/home/aherring/scam/inic/SCAM_IC_288x192_L58_48_BL10.nc" | ||
ncdata = '/glade/work/aherring/grids/vertical-res/L58/SCAM_IC_288x192_L58_48_BL10.nc' |
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.
All files need to be put into the svn repo and referenced without full pathnames
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.
@JulioTBacmeister will email the list of files to put into the svn inputdata repo
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.
The files to use are one month of ERAI data from /glade/p/cdg/amp/juliob/ERAI/f09_omega/L58/2010 and will put the month "04" files into the inputdata svn repo.
src/control/scamMod.F90
Outdated
character*(max_path_len), public :: scm_ana_frc_file_template | ||
character*(max_path_len), public :: scm_ana_frc_path | ||
|
||
logical, public :: scm_ana_x_plevels = .true. |
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.
Set to default as false
!scmlat=$PTS_LAT | ||
iopfile="$CASEROOT/STUB_iop.nc" | ||
!ncdata="/home/aherring/scam/inic/SCAM_IC_288x192_L58_48_BL10.nc" | ||
ncdata = '/glade/work/aherring/grids/vertical-res/L58/SCAM_IC_288x192_L58_48_BL10.nc' |
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.
@JulioTBacmeister will email the list of files to put into the svn inputdata repo
src/control/scamMod.F90
Outdated
character*(max_path_len), public :: scm_ana_frc_file_template | ||
character*(max_path_len), public :: scm_ana_frc_path | ||
|
||
logical, public :: scm_ana_x_plevels = .true. |
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.
Has been changed to false. Verify that all of the other fields do turn off their mods with false
This supersedes PR #595
Closes #594
This capability currently requires pre-computed gridded fields on FV latlon 1 degree grid
Have run a number of cases using this capability - can provide user_nl_cam as well path to gridded ERA reanalysis.
Have also run with this capability is off and standard SCAM IOPs. Answers look fine but have not done rigorous testing.