Skip to content

Commit

Permalink
Fix conflicting gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hectornieto committed Feb 12, 2021
2 parents ada6a1a + 0a8715d commit 78df401
Show file tree
Hide file tree
Showing 30 changed files with 3,752 additions and 1,392 deletions.
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,19 @@ target/

# Auxiliary image files
*.tif.*
Output/*.tif.*
Input/*.tif.*

# Ignore output files
Output/
!Output/ExampleTableOutput.txt

# Jupyter Notebooks Checkpoints
.ipynb_checkpoints/

#Ipython Notebook
.ipynb_checkpoints

.idea*
# PyCharm
.idea/*


5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/pyTSEB.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Config_LocalImage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ leaf_width=0.1
#==============================================================================
resistance_form=0 # Resistance formulations: 0 - Kustas & Norman 1999; 1 - Choudhury & Monteih 1998; 2 - McNaughton & Van der Hurk 1995
KN_b=0.012 # Kustas & Norman formulation parameter
KN_c=0.0025 # Kustas & Norman formulation parameter
KN_c=0.0038 # Kustas & Norman formulation parameter
KN_C_dash=90 # Kustas & Norman formulation parameter


Expand Down
6 changes: 3 additions & 3 deletions Config_PointTimeSeries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ model=TSEB_PT
# Temperatures are in Celsius, angles are in degrees, presure are in mb. u: wind speed, ea: vapour prssure, Sdn: incoming solar radiation
# Additional input variables are: 'SAA': solar azimuth angle, 'SZA': solar zenith angle, 'Ldn': incoming longwave radiation, 'f_C': fractional cover, 'f_g': green fraction, 'wc': canopy width to height ratio, 'G': soil heat flux (see G_Calc flag below)
# Other variables included (accidentaly or on purpose) in the text file are ignored

input_file=./Input/ExampleTableInput.txt# mandatory file
# mandatory file
input_file=./Input/ExampleTableInput.txt

#==============================================================================
# Output paramters
Expand Down Expand Up @@ -65,7 +65,7 @@ w_C=1 # Canopy width to height ratio
#==============================================================================
resistance_form=0 # Resistance formulations: 0 - Kustas & Norman 1999; 1 - Choudhury & Monteih 1998; 2 - McNaughton & Van der Hurk 1995
KN_b=0.012 # Kustas & Norman formulation parameter
KN_c=0.0025 # Kustas & Norman formulation parameter
KN_c=0.0038 # Kustas & Norman formulation parameter
KN_C_dash=90 # Kustas & Norman formulation parameter

#==============================================================================
Expand Down
Binary file modified Output/test_image.tif
Binary file not shown.
Binary file modified Output/test_image_ancillary.tif
Binary file not shown.
Loading

0 comments on commit 78df401

Please sign in to comment.