Skip to content

Commit

Permalink
Merge pull request ESCOMP#84 from jedwards4b/undo_pr71
Browse files Browse the repository at this point in the history
### Description of changes
Add back stream files for docn_mode=='som_aquap'  PR ESCOMP#71 broke several compsets.  

### Specific notes

Contributors other than yourself, if any:

CMEPS Issues Fixed (include github issue #):

Are there dependencies on other component PRs
 - [ ] CIME (list)
 - [ ] CMEPS (list) 

Are changes expected to change answers?
 - [X] bit for bit
 - [ ] different at roundoff level
 - [ ] more substantial 

Any User Interface Changes (namelist or namelist defaults changes)?
 - [ ] Yes
 - [X] No

Testing performed:
- [X] (required) aux_cdeps
   - machines and compilers: cheyenne, intel 
   - details (e.g. failed tests): ALL pass also tested with PR#73 merged.
   
- [ ] (optional) CESM prealpha test
   - machines and compilers
   - details (e.g. failed tests):

Hashes used for testing:
- [X] CIME
  - repository to check out: https://github.com/ESCOMP/CESM.git
  - branch: master
  - hash: 296aeaf4a
- [X] CMEPS
  - repository to check out: https://github.com/ESCOMP/CESM.git
  - branch: master 
  - hash:c0c2001
- [ ] CESM
  - repository to check out: https://github.com/ESCOMP/CESM.git
  - branch: 
  - hash:
  • Loading branch information
jedwards4b authored May 3, 2021
2 parents 1df6b3d + 3b5bc72 commit 4085d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docn/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _create_namelists(case, confdir, inst_string, infile, nmlgen, data_list_path

# Generate docn.streams.xml if needed
print("docn_mode is {}".format(docn_mode))
if (re.search(r'sst_aquap[0-9]+',docn_mode) is not None) or (docn_mode == 'sst_aquap_constant') or (docn_mode == 'som_aquap'):
if (re.search(r'sst_aquap[0-9]+',docn_mode) is not None) or (docn_mode == 'sst_aquap_constant'):
generate_stream_file = False
else:
generate_stream_file = True
Expand Down

0 comments on commit 4085d61

Please sign in to comment.