Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
noresm:runmodel:newbie [2013-08-15 14:07:14] alfg |
noresm:runmodel:newbie [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| This guide assumes that you have properly checked out the model to some directory which will call $NORESM. This directory will contain subdirectories " | This guide assumes that you have properly checked out the model to some directory which will call $NORESM. This directory will contain subdirectories " | ||
| - | ===== Create a case ===== | + | === Go to scripts directory |
| cd $NORESM/ | cd $NORESM/ | ||
| - | ./ | + | === Create the case === |
| + | ./ | ||
| + | |||
| + | (where // | ||
| + | |||
| + | To see a list of available composets type | ||
| + | |||
| + | ./ | ||
| + | |||
| + | The simplest case which runs production tagged aerosols and data ocean in a VERY coarse resolution is | ||
| + | |||
| + | ./ | ||
| + | |||
| + | === Configure the case === | ||
| + | cd $NORESM/ | ||
| + | |||
| + | edit any configuration files (understand env_conf.xml and env_run.xml) | ||
| + | |||
| + | ./configure -case (in NorESM1 / CAM4) | ||
| + | |||
| + | or | ||
| + | |||
| + | ./ | ||
| + | |||
| + | After these two commands, the case is configured | ||
| + | |||
| + | === Build the case === | ||
| + | |||
| + | ./// | ||
| + | |||
| + | ./// | ||
| + | |||
| + | === Run the case === | ||
| + | |||
| + | qsub // | ||
| + | |||
| + | === Example ==== | ||
| + | |||
| + | There are already several pre-defined compsets. They all have long and short names. As and example we can use the compset N_2000_AEROSLO_CN (with short name N2000AERCN). Thus a valid command on the machine //hexagon// is: | ||
| + | |||
| + | ./ | ||
| + | |||
| + | (will run a "year 2000" CAM4/ | ||
| + | |||
| + | ./ | ||
| + | |||
| + | (will configure the " | ||
| + | |||
| + | ===Important files=== | ||
| + | |||
| + | The most important files to understand in your case-directory are: | ||
| + | * env_run.xml (model run type, how long time to run etc) | ||
| + | * env_conf.xml (model configuration) | ||
| + | |||
| + | ===More information=== | ||
| + | |||
| + | Go to [[NORESM:: | ||