-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.blk
38 lines (34 loc) · 1022 Bytes
/
data.blk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# =====================================================================
# | Parameters for Bulk Formula Package
# =====================================================================
&BULKF_CONST
&
&BULKF_PARM01
# blk_nIter=,
calcWindStress=.TRUE.,
# blk_taveFreq=,
#-- Air temperature (K)--
AirTempFile='./air_temperature_2m',
#-- Specific humidity at surface (kg/kg)--
AirHumidityFile='./forcing/specific_humidity',
#-- Total precipitation (= rain + snow) (m/s), (>0: rain) --
RainFile='./forcing/prate_mxseg',
SolarFile='./forcing/dswrf',
LongwaveFile='./forcing/dlwrf',
UWindFile='./forcing/wind_u',
VWindFile='./forcing/wind_v',
#-- Freshwater runoff (m/s)--
# RunoffFile=' ',
# WSpeedFile='./forcing/wind_mod',
#-- Net heat flux (cheating)--
# QnetFile=' ',
# --E-P (cheating)--
# EmPFile=' ',
# --Fraction sky covered in cloud--
# CloudFile=' ',
externForcingPeriod_Atm=21600.,
# Some large amount to avoid periodicity
externForcingCycle_Atm=8071920000.,
&
&BULKF_PARM02
&