|
Modelling clouds and climate |
Single Column Model |
| Path: Single Column Model | |
|
Site Map
MOC2 Links:
Web Contact: Phil Austin Site created with Cheetah. Last updated: Mar 13 2003 |
User StepsThe sections below include links to various information about the model. This section gives lists on how you can use those links when you start using the model. Just viewing the model:
F.A.Q. (Frequently Asked Questions)http://www.eos.ubc.ca/research/moc2/scm/faq_index.html CVS Tutorial for UBC SCMUBC SCM is maintained by the CVS (Concurrent Versions System). You can use this tool to get a working copy for yourself. For more information on how to use this it, see the following. http://www.eos.ubc.ca/research/moc2/cvstutorial/index.html The UBCSCM Guidea lot of information on different parts of the model. It includes sections on the Installation, Running the model, SCM Algorithm with flow charts, Software Components, NetCDF, I/O Files and other. Some of the figures might not be labeled! http://www.eos.ubc.ca/research/moc2/scm/guide.pdf PlottingThe following link describes how plotting is done with UBC SCM. It uses NCL scripts that read the NetCDF data format as its input data files. http://www.eos.ubc.ca/research/moc2/scm/ncplots_index.html FDoc (SCMFDoc)A Python script that can parse Fortran code and document it was written for the purpose of documenting scm code. The following page describes all the commends of FDoc and how it was used to documents scm. http://www.eos.ubc.ca/research/moc2/scm/fdocinfo_index.html NetCDF I/O FilesThe following likns give details on i/o files and the variables they use in both the SCM preprocessor scmfdat.F and the model scm_parm.F. They are included in the ubcscm guide but are given here for reference as well. I/O List for SCMFDAT (Readme-iolistSCMFDAT) I/O List for SCM (Readme-iolistSCM) Parameters and VariablesThe following files contain lists of parameters used by the model and the varaibles that occur in the preprocessor scmfdat.F and the main program scm_parm.F. The lists include some additional information as well. Some scripts like plotting and scmfdoc use these files. List of parameters for the models (Readme-params) Some examples of parameters (Readme-params-examples) List of variables for SCMFDAT (Readme-varinfoSCMFDAT) List of variables for SCM (Readme-varinfoSCM) The additional parameter files that are an alternative way.List of parameters for the models (Readme-params-scm_job) List of parameters for the models (Readme-params-armsubcas) List of parameters for the models (Readme-params-other) NetCDF data formatA description about installing NetCDF, it's file format and the use in ubcscm is explained in the ubcscm guide. There is a seperate link for this below as well. http://www.eos.ubc.ca/research/moc2/scm/guide/guide.pdf Examples of Run OutputsThis report is about the outcome of some example ubcscm runs for different data input cases with plots generated using scmplot.py. http://www.eos.ubc.ca/research/moc2/scm/report_index.html Multiple Cluster RunsInformation on how to do multiple runs of scm on the Cluster. Also, general information on how to do runs on the cluster. http://www.eos.ubc.ca/research/moc2/scm/multiruns_index.html Comparing to the CCCma SCMThis gives the difference between the output obtained at UBC and the output obtained at CCCma. http://www.eos.ubc.ca/research/research/moc2/scm/report_index.html Inserting a New Data CaseBesides the input data files that ubcscm currently uses, new input files can be inserted to be used by the model. The following describes how to do this step by step. http://www.eos.ubc.ca/research/moc2/scm/caseinsert_index.html Readme filesThere is a directory doc/readme in the ubcscm documentation. The files in this directory contain various information about the scm. Some of these files are used by other applications written to document scm, such as fdoc and the guide and even this page. Information on Readme files (doc/readme/README) |