Skip to content

Inconsistent setting of nsplit, rsplit and qsplit #53

@sjsprecious

Description

@sjsprecious

Issue Type

Other (please describe below)

Issue Description

According to the DoE's documentation (https://e3sm.atlassian.net/wiki/spaces/DOC/pages/1044644202/EAM+s+HOMME+dycore), when the NH-SE dycores are used, we should set nsplit=-1, rsplit=-1 and qsplit=-1.

However, I added a print statement around https://github.com/NCAR/StormSPEED/blob/stormspeed/src/dynamics/senh/dyn_comp.F90#L914 and I saw the following output:

nsplit =            1 , rsplit =            1 , qsplit =            6

I can see that at least nsplit is set to -1 at https://github.com/NCAR/StormSPEED/blob/stormspeed/src/dynamics/senh/cam_mods/namelist_mod_cam.F90#L96. Thus I guess those values are either overwritten somewhere or not set correctly during initialization. Hopefully it is just a code cleanup issue.

Will this change answers?

I Don't Know

Will you be implementing this yourself?

No

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem right

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions