Changes between Version 27 and Version 28 of Doc/FAQ


Ignore:
Timestamp:
10/05/15 10:19:29 (9 years ago)
Author:
nillod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v27 v28  
    5555 
    5656## How do I read the Script_Output file? ## 
    57 At the end of each job execution, a corresponding `Script_Output` file is created. [[BR]] 
     57During each job execution, a corresponding `Script_Output` file is created. [[BR]] 
    5858'''Important''' : If your simulation stops you can look for the keyword "IGCM_debug_CallStack" in this file. This word will be preceded by a line giving more details on the problem that occurred.  
    5959 
     
    7171}}} 
    7272 
    73 If you run your model in hybrid mode (MPI-OpenMP), the number of MPI processes and the number of OpenMP threads are set in config.card in the section "Executable". For instance, for LMDZ : 16 MPI processes and 2 OpenMP threads. 
     73If you run your model in hybrid mode (MPI-OpenMP), the number of MPI processes and the number of OpenMP threads are set in config.card in the section "Executable". You still need to precise the CPU total number in `JobNumProcTot` parameter by summing all components processes.[[br]][[br]] 
     74 
     75For instance, for LMDZ : 16 MPI processes and 2 OpenMP threads (ATM compenent needs `2OMP x 16MPI = 32CPU`). 
    7476{{{ 
    7577ATM= (gcm.e, lmdz.x, 16MPI, 2OMP) 
     
    7779 
    7880Notice that the job header differs from the one for openMP. 
     81 
    7982  
    8083## Why does the `run.card` file contain the keyword `Fatal`? ## 
     
    193196}}} 
    194197 
    195 ## How can I run different horizontal resolutions using the same LMDZOR libIGCM configuration ? ## 
     198## How can I change the atmosphere horizontal resolutions using the same LMDZOR libIGCM configuration ? ## 
    196199To do this you have to make some changes in your files. 
    197200 
     
    360363|| Center || Computing machine || Post processing || 
    361364|| CCRT || Titane || Titane, queue mono  || 
    362 || TGCC || Curie || Curie, large node, -q xlarge|| 
     365|| TGCC || Curie || Curie, thin node, -q standard|| 
    363366|| IDRIS || Ada || Ada (ongoing) || 
    364367 
     
    416419 
    417420## What is the Monitoring? ## 
    418 See chapter '''Simulation and post-processing''''''', section ''Postprocessing with libIGCM''  [wiki:DocFsimu#Monitoring here] 
     421See chapter '''Simulation and post-processing''''''', section ''Postprocessing with libIGCM''  [wiki:DocFsimu#Monitoringandintermonitoring here] 
    419422 
    420423## How do I add a plot to the monitoring? ## 
     
    422425 
    423426## How do I calculate seasonal means over 100 years? ## 
    424 This feature is available with `libIGCM_v1_10` since 12/13/2010. 
    425  
    426427In order to compute a seasonal mean over 100 years, check that all decades are on the file server (`SE_checker`). Then run the job `create_multi_se` on the post processing machine. 
    427428