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 [2014-03-21 13:06:28] alfg |
noresm:runmodel:newbie [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ./ | ./ | ||
| + | |||
| + | The simplest case which runs production tagged aerosols and data ocean in a VERY coarse resolution is | ||
| + | |||
| + | ./ | ||
| === Configure the case === | === Configure the case === | ||
| Line 22: | Line 26: | ||
| edit any configuration files (understand env_conf.xml and env_run.xml) | edit any configuration files (understand env_conf.xml and env_run.xml) | ||
| - | ./configure -case | + | ./configure -case (in NorESM1 / CAM4) |
| + | |||
| + | or | ||
| + | |||
| + | ./ | ||
| After these two commands, the case is configured | After these two commands, the case is configured | ||
| Line 28: | Line 36: | ||
| === Build the case === | === Build the case === | ||
| - | ./// | + | ./// |
| + | |||
| + | ./// | ||
| === Run the case === | === Run the case === | ||
| Line 38: | Line 48: | ||
| 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: | 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=== | ===Important files=== | ||