forked from PIK-LPJmL/LPJmL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_netcdf.conf
More file actions
49 lines (43 loc) · 2.33 KB
/
input_netcdf.conf
File metadata and controls
49 lines (43 loc) · 2.33 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
/**************************************************************************************/
/** \n**/
/** i n p u t _ n e t c d f . c o n f \n**/
/** \n**/
/** Configuration file for NetCDF input dataset for LPJmL \n**/
/** Version 4.0.001 \n**/
/** \n**/
/** (C) Potsdam Institute for Climate Impact Research (PIK), see COPYRIGHT file \n**/
/** authors, and contributors see AUTHORS file \n**/
/** This file is part of LPJmL and licensed under GNU AGPL Version 3 \n**/
/** or later. See LICENSE file or go to http://www.gnu.org/licenses/ \n**/
/** Contact: https://github.com/PIK-LPJmL/LPJmL \n**/
/** \n**/
/**************************************************************************************/
#include "include/conf.h" /* include constant definitions */
#undef LPJ
CDF soilcode cru_netcdf/soil_new_67420.nc
#ifdef WITH_LANDUSE
CDF country cru_netcdf/cow_mg_2006_full.nc
CDF region cru_netcdf/reg_mg_2006_full.nc
CDF landfrac cru_netcdf/cft1700_2005_irrigation_systems_64bands.nc
#endif
CDF temp cru_netcdf/cru_ts_3_10.1901.2009.tmp.nc
CDF prec cru_netcdf/gpcc_cru09_prec_monthly_1901_2009.nc
CDF cloud cru_netcdf/cru_ts_3_10.1901.2009.cld.nc
#ifdef WITH_SPITFIRE
CDF windspeed cru_netcdf/mwindspeed_1860-2100_67420.nc
CDF tamp cru_netcdf/cru_ts_3_10.1901.2009.dtr.nc /* diurnal temp. range */
CDF lightning cru_netcdf/lightning.nc
CDF human_ignition cru_netcdf/human_ignition.nc
#endif
#if defined(WITH_SPITFIRE) || defined(WITH_FIREWOOD)
#if defined(FROM_RESTART)
CDF popdens cru_netcdf/popdens_HYDE_1901_2010_bi.nc
#endif
#endif
TXT input_VERSION2/co2_1841-2010.dat
#ifdef ISRANDOM
CDF wet cru_netcdf/gpcc_cru09_wet_monthly_1901_2009.nc
#endif
#if defined(WITH_WATERUSE) && defined(WITH_LANDUSE)
CDF wateruse cru_netcdf/wateruse_1900_2000.nc /* water consumption for industry, household and livestock */
#endif