Changes between Version 7 and Version 8 of Documentation/UserGuide/FLUXNETValidation


Ignore:
Timestamp:
2018-12-14T16:31:20+01:00 (5 years ago)
Author:
mmcgrath
Comment:

Trying to get FLUXNET sites working with new CN-CAN config

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FLUXNETValidation

    v7 v8  
    6969Some things to watch out for with ORCHIDEE-CN-CAN: best to use a run.def with no age classes (for easier comparison) and no forest management. 
    7070 
    71 It seems that AUTO values are not being removed in the run.def during processing.  I set XIOS\_ORCHIDEE\_OK=N, DRIVER\_reset\_time=y, taking values from a previous successful run I did (looking in the RUN\_DIR).  I only replaced a value when the code crashed with a complaint. 
    72  
    73 {{{ 
    74 RESTART_FILEIN= NONE 
    75 SECHIBA_restart_in= NONE 
    76 STOMATE_RESTART_FILEIN= NONE 
    77 }}} 
     71It seems the scripts expect somethings in sechiba.card, as well.  I had to add the following lines to SPINUP/SUBJOB/OOL_SEC_STO/COMP/sechiba.card, under the UserChoices section: 
     72 
     73{{{ 
     74ROUTING=n 
     75NEWHYDROL=y 
     76LAIMAP=n 
     77IMPOSE_VEG=n 
     78LAND_USE=n 
     79OKCO2=y 
     80CO2varying=n 
     81}}} 
     82 
     83And the following section: 
     84{{{ 
     85[Post_1M_sechiba_history] 
     86Patches = () 
     87GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac) 
     88TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac) 
     89TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee) 
     90}}} 
     91 
     92And something similar in SPINUP/SUBJOB/OOL_SEC_STO/COMP/stomate.card 
     93{{{ 
     94[Post_1M_stomate_history] 
     95Patches= () 
     96GatherWithInternal= (lon, lat, PFT, time_counter, Areas) 
     97TimeSeriesVars2D= (T2M_MONTH,CONTFRAC,RESOLUTION_X,RESOLUTION_Y,CONVFLUX,CFLUX_PROD10,CFLUX_PROD100,HARVEST_ABOVE) 
     98ChunckJob2D = NONE 
     99TimeSeriesVars3D= (CO2FLUX,LAI,VEGET_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,ADAPTATION,REGENERATION) 
     100}}} 
     101 
     102It seems the scripts expect somethings in orchidee_ol.card, as well.  I had to add the following lines to SPINUP/SUBJOB/OOL_SEC_STO/COMP/orchidee_ol.card, under the UserChoices section: 
     103 
     104{{{ 
     105XIOS=n 
     106NORESTART=n 
     107TIMELENGTH=y 
     108}}} 
     109 
     110Since we are not using XIOS, I removed the following in  
     111 
     112{{{ 
     113        (${SUBMIT_DIR}/PARAM/iodef.xml, .)   ,\ 
     114}}} 
     115 
     116It seems that AUTO values are not being removed in the run.def during processing.  I set XIOS\_ORCHIDEE\_OK=__AUTO__, DRIVER\_reset\_time=y, taking values from a previous successful run I did (looking in the RUN\_DIR).  I only replaced a value when the code crashed with a complaint. 
    78117 
    79118I removed the following lines from ENSEMBLE/PARAM/run.def, since those variables didn't appear anywhere in the working config directories for the TRUNK.   
     
    90129}}} 
    91130 
    92 Even though the next ones weren't in the TRUNK run.def, I assigned a value since I don't like the default. 
    93 {{{ 
    94 STOMATE_OK_STOMATE=y 
     131The following needs to be set to AUTO, else we get complaints when libIGCM tries to set them. 
     132{{{ 
     133STOMATE_RESTART_FILEIN=__AUTO__ 
     134STOMATE_OK_STOMATE=__AUTO__ 
     135SECHIBA_restart_in=__AUTO__ 
     136XIOS_ORCHIDEE_OK=__AUTO__ 
     137RESTART_FILEIN=__AUTO__ 
    95138}}} 
    96139