c3aidti / smoke

Gordon Group space
MIT License
0 stars 0 forks source link

Implement third target: Cloud Droplet Number Concentration (cdnc) #46

Open vasanchez16 opened 4 months ago

vasanchez16 commented 4 months ago

Another 2D model variable will be implemented for the training of more models. CDNC is a variable used to quantify the presence of clouds and can be useful for understanding the uncertainty of the model in capturing cloud physics and lifetimes (somewhat similar to CLWP).

The assimilation of this data should be straight forward and follow the steps of clwp (although with less calculation).

vasanchez16 commented 4 months ago

All code is implemented. Testing and bug fixing is the next step