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

new CDEPS stream capability to read in forcing files needed by HAMOCC #405

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 11 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
2 changes: 1 addition & 1 deletion cesm/mod_cesm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module mod_cesm
lamult, lasl, ustokes, vstokes, atmco2, atmbrf, &
flxdms, flxbrf, &
atmn2o, atmnh3, atmnhxdep, atmnoydep, &
use_stream_relaxation
use_stream_relaxation, use_stream_swa
use mod_ben02, only: initai, rdcsic, rdctsf, fnlzai
use mod_rdcsss, only: rdcsss
use mod_idarlx, only: idarlx
Expand Down
4 changes: 3 additions & 1 deletion cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ def buildnml(case, caseroot, compname):
namelist_file += inst_string

# Create BLOM namelist
groups=['limits','diffusion','merdia','secdia','diaphy','stream_sss','stream_sst' ]
groups=['limits','diffusion','merdia','secdia','diaphy',
'stream_sss','stream_sst','stream_swa','stream_dust',
'stream_oalk', 'stream_rivin']

groups.append('cwmod')

Expand Down
Loading