Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coon, Ethan
ELM_Kernels
Commits
f38bff08
Commit
f38bff08
authored
Feb 13, 2019
by
Ethan Coon
Browse files
addition of tweaks and comments
parent
968c5098
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/tests_c/CanopyHydrology_module.cc
View file @
f38bff08
...
...
@@ -53,14 +53,15 @@ int main(int argc, char ** argv)
const
double
dewmx
=
0.1
;
const
double
dtime
=
1800.0
;
const
int
oldfflag
=
0
;
// fixed magic parameters for SnowWater
const
double
qflx_snow_melt
=
0.
;
// fixed magic parameters for fracH2Osfc
const
int
oldfflag
=
0
;
const
double
micro_sigma
=
0.1
;
const
double
min_h2osfc
=
1.0e-8
;
// NOTE: confusing parameters that need to be fixed --etc
const
double
qflx_snow_melt
=
0.
;
// FIXME: confusing parameters that need to be fixed --etc
const
double
n_melt
=
0.7
;
// phenology input
...
...
@@ -111,7 +112,7 @@ int main(int argc, char ** argv)
auto
qflx_snow_grnd_patch
=
ELM
::
Utils
::
MatrixStatePFT
();
auto
qflx_rain_grnd
=
ELM
::
Utils
::
MatrixStatePFT
();
//
NOT
E: I have no clue what this is... it is inout on WaterSnow. For now I
//
FIXM
E: I have no clue what this is... it is inout on WaterSnow. For now I
// am guessing the data structure. Ask Scott. --etc
auto
int_snow
=
ELM
::
Utils
::
VectorColumn
(
0.
);
...
...
@@ -160,7 +161,7 @@ int main(int argc, char ** argv)
//
// Calculate fraction of ?LAI? that is wet vs dry.
//
//
NOT
E: this currently punts on what to do with the fwet/fdry variables.
//
FIXM
E: this currently punts on what to do with the fwet/fdry variables.
// Surely they should be something, as such this is dead code.
// --etc
double
fwet
=
0.
,
fdry
=
0.
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment