wiki:DevelopmentActivities/ORCHIDEE-CNP/howtoFLUXNET/errors

Version 3 (modified by dgoll, 7 years ago) (diff)

--

FLUXNET sites are not all starting

Problem: Only a subset of the fluxnet sites you specified in the fluxnet.card are actually starting. Solution: Make sure you have a tab in front of and no blanks behind each entry of the PFTs in fluxnet.card:

TeENF = ( IL-Yat , IL-Yat_2001-2006.nc , 2001 , 6 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \
        ( ES-ES1 , ES-ES1_1999-2006.nc , 1999 , 8 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \

To visualiaze tabs as ^I in vim do

:set list

It should then look like this ^I in front of the entry and no (blank) after $

TeENF =^I        ( IL-Yat , IL-Yat_2001-2006.nc , 2001 , 6 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \$
      ^I    ( ES-ES1 , ES-ES1_1999-2006.nc , 1999 , 8 , 0,0,0,1,0,0,0,0,0,0,0,0,0 ) \$