WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
68dc5dce
Commit
68dc5dce
authored
Oct 26, 2013
by
Fierz
Browse files
Use ND throughout Atmosphere::ILWR_parameterized
parent
85cfa88b
Changes
1
Hide whitespace changes
Inline
Side-by-side
meteoio/meteolaws/Atmosphere.cc
View file @
68dc5dce
...
...
@@ -560,7 +560,7 @@ double Atmosphere::ILWR_parametrized(const double& lat, const double& lon, const
}
if
(
lat
!=
ND
&&
lon
!=
ND
&&
altitude
!=
ND
&&
julian
!=
ND
&&
TZ
!=
ND
&&
RH
!=
ND
&&
TA
!=
ND
&&
ISWR
!=
ND
&&
ISWR
>
iswr_thresh
)
{
const
double
ilwr_p
=
Unsworth_ilwr
(
lat
,
lon
,
altitude
,
julian
,
TZ
,
RH
,
TA
,
ISWR
);
if
(
ilwr_p
!=
IOUtils
::
nodata
)
return
ilwr_p
;
//it might have been that we could not compute (for low solar angles)
if
(
ilwr_p
!=
ND
)
return
ilwr_p
;
//it might have been that we could not compute (for low solar angles)
}
if
(
RH
!=
ND
&&
TA
!=
ND
)
{
return
Brutsaert_ilwr
(
RH
,
TA
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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