Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make a copy of the template sp001 as starting point for your experiment (this is named exp001 in the following, but you can use a name by yourself).

...

Code Block
languagebash
cp -R $SPDIR/chain/gcm2icon/sp001 yourpath/exp001


Change into the gcm_to_cclm/sp001 directory in the chain directory. sp001 is also the experiment name.

cd $SPDIR/chain/gcm_to_cclm/sp001

You may have to change paths in job_settings and in the files in the directory templates and the batch command.
Start the chain:yourpath/exp001 directory and perform your changes in the job_settings file and the other scripts. Then perform a clean to get rid of any unnecessary files that may have transferred during the copying of sp001.

Code Block
languagebash
cd yourpath/exp001
./subchain clean

Now you are ready to start your experiment

Code Block
languagebash
./subchain start


If the cclm simulation is successful you can find the output data under the directories $SPDIR/chain/arch/sp001 and $ARCHIVE_OUTDIR and as post-processed time series under $SPDIR $WORKDIR/chainexp001/work/sp001/post.

Nested simulation (icon2icon)

...

Make a copy of the template sp002 as starting point for your experiment (this is named exp002 in the following, but you can use a name by yourself).


Code Block
languagebash
cp -R $SPDIR/chain/

...

gcm2icon/sp002

...

 yourpath/exp002


Change into the yourpath/exp002 directory and perform your changes in the job_settings file and in the files in the directory templates and the batch command.
Start the chain:the other scripts. Then perform a clean to get rid of any unnecessary files that may have transferred during the copying of sp002.

Code Block
languagebash
cd yourpath/exp002
./subchain clean

Now you are ready to start your experiment

Code Block
languagebash
./subchain start


If the cclm simulation is successful you can find the output data under the directories $SPDIR/chain/arch/sp002 and $ARCHIVE_OUTDIR and as post-processed time series under $SPDIR/chain/work/sp002 $WORKDIR/exp001/post.