Skip to content
Snippets Groups Projects
Commit c9aa65cd authored by Christoph Mueller's avatar Christoph Mueller
Browse files

bugfix in cloudiness setting

parent 2ea94115
Branches master
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ void radiation(Real *daylength, /**< daylength (h) */
switch(with_radiation)
{
case CLOUDINESS:
petpar(daylength,par,&climate->swdown,eeq,lat,day,climate->temp,
petpar(daylength,par,eeq,&climate->swdown,lat,day,climate->temp,
climate->sun,beta);
break;
case RADIATION:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment