Changes between Initial Version and Version 1 of DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET/errors


Ignore:
Timestamp:
2016-11-07T11:44:22+01:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET/errors

    v1 v1  
     1= FLUXNET sites are not all starting = 
     2Problem: Only a subset of the fluxnet sites you specified in the fluxnet.card are actually starting. 
     3Solution: Make sure you have a tab in front of each entry of the PFTs in fluxnet.card: 
     4{{{ 
     5TeENF = ( IL-Yat , IL-Yat_2001-2006.nc , 2001 , 6 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \ 
     6        ( ES-ES1 , ES-ES1_1999-2006.nc , 1999 , 8 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \ 
     7}}} 
     8To visualiaze tabs as {{{^I}}} in vim do 
     9{{{ 
     10:set list 
     11}}} 
     12It should then look like: 
     13{{{ 
     14TeENF =^I        ( IL-Yat , IL-Yat_2001-2006.nc , 2001 , 6 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \$ 
     15      ^I    ( ES-ES1 , ES-ES1_1999-2006.nc , 1999 , 8 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \$ 
     16 
     17 
     18 
     19}}}