#############################################################################
###########################################################################
suite_id - usually rose suite name (src_dir+suite_name = path to data - this is not always rose suite id)
On the Met Office linux system module load scitools python process_jules.py [-h] [--l_testing] [--l_backfill_missing_files] [--l_jules_rose] MIPNAME
l_testing switch: test runs for the first 10 years of data for the variables in sel_diags_test.
l_backfill_missing_files: this determines whether the file for that variable exists already if it exists it doesnt make a new file
l_jules_rose: this is used when need the postprocessing to run within the jules rose suite.
MIPNAME: is used to look up information in mip_info which gives details of the model to be postprocessed. This is used outside rose
The variables to be postprocessed are defined in ***_variables.py where *** is the first term (before the underscore) of the MIPNAME. This is only used outside rose.
#############################################################################
################################################################### CMIP6: fNdep: should be monthly (Emon) and not annual - needs to be changed in the output profiles and in the variable namelists
################################################################### ISIMIP: need to get final year of future simulation
- this can be done by adding another year to the driving by making links to the last year.
#############################################################################
########################################################################### Getting hold of the code; fcm co https://code.metoffice.gov.uk/svn/cdds/main/branches/dev/matthewmizielinski/r8439_1898_JULES_land_only
Activate code; cd to r8439_1898_JULES_land_only run “source ./setup_env_for_devel”
working_directory/ input/ <suite_id>/ lnd/ (daily data files) lnm/ (monthly data files) output/ mip_convert.cfg
Get hold of config file; download from https://code.metoffice.gov.uk/trac/cdds/ticket/1898 adapt as needed; change experiment_id, variant_label, suite_id, run_bounds, etc.
Run mip_convert for monthlies ../r8439_1898_JULES_land_only/mip_convert/bin/mip_convert mip_convert.cfg -s lnm check for CRITICAL messages in the output files (mip_convert_.log)
Run mip_convert for dailies mip_convert mip_convert.cfg -s lnd check for CRITICAL messages in the output files (mip_convert_.log)
Check the files look OK. (last chance to review)