Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
noresm:runmodel:advanced [2013-08-15 14:50:47] alfg |
noresm:runmodel:advanced [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======Advanced configuration ====== | + | ======Advanced configuration |
| - | === What is a compset ? === | + | === Understanding compsets |
| A compset is a collection of configuration parameters which describe a specific case. NorESM has several pre-defined compsets. The CCSM users guide provides information on configuring your own compsets. The compsets define things like //how many processors will be used in this case //, //which options go to cam_oslo in this case // | A compset is a collection of configuration parameters which describe a specific case. NorESM has several pre-defined compsets. The CCSM users guide provides information on configuring your own compsets. The compsets define things like //how many processors will be used in this case //, //which options go to cam_oslo in this case // | ||
| For existing composets, search for the file config_compsets.xml in your $NORESM folder. They can also all be printed by going to $NORESM/ | For existing composets, search for the file config_compsets.xml in your $NORESM folder. They can also all be printed by going to $NORESM/ | ||
| + | |||
| + | === AMIP type simulations === | ||
| + | |||
| + | For AMIP type simulations, | ||
| + | |||
| + | | ||
| + | |||
| === Running with offline aerosol interaction === | === Running with offline aerosol interaction === | ||
| Line 33: | Line 40: | ||
| The model may be run with any combination of these options: with AEROFFL only, with AEROCOM only, or with AEROFFL and AEROCOM activated at the same time. | The model may be run with any combination of these options: with AEROFFL only, with AEROCOM only, or with AEROFFL and AEROCOM activated at the same time. | ||
| + | See also presentation from NorESM workshop November 28'th 2013. {{alfk_offline_noresmworkshopnov2013x.pdf|}} | ||
| + | |||
| + | |||
| + | === Use of look-up tables for aerosol optics and activation to cloud droplets === | ||
| + | |||
| + | See presentation from NorESM workshop November 28'th 2013: {{alfk_lut_noresmworkshopnov2013.pdf|}} | ||
| + | |||
| + | The look-up table code, AeroTab, is now available through subversion under cam/ | ||
| + | To obtain a local copy (myAeroTab) of the newest version without checking out the whole NorESM model, run | ||
| + | |||
| + | < | ||
| + | svn checkout https:// | ||
| + | </ | ||
| + | |||
| + | Or, if you are interested in the CMIP5 version (with some updates), run instead | ||
| + | |||
| + | < | ||
| + | svn checkout -r 199 https:// | ||
| + | </ | ||
| + | |||
| + | === Use of chemistry === | ||
| + | |||
| + | See presentation from NorESM workshop November 28'th 2013: | ||
| + | {{dirkjlo_chemistry_noresmworkshopnov2013.pdf|}} | ||
| + | |||