Revising codes

Issues related to VIIRS EDR algorithms and data
Post Reply
yli
Posts: 16
Joined: Fri Apr 26, 2013 1:25 pm

Revising codes

Post by yli »

I intend to do some sensitivity tests related to VIIRS cloud parameterization. I found the coding part needing revision only resides in one cpp file located in $ADL_HOME/EDR/VIIRS/clouds.

My question is whether it is safe to just revise this particular cpp file and rebuild ADL. I have not implemented it and would like to know if there is anything else I should take cautions.

Thanks.

Yue
bhenders
Posts: 72
Joined: Wed Jan 05, 2011 9:27 am
Location: Omaha, NE

Re: Revising codes

Post by bhenders »

Yue,

If your code changes are localized only to one cpp file, you should only need to recompile that module in ADL. You should only need a make library in the specific module with the cpp file in order to build the code changes for a given cloud algorithm.

Bryan Henderson
Raytheon Company
Post Reply