This is the manual for pre- and post-processing data of CCAM model, runs on HPC # PART 1 # Pre-pocressing - First of all, we need to compile source code by running script: ./run_make.sh - Next step, we have to download orography data from website of CCAM model: https://confluence.csiro.au/display/CCAM/Instructions+for+installing+CCAM, http://www.hpc.csiro.au/users/244528/ccaminstall/vegin. - cd Pre_processing, and runs script ./run_cable.sh to create new orography datasets for different CCAM domains. - cd CFS (for creating ICBC) + cd convert_ic Please export variable environment $YMDH before, e.g. export YMDH=2019031600. Then runs one-by-one: ./src_download.sh ./src_cnv_grib2one.sh ./src_convert_ic.sh + cd convert_bc_mean Similarly, executes these scripts for creating BC (SST mean monthly). ./src_download_tmpsfc.sh ./src_convert_bc.sh Finally, we will get data output at folder "output". # PART 2 # Post-pocressing - cd Post_processing ./src_cc2nc_global_105.0km.sh $in $out ./src_cc2nc_region_20km.sh $in $out where, $in is the folder raw data output of global or regional CCAM model, $out is a folder destination that wants to put data post-processing in. ##########################################################################