New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
user/flavoni/libIGCM/postprocessingpage (diff) – NEMO

Changes between Version 18 and Version 19 of user/flavoni/libIGCM/postprocessingpage


Ignore:
Timestamp:
2013-03-11T12:13:30+01:00 (11 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • user/flavoni/libIGCM/postprocessingpage

    v18 v19  
    22[[PageOutline]] 
    33 
    4 [[BR]] 
    5     
    64=== How to activate Monitoring === 
     5  in config.card file 
    76 
    8  in config.card file  
     7  #D- If you want to produce time series, this flag determines [[BR]] #D- frequency of post-processing submission[[BR]] TimeSeriesFrequency =NONE 
    98 
    10  #D- If you want to produce time series, this flag determines [[BR]] 
    11  #D- frequency of post-processing submission[[BR]] 
    12  TimeSeriesFrequency=NONE 
     9  you have to put your experience lenght. If you do an experience during 10 years you have to put:[[BR]] 
    1310 
    14  you have to put your experience lenght. If you do an experience during 10 years you have to put:[[BR]] 
     11  TimeSeriesFrequency =10Y 
    1512 
    16  TimeSeriesFrequency=10Y 
    17   
    1813=== How to activate dynamic Monitoring  (30/10/2009) === 
    19   
    20  with libIGCM_v1_4 it is possible to have a dynamic monitoring; i.e. it is possible to configure files to decide which variables it will be monitored. In this way: 
    21   
     14  with libIGCM_v1_4 it is possible to have a dynamic monitoring; i.e. it is possible to configure files to decide which variables it will be monitored. In this way: 
     15 
    2216 * Create POST directory under IGCM00 directory: [[BR]] 
    2317{{{ 
     
    3226}}} 
    3327 
    34  where common_login is: [http://wiki.ipsl.jussieu.fr/wiki_ipsl/EsciComptes] 
    35   * Remove/add variables that you want to monitor in monitoring01_opa9[lim2]_ORCA2.cfg: [[BR]] 
     28  where common_login is: [http://wiki.ipsl.jussieu.fr/wiki_ipsl/EsciComptes] 
     29 
     30 * Remove/add variables that you want to monitor in monitoring01_opa9[lim2]_ORCA2.cfg: [[BR]] 
    3631{{{ 
    3732for example you can remove from monitoring01_lim2_ORCA2.cfg: 
     
    3934}}} 
    4035 
    41  * Remove corresponding variable from !TimeSeries from lim2.card  
     36 * Remove corresponding variable from !TimeSeries from lim2.card 
    4237 
    4338TimeSeriesVars = (iicethic, ~~ileadfra~~, isnowthi, iicevelu, iicevelv) 
    4439 
    45  
    4640=== How to do a Monitoring comparison between same run in MPI and mono version (till nemo v3_2_2 ) === 
    47   
    4841 * Parameters to have in namelist to be able to do a comparison : [[BR]] 
    4942{{{ 
     
    6356After run execution, you can use "fegg" utility to compare two experience : [[BR]] 
    6457 
    65 http://igcmg.lsce.ipsl.fr/monitoring/ 
     58http://forge.ipsl.jussieu.fr/igcmg/wiki/Modipsl_post#Monitoring 
    6659 
    6760 * Step 1 : [[BR]] 
     
    9588 llq 
    9689}}} 
     90=== How to activate Atlas === 
     91  in config.card file 
    9792 
    98 === How to activate Atlas === 
     93  #D- If you want to produce seasonal average, this flag determines [[BR]] #D- the period of this average [[BR]] SeasonalFrequency =NONE 
    9994 
    100  in config.card file  
     95  you have to put you experience lenght. If you do an experience during 10 years you have to put:[[BR]] 
    10196 
    102  #D- If you want to produce seasonal average, this flag determines [[BR]] 
    103  #D- the period of this average [[BR]] 
    104  SeasonalFrequency=NONE 
    105   
    106  you have to put you experience lenght. If you do an experience during 10 years you have to put:[[BR]] 
     97  SeasonalFrequency =10Y 
    10798 
    108  SeasonalFrequency=10Y 
     99 * '''How to manage frequency of post processing''' 
    109100 
    110    
    111     * '''How to manage frequency of post processing'''  
     101  in COMP/nemo.card you have to change in [OutputFiles ] chapter: 
    112102 
    113  in COMP/nemo.card you have to change in [OutputFiles] chapter: 
     103  Post_''' 1M''' _grid_T (U,V,W) 
    114104 
    115  Post_'''1M'''_grid_T (U,V,W) 
     105  and you have to change [Post_''' 1M''' _grid_T(U,V,W)] chapter. 
    116106 
    117  and you have to change [Post_'''1M'''_grid_T(U,V,W)] chapter. 
     107  and in in COMP/lim2.card you have to change in [OutputFiles ] chapter: 
    118108 
    119  and in in COMP/lim2.card you have to change in [OutputFiles] chapter: 
    120   
    121  List= (${PREFIX_WFI1}_icemod.nc, ${R_OUT_ICE_WFI1}/${PREFIX}_${WFI1}_icemod.nc, Post_5D_icemod) 
    122   
    123  and you have to change [Post_'''5D'''_icemod] chapter. 
     109  List= (${PREFIX_WFI1}_icemod.nc, ${R_OUT_ICE_WFI1}/${PREFIX}_${WFI1}_icemod.nc, Post_5D_icemod) 
    124110 
    125 [[BR]] 
    126 [[BR]] 
     111  and you have to change [Post_''' 5D''' _icemod] chapter.