Skip to content

CESM timeseries files for precipitation are not correctly identified in certain situations #15

@phillips-ad

Description

@phillips-ad

There is a syntax error in namelist.ncl that leads the CVDP-LE to not correctly identify PRECC and PRECL files. These files are used when the variable PRECT is not present. (PRECC+PRECL=PRECT) If this situation arises, a simple fix can be applied by altering line 352 of namelist.ncl from:
tstring = "PRECC,PRECL"
to:
tstring = "{PRECC,PRECL}"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions