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

SSP cases get rcp45 anomalies #2301

Open
samsrabin opened this issue Dec 23, 2023 · 0 comments · May be fixed by #2686
Open

SSP cases get rcp45 anomalies #2301

samsrabin opened this issue Dec 23, 2023 · 0 comments · May be fixed by #2686
Assignees
Labels
bug something is working incorrectly external issue needs to be addressed elsewhere (submodule); issue here for the sake of project tracking science Enhancement to or bug impacting science

Comments

@samsrabin
Copy link
Collaborator

samsrabin commented Dec 23, 2023

Brief summary of bug

When setting up an SSP case with anomaly forcings requested, by default it gets rcp45 anomalies, regardless of SSP requested.

This is probably an external thing, but @wwieder suggested I raise it here first.

General bug information

CTSM version you are using: ctsm5.1.dev159

Does this bug cause significantly incorrect results in the model's science? Yes, if not manually corrected.

Configurations affected: Probably any SSP compset where anomaly forcings are created. Tested with ssp245, ssp370, and ssp585.

Important details of your setup / configuration so we can reproduce the bug

Tested on Derecho with the bash script /glade/u/home/samrabin/ctsm5.1.dev159/setup_case.sh, which

  1. takes one argument, of ssp number (e.g., 245);
  2. sets up a test case with compset using that SSP;
  3. specifies anomaly_forcing = 'Anomaly.Forcing.Temperature' in user_nl_datm,
  4. prints the name of that case, and
  5. prints the datafile associated with Anomaly.Forcing.Temperature in CaseDocs/datm.streams.xml.

Important output or errors that show the problem

No matter what SSP is specified, datm.streams.xml has this:

  <stream_info name="Anomaly.Forcing.Temperature">
   <taxmode>cycle</taxmode>
   <tintalgo>nearest</tintalgo>
   <readmode>single</readmode>
   <mapalgo>bilinear</mapalgo>
   <dtlimit>1.5</dtlimit>
   <year_first>2006</year_first>
   <year_last>2300</year_last>
   <year_align>2006</year_align>
   <vectors>null</vectors>
   <meshfile>/glade/campaign/cesm/cesmdata/inputdata/atm/datm7/anomaly_forcing/domain.permafrostRCN_P2.c2013.nc</meshfile>
   <lev_dimname>null</lev_dimname>
   <datafiles>
      <file>/glade/campaign/cesm/cesmdata/inputdata/atm/datm7/anomaly_forcing/af.tas.ccsm4.rcp45.2006-2300.nc</file>
   </datafiles>
   <datavars>
      <var>tas   Sa_tbot_af</var>
   </datavars>
   <offset>0</offset>
  </stream_info>
@samsrabin samsrabin added bug something is working incorrectly tag: bug - impacts science next this should get some attention in the next week or two. Normally each Thursday SE meeting. labels Dec 23, 2023
@samsrabin samsrabin added external issue needs to be addressed elsewhere (submodule); issue here for the sake of project tracking and removed next this should get some attention in the next week or two. Normally each Thursday SE meeting. labels Jan 4, 2024
@ekluzek ekluzek added this to the CESM3 milestone Apr 4, 2024
@samsrabin samsrabin added science Enhancement to or bug impacting science and removed bug - impacts science labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly external issue needs to be addressed elsewhere (submodule); issue here for the sake of project tracking science Enhancement to or bug impacting science
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants