Skip to content

Commit 62381e7

Browse files
committed
Register Ftalbedo as input
1 parent 55980ac commit 62381e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simpleNbox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ void SimpleNbox::init( Core* coreptr ) {
9191
core->registerInput(D_F_LUCV, getComponentName());
9292
core->registerInput(D_F_LUCD, getComponentName());
9393
core->registerInput(D_CA_CONSTRAIN, getComponentName());
94+
core->registerInput(D_RF_T_ALBEDO, getComponentName());
9495
}
9596

9697
//------------------------------------------------------------------------------

0 commit comments

Comments
 (0)