Changes between Version 25 and Version 26 of Documentation/UserGuide/FLUXNETValidation


Ignore:
Timestamp:
2020-05-29T10:19:11+02:00 (4 years ago)
Author:
mmcgrath
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/FLUXNETValidation

    v25 v26  
    436436Note that we can not use the analytical spinup at the present (the value is changed in the next step).  In order to use the analytical spinup, we need to make sure CyclicBegin and CyclicEnd appear in the ${}/STOI/config.card, as ${}/STOI/COMP/stomate.card checks for these values.  I have not yet figured out how to do that. 
    437437 
    438 Some variables appear in fluxnet.card, but they are also special variables having an AUTO value in orchidee.def (that we moved to param.def).  Therefore, remove the following lines from FLUXNET/fluxnet.card and PARAM/run.def (if they exist).  We remove the _AUTO_ value of SPINUP_PERIOD since we attempt to calculate that in an automatic way using a different variable in Job_ENSEMBLE, as opposed to in SPINUP/COMP/spinup.driver. 
     438Some variables appear in fluxnet.card, but they are also special variables having an AUTO value in orchidee.def (that we moved to param.def).  Therefore, remove the following lines from FLUXNET/fluxnet.card and PARAM/run.def (if they exist).   
    439439{{{ 
    440440NINPUT_UPDATE=0Y 
    441 SPINUP_ANALYTIC=y 
     441XIOS_ORCHIDEE_OK=n 
     442}}} 
     443 
     444Make sure the following two variables exist in the PARAM/run.def, but not in the FLUXNET/fluxnet.card or PARAM/orchidee.def.  In theory, fluxnet.card calculates this a better way using a different variable in Job_ENSEMBLE, as opposed to in SPINUP/COMP/spinup.driver, but it doesn't seem to be working with the current setup. 
     445{{{ 
     446SPINUP_ANALYTIC= _AUTO_ 
    442447SPINUP_PERIOD = _AUTO_ 
    443 XIOS_ORCHIDEE_OK=n 
    444  
    445 (now copy the file) 
    446 cp PARAM/run.def ../SPINUP/SUBJOB/OOL_SEC_STO/PARAM/ 
     448 
     449(now copy the files) 
     450cp PARAM/run.def PARAM/orchidee.def ../SPINUP/SUBJOB/OOL_SEC_STO/PARAM/ 
    447451}}} 
    448452