Bannière IPSL

2.5 Post treatment script preparation



Just like ins_script which enables the configuration of the launching script, the script ins_post which can be found in the directory util (Fig. : 1.1) enables the adaptation of post treatment scripts to the plateform on which they are intended to run.

All the post treatment scripts can be found in the Utilitaires directory.

It is important to note that ins_script automatically launches ins_post, but only for the Coupled model.

However it is possible to launch ins_post separately :

rhodes : cd STD_TEST/modipsl/util
rhodes : ins_post -t sxnec


Following this operation all the post treatment scripts will have the ''.job'' extension.
All these files can be found in the Utilitaires directory (Fig. : 2.7).

atlas_cpl_se.job

atlas_cpl_se_ORCA_LIM.job

atlas_cpl_se_LMDZOR.job

mo2se.job

monitoring_script.job

monitoring_loop_script.job

monitoring_lopp2_script.job

mo2st.job Temporal series generation for monthly files
create_ts.job Temporal series generation for monthly files
da2st.job Temporal series generation for daily files
da2mo.job Monthly files generation from daily averaged files
da4mo.job Monthly files generation from daily concatenated files
da2ye.job Yearly files generation from daily averaged files
da4ye.job Yearly files generation from daily concatenated files
mo2ye.job Yearly files generation from monthly averaged files
mo4ye.job Yearly files generation from monthly concatenated files
mo2sn.job Seasonal average cycles generation for monthly files
txt2tar.job Archive creation for text files


Each of the above scripts has an associated help accessible via -h option.

Otherwise two scipts in Python are available :

One to convert a date in a number of day of a 360 days calendar date_360d.py)
The other to sort number in increasing order (quicksort.py)