ESCOMP / CDEPS

Community Data Models for Earth Prediction Systems
https://escomp.github.io/CDEPS/versions/master/html/index.html
17 stars 39 forks source link

test anomaly forcing and bias correction modes in datm #17

Open mvertens opened 3 years ago

billsacks commented 2 years ago

@mvertens Can you clarify? Do you mean adding a system test that covers these?

billsacks commented 2 years ago

@ekluzek do you know anything about this and whether it might have been done?

ekluzek commented 2 years ago

I'm pretty sure it hasn't been done. But both modes are important and adding system tests for them in the cdeps test list would be really good to do.

ekluzek commented 2 years ago

In CTSM we have a test-mod directory that is labeled for Anomaly Forcing, but is actually doing bias correction. The user_nl_datm changes are:

bias_correct = 'BC.CRUNCEP.GPCP.Precip'

We also need one that exercises the anomaly_forcing namelist item

ekluzek commented 2 years ago

Note a CTSM related issue is here:

https://github.com/ESCOMP/CTSM/issues/1396

billsacks commented 1 year ago

@ekluzek we're assigning you to this since @mvertens probably won't be able to do it.