Changes between Version 9 and Version 10 of Doc/Config/LMDZOR_v6.1


Ignore:
Timestamp:
07/10/15 10:58:45 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZOR_v6.1

    v9 v10  
    3131 * is only using XIOS for writing diagnostics. All diagnostics are configured in the xml files read by XIOS. The use of XIOS in server mode(default set up) removes the need for rebuild.  
    3232 * is compiling the hybrid parallelism mode (mixed MPI-OPenMP) which means that more cores can be used during run time which speeds up the computing time.  
    33  * has a clearer method for changing parameter files : 
     33 * has a clearer method for changing parameter files : the drivers can only change parameters set equal AUTO in the parameter files 
    3434   * variables marked as _AUTO_ in the parameter files can be changed by the users. They can not be changed again by the scripts (the drivers). For example this is the case for all variables concerning the output. The user can set the output level as she wants directly into the PARAM/file_def_...xml files and it can not be overwritten by the drivers. 
    35    * variables marked as _AUTOBLOCKER_ must not be changed. If still they are changed, the simulation will stop with error message 
     35   * variables marked as _AUTOBLOCKER_ must not be changed. If still they are changed, the simulation will stop with error message because the drivers are not allowed to make hidden modifications.  
    3636 
    3737## Compiling ## 
     
    9696Most parameter file are found in PARAM/ directory as for the v5 configurations. But some files are now also copied from the model directories. This is the case for field_def_lmdz.xml and field_def_orchidee.xml. In lmdz.card and orchidee.card you can see where the files are taken from.  
    9797 
    98 In the parameter files, some of the variables will be modified after the job is submitted. All these variables are set equal _AUTO_ or _AUTOBLOCKER_. No variable can be modified without having this key word. This means that the real value will be set by the drivers when the job is submitted. The values are set according to the options from lmdz.card, orchidee.card, stomate.card and config.card.  
     98In the parameter files, some of the variables will be modified after the job is submitted. This is done by the ''comp.driver'': lmdz.driver, orchideee.driver, stomate.driver and xios.driver. All the variables that might be modified are set equal _AUTO_ or _AUTOBLOCKER_. No variable can be modified without having this key word. The values are set according to the options from lmdz.card, orchidee.card, stomate.card and config.card.  
    9999 
    100100A variable which is set to _AUTO_ can also be changed manually in the corresponding file in the PARAM directory. For this case, the driver can not change it again. Some variables are set equal _AUTOBLOCKER_. They cannot be changed. If still they are changed, the job will exit with error message.