We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55980ac commit 62381e7Copy full SHA for 62381e7
src/simpleNbox.cpp
@@ -91,6 +91,7 @@ void SimpleNbox::init( Core* coreptr ) {
91
core->registerInput(D_F_LUCV, getComponentName());
92
core->registerInput(D_F_LUCD, getComponentName());
93
core->registerInput(D_CA_CONSTRAIN, getComponentName());
94
+ core->registerInput(D_RF_T_ALBEDO, getComponentName());
95
}
96
97
//------------------------------------------------------------------------------
0 commit comments