Changes between Version 23 and Version 24 of Modipsl_curie


Ignore:
Timestamp:
09/26/12 09:13:44 (12 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modipsl_curie

    v23 v24  
    288288 * 0,6 % de l'ensembles des jobs de calcul et de post-traitements ont du être resoumis à la main (4/694). 
    289289 
     290=== Erreur à surveiller dans les post-traitements : WARNING Intra-file non-monotonicity. Record coordinate "time_counter" does not monotonically increase === 
     291 * Pour la repérer rapidement: grep -i monoton create_ts* | awk -F: '{print $1}' |sort -u  
     292 * Exemple : 
     293{{{ 
     294+ IGCM_sys_ncrcat --hst -v lon,lat,plev,time_counter,time_counter_bnds,zg v3.rcp45GHG1_20160101_20161231_HF_histhfNMC.nc v3.rcp45GHG1_20170101_20171231_HF_histhfNMC.nc v3.rcp45GHG1_20180101_20181231_HF_histhfNMC.nc v3.rcp45GHG1_20190101_20191231_HF_histhfNMC.nc v3.rcp45GHG1_20200101_20201231_HF_histhfNMC.nc v3.rcp45GHG1_20210101_20211231_HF_histhfNMC.nc v3.rcp45GHG1_20220101_20221231_HF_histhfNMC.nc v3.rcp45GHG1_20230101_20231231_HF_histhfNMC.nc v3.rcp45GHG1_20240101_20241231_HF_histhfNMC.nc v3.rcp45GHG1_20250101_20251231_HF_histhfNMC.nc v3.rcp45GHG1_20160101_20251231_HF_zg.nc 
     295ncrcat: WARNING Intra-file non-monotonicity. Record coordinate "time_counter" does not monotonically increase between (input file v3.rcp45GHG1_20190101_20191231_HF_histhfNMC.nc record indices: 418, 419) (output file v3.rcp45GHG1_20160101_20251231_HF_zg.nc record indices 4798, 4799) record coordinate values 419007600.000000, 0.000000 
     296}}} 
     297 * Vérification axe des temps non monotonique : 
     298{{{ 
     299/ccc/cont003/home/dsm/p86broc/dev_python/is_monotone.py OCE/Analyse/TS_DA/v5.historicalMR3_19800101_19891231_1D_vosaline.nc_KO_monoton time_counter 
     300False 
     301}}} 
     302 * Remède : rm des fichiers TS créés et relance avec !TimeSeries_Checker 
     303 
    290304=== Comment utiliser le débugueur ddt pour débuguer le modèle couplé (ou tout autre code MPMD) ? === 
    291305