Changes between Version 48 and Version 49 of Doc/FAQ


Ignore:
Timestamp:
04/26/17 15:47:10 (7 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/FAQ

    v48 v49  
    360360## How to have min and max value exchanged through OASIS? ## 
    361361 
    362 To add min max sum values of one field exchanged through OASIS, one has to add verbose mode, to add 2 operations and to describe them. Then you will find information in output text file.  
     362To add min max sum values of one field exchanged through OASIS, one has to add verbose mode (LOGPRT 1) , to add 2 operations (4 instead of 2 operations, CHECKIN CHECKOUT) and to describe them (INT=1 added for CHECKIN and for CHECKOUT). Then you will find information in output text file.  
    363363 
    364364Example : 
     
    407407}}} 
    408408 * Informations : 
    409   * min, max and sum for received field in component 1 : atmosphere 
     409  * min, max and sum for received field in component 1 : atmosphere in debug.root.01 file.  
    410410{{{ 
    411411> egrep 'oasis_advance_run  at .*RECV|diags:' debug.root.01|more 
     
    422422... 
    423423}}} 
    424    * min, max and sum for sent field from component 2 : ocean  
     424   * min, max and sum for sent field from component 2 : ocean in debug.root.02 
    425425{{{ 
    426426>  egrep 'oasis_advance_run  at.*SEND|diags:' debug.root.02|more