Skip to content
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

discontinue support for Eulerian dycore for the SCM (atm) #3035

Merged
merged 2 commits into from
Jul 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/cam/bld/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1211,10 +1211,10 @@ if (defined $opts{'scam'}) {
}
my $scam = $cfg_ref->get('scam') ? "ON" : "OFF";

# Currently only Eulerian and Spectral Element dycores support SCM
if ($scam eq 'ON' and $dyn_pkg ne 'eul' and $dyn_pkg ne 'se') {
# Currently only Spectral Element dycore supports SCM
if ($scam eq 'ON' and $dyn_pkg ne 'se') {
die <<"EOF";
** ERROR: SCAM mode only works with Eulerian dycore or Spectral Element dycore.
** ERROR: The Single Column Model only works with Spectral Element dycore.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm late but should add "EAM" before "Single Column Model" in this error message. I believe the CAM one still supports eulerian?

** Requested dycore is: $dyn_pkg
EOF
}
Expand Down
6 changes: 2 additions & 4 deletions components/cam/bld/namelist_files/use_cases/scam_arm97.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@

<namelist_defaults>

<ncdata dyn="eul" scam="1" >atm/cam/inic/gaus/cami_0000-09-01_64x128_L72_c031210.nc</ncdata>
<ncdata dyn="se" scam="1" >atm/cam/inic/homme/cami_mam3_Linoz_ne4np4_L72_c160909.nc</ncdata>
<ncdata scam="1" >atm/cam/inic/homme/cami_mam3_Linoz_ne4np4_L72_c160909.nc</ncdata>
<iopfile scam="1" >atm/cam/scam/iop/ARM97_iopfile_4scam.nc</iopfile>
<soag_ext_file >atm/cam/chem/trop_mozart_aero/emis/aces4bgc_nvsoa_soag_elev_2000_c160427.nc</soag_ext_file>
<scmlat scam="1" > 36.6 </scmlat>
<scmlon scam="1" > 262.5 </scmlon>
<start_ymd scam="1" > 19970619 </start_ymd>
<start_tod scam="1" > 84585 </start_tod>
<mfilt scam="1" > 1500 </mfilt>
<cld_macmic_num_steps dyn="eul" scam="1" > 8 </cld_macmic_num_steps>
<dtime dyn="se" scam="1" > 1800 </dtime>
<dtime scam="1" > 1800 </dtime>
<scm_iop_srf_prop scam="1" > .true. </scm_iop_srf_prop>
<nhtfrq scam="1" > 1 </nhtfrq>
<single_column scam="1" > .true. </single_column>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<namelist_defaults>

<ncdata hgrid="64x128" nlev="72" scam="1" >atm/cam/inic/gaus/cami_0000-09-01_64x128_L72_c031210.nc</ncdata>
<ncdata >atm/cam/inic/homme/cami_mam3_Linoz_ne4np4_L72_c160909.nc</ncdata>
<soag_ext_file >atm/cam/chem/trop_mozart_aero/emis/aces4bgc_nvsoa_soag_elev_2000_c160427.nc</soag_ext_file>

</namelist_defaults>