-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathControl_Home
62 lines (62 loc) · 2.95 KB
/
Control_Home
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
50
51
52
53
54
55
56
57
58
59
60
61
62
#================================================================
# START MODEL CONTROL FILE
#================================================================
# INFORMATION NEEDED TO SET UP THE SIMULATION
#================================================================
# Specify location of computer code on local computer
Run_dir /home/bob/Dropbox/SNAP/CSC/AIEM/Thermokarst/ATTM_Code/
#----------------------------------------------------------------
# Data Input and Output Directories
Input_dir Input
Output_dir Output
#----------------------------------------------------------------
# Name of "Notes Files" containing additional information
Notes_file 2015_April_12
#----------------------------------------------------------------
# Information needed to initialize the model
Initialize_Control 00_Initialize_Control
#----------------------------------------------------------------
# Model resolution
X_model_resolution 1000.
Y_model_resolution 1000.
#----------------------------------------------------------------
# Flag to read & write geotiff files for landcover information
Read_Geotiff Yes
Write_Geotiff Yes
#----------------------------------------------------------------
# TEST CODE CONTROL (short simulations for testing purposes)
Test_code No
Test_code_duration 15
#================================================================
# INFORMATION NEEDED TO RUN SIMULATION
#================================================================
# File Name Containing Meteorologic Data Parameters & Variables
Met_Control 00_Met_Control
#----------------------------------------------------------------
# File Names Containing Terrestrial Cohort Parameters & Variables
#----------------------------------------------------------------
Terrestrial_Control 00_Terrestrial_Control
Wet_NPG_Control 00_Wet_NPG_Control
Wet_LCP_Control 00_Wet_LCP_Control
Wet_CLC_Control 00_Wet_CLC_Control
Wet_FCP_Control 00_Wet_FCP_Control
Wet_HCP_Control 00_Wet_HCP_Control
#----------------------------------------------------------------
# File Name Containing Lake/Pond Parameters & Variables
Lake_Pond_Control 00_Lake_Pond_Control
#================================================================
# INFORMATION NEEDED FOR RESULTS OUTPUT AND ARCHIVING
#================================================================
# Show Results Summary on Computer Screen
Results_onscreen Yes
#----------------------------------------------------------------
# Is the simulation archived (yes, no)? If 'yes', archive name.
Archive_simulation Yes
Simulation_name Historical_1
#----------------------------------------------------------------
# File Name Containing Archiving Information
#---------------------------------------------------------------
Archive_data 00_archive_data
#================================================================
# END CONTROL FILE
#================================================================