📄 calc_cloud_cover_fraction.c
字号:
#include <stdio.h>#include <vicNl.h>static char vcid[] = "$Id: calc_cloud_cover_fraction.c,v 4.1.2.1 2004/05/06 00:37:51 tbohn Exp $";void calc_cloud_cover_fraction(atmos_data_struct *atmos, dmy_struct *dmy, int nrecs, int Ndays, int stepspday, double *tskc) {/******************************************************************** calc_cloud_cover_fraction Keith Cherkauer January 12, 2000 This routine is designed to estimate cloud cover when observations of shortwave radiation are available.*********************************************************************/ nrerror("The function to estimate cloud cover from observed solar radiation does not yeat work.");}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -