== '''Post Processing''' == [[PageOutline]] [[BR]] === How to activate Monitoring === in config.card file #D- If you want to produce time series, this flag determines [[BR]] #D- frequency of post-processing submission[[BR]] TimeSeriesFrequency=NONE you have to put your experience lenght. If you do an experience during 10 years you have to put:[[BR]] TimeSeriesFrequency=10Y === How to activate dynamic Monitoring (25/02/2009) === * Copy original monitoring files in SUBMIT_DIR : [[BR]] {{{ cp ~/KEEPED_FILES/monitoring01_opa9_ORCA2.cfg $SUBMIT_DIR/. cp ~/KEEPED_FILES/monitoring01_lim2_ORCA2.cfg $SUBMIT_DIR/. }}} * Copy monitoring.job in libIGCM : [[BR]] {{{ cp ~/KEEPED_FILES/monitoring.job modipsl/libIGCM/. }}} * Control TimeSeries in COMP/opa9.card and COMP/lim2.card: [[BR]] {{{ and if you add or remove TimeSeries in opa9.card or lim2.card => it is necessary to add or remove correspondig variable in $SUBMIT_DIR/monitoring01_opa9[lim2]_ORCA2.cfg }}} === How control monitoring on '''rhodes''' ( idris ) === {{{ Qstat -a }}} === How control monitoring on '''ulam''' ( idris ) === {{{ llq }}} === How to activate Atlas === in config.card file #D- If you want to produce seasonal average, this flag determines [[BR]] #D- the period of this average [[BR]] SeasonalFrequency=NONE you have to put you experience lenght. If you do an experience during 10 years you have to put:[[BR]] SeasonalFrequency=10Y * '''How to manage frequency of post processing''' ( Note: in this moment is not possible to have atlas and monitoring of frequency different from '''1M''' ) in COMP/nemo.card you have to change in [OutputFiles] chapter: Post_'''1M'''_grid_T (U,V,W) and you have to change [Post_'''1M'''_grid_T(U,V,W)] chapter. and in in COMP/lim2.card you have to change in [OutputFiles] chapter: List= (${PREFIX_NWRITE}_${DATE_OPA}_icemod.nc, ${R_OUT_ICE_NWRITE}/${PREFIX}_${WF1}_icemod.nc, Post_'''1M'''_icemod) and you have to change [Post_'''1M'''_icemod] chapter. [[BR]] [[BR]]