forked from PIK-LPJmL/LPJmL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput_fms.js
More file actions
40 lines (38 loc) · 3.15 KB
/
input_fms.js
File metadata and controls
40 lines (38 loc) · 3.15 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
/**************************************************************************************/
/** \n**/
/** i n p u t _ f m s . j s \n**/
/** \n**/
/** Configuration file for input dataset for LPJ C Version 4.0.002 \n**/
/** and FMS coupler \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 */
"input" :
{
"soil" : { "fmt" : RAW, "name" : "/p/projects/climber3/petri/POEM/exp/CM2M_coarse_BLING_LPJ_05/Data-For-LPJ/Soil/soil_new.bin"},
"coord" : { "fmt" : CLM, "name" : "/p/projects/climber3/petri/POEM/exp/CM2M_coarse_BLING_LPJ_05/Data-For-LPJ/grid.bin"},
"country" : { "fmt" : CLM, "name" : "input_VERSION2/cow_full_2018.bin"},
"landuse" : { "fmt" : CLM, "name" : "input_VERSION2/cft1700_2005_bioenergy_sc.bin"},
"lakes" : { "fmt" : RAW, "name" : "/p/projects/climber3/petri/POEM/exp/CM2M_coarse_BLING_LPJ_05/Data-For-LPJ/Lakes/glwd_lakes-90881.bin"},
"drainage" : { "fmt" : CLM, "name" : "/p/projects/climber3/petri/POEM/exp/CM2M_coarse_BLING_LPJ_05/Data-For-LPJ/Rivers/drainage.bin"},
"runoff2ocean_map": { "fmt" : CLM, "name" : "/p/projects/climber3/gengel/POEM/mom5.0.2/exp/CM2M_coarse_BLING_LPJ_05/Data-For-LPJ/runoff_coord.bin"}, /*together with this file, all runoff is send directly to ocean*/
"neighb_irrig" : { "fmt" : CLM, "name" : "input_VERSION2/neighb_irrigation.bin"},
"elevation" : { "fmt" : CLM, "name" : "input_VERSION2/elevation.bin"},
"reservoir" : { "fmt" : CLM, "name" : "input_VERSION2/reservoir_info_grand5.bin"},
"temp" : { "fmt" : FMS }, /* temperature data from FMS coupler */
"prec" : { "fmt" : FMS },/* precipitation data from FMS coupler */
"lwnet" : { "fmt" : FMS },/* net longwave radiation data from FMS coupler */
"swdown" : { "fmt" : FMS },/* downwelling shortwave radiation data from FMS coupler */
"windspeed" : { "fmt" : FMS }, /* windspeed data from FMS coupler */
"tamp" : { "fmt" : FMS },/* diurnal temp range data from FMS coupler */
"lightning" : { "fmt" : CLM, "nane" : "input_VERSION2/mlightning.clm"},
"human_ignition" : { "fmt" : CLM, "name" : "input_VERSION2/human_ignition.clm"},
"popdens" : { "fmt" : CLM, "name" : "input_VERSION2/popdens_HYDE_1901_2010_bi.clm"},
"co2" : { "fmt" : FMS }/* CO2 data from FMS coupler */
},