<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://norcpm.wiki.uib.no/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ibe062</id>
	<title>Norcpm - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://norcpm.wiki.uib.no/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ibe062"/>
	<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/Special:Contributions/Ibe062"/>
	<updated>2026-04-24T09:04:42Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=300</id>
		<title>CESM2 on FRAM</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=300"/>
		<updated>2019-01-15T13:51:25Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to FRAM, apply at https://www.metacenter.no/user/application/form/notur (project nn9625k). &lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /cluster/projects/nn9625k/cesm/cesm2.1.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/cesm2.0.1/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/cesm2.0.1/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine fram --pecount S --project nn9625k --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/cesm2.0.1/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.1.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.1.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist. Furthermore, sea ice is tuned towards less ice by setting r_snw=-2.0.  &lt;br /&gt;
&lt;br /&gt;
==== 3.1.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
=== 3.2 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/cesm2.1.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create build and job scripts under the case directory and also prepare the run-directory in /cluster/work/users/$USER/cesm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.5.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.5.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
&lt;br /&gt;
==== 3.5.3 Automatic resubmission and short term archiving  ====&lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /cluster/work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
=== 3.6 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
For testing purpose, the default for is set to 1 hour on FRAM. If the machine load is high then a specification of a short wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.6.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /cluster/work/users/$USER/cesm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://documentation.sigma2.no/jobs/jobscripts.html&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=299</id>
		<title>CESM2 on FRAM</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=299"/>
		<updated>2019-01-15T13:46:05Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to FRAM, apply at https://www.metacenter.no/user/application/form/notur (project nn9625k). &lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /cluster/projects/nn9625k/cesm/cesm2.1.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/cesm2.0.1/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/cesm2.0.1/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine fram --pecount S --project nn9625k --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/cesm2.0.1/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.1.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.1.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist. Furthermore, sea ice is tuned towards less ice by setting r_snw=-2.0.  &lt;br /&gt;
&lt;br /&gt;
==== 3.1.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
=== 3.2 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/cesm2.1.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create build and job scripts under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.5.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.5.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
&lt;br /&gt;
==== 3.5.3 Automatic resubmission and short term archiving  ====&lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== 3.6 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.6.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=298</id>
		<title>CESM2 on FRAM</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=298"/>
		<updated>2019-01-15T13:37:56Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to FRAM, apply at https://www.metacenter.no/user/application/form/notur (project nn9625k). &lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /cluster/projects/nn9625k/cesm/cesm2.1.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.1.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.1.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
==== 3.1.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
=== 3.2 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create build and job scripts under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.5.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.5.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
&lt;br /&gt;
==== 3.5.3 Automatic resubmission and short term archiving  ====&lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== 3.6 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.6.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=297</id>
		<title>CESM2 on FRAM</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_FRAM&amp;diff=297"/>
		<updated>2019-01-15T10:02:53Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: Created page with &amp;quot;== 1 Prerequisites ==    If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837  You need to be member of the unix group hpcnore...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837&lt;br /&gt;
&lt;br /&gt;
You need to be member of the unix group hpcnoresm to be able to access the code and input data in /shared/projects/noresm. Write to support@hpc.uib.no (with cc to ingo.bethke@norceresearch.no) to become member of the group. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /shared/projects/noresm/models/CESM2.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Load python module ===&lt;br /&gt;
&lt;br /&gt;
CESM2&#039;s script environment is python based. The model requires python version 2.7 or newer, which has to be loaded on HEXAGON with &lt;br /&gt;
  module load python/2.7.2-dso &lt;br /&gt;
&lt;br /&gt;
For more information on loading modules on HEXAGON, visit https://docs.hpc.uib.no/wiki/Application_development_(Hexagon)&lt;br /&gt;
&lt;br /&gt;
=== 3.2 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.2.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.2.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
==== 3.2.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create build and job scripts under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.6 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.6.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
&lt;br /&gt;
==== 3.6.3 Automatic resubmission and short term archiving  ====&lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== 3.7 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.7.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.7.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=197</id>
		<title>CESM2 on HEXAGON</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=197"/>
		<updated>2018-10-25T11:33:42Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837&lt;br /&gt;
&lt;br /&gt;
You need to be member of the unix group hpcnoresm to be able to access the code and input data in /shared/projects/noresm. Write to support@hpc.uib.no (with cc to ingo.bethke@norceresearch.no) to become member of the group. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /shared/projects/noresm/models/CESM2.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Load python module ===&lt;br /&gt;
&lt;br /&gt;
CESM2&#039;s script environment is python based. The model requires python version 2.7 or newer, which has to be loaded on HEXAGON with &lt;br /&gt;
  module load python/2.7.2-dso &lt;br /&gt;
&lt;br /&gt;
For more information on loading modules on HEXAGON, visit https://docs.hpc.uib.no/wiki/Application_development_(Hexagon)&lt;br /&gt;
&lt;br /&gt;
=== 3.2 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.2.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.2.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
==== 3.2.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create build and job scripts under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.6 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.6.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
&lt;br /&gt;
==== 3.6.3 Automatic resubmission and short term archiving  ====&lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== 3.7 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.7.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.7.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=196</id>
		<title>CESM2 on HEXAGON</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=196"/>
		<updated>2018-10-23T11:02:24Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837&lt;br /&gt;
&lt;br /&gt;
You need to be member of the unix group hpcnoresm to be able to access the code and input data in /shared/projects/noresm. Write to support@hpc.uib.no (with cc to ingo.bethke@norceresearch.no) to become member of the group. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /shared/projects/noresm/models/CESM2.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Load python module ===&lt;br /&gt;
&lt;br /&gt;
CESM2&#039;s script environment is python based. The model requires python version 2.7 or newer, which has to be loaded on HEXAGON with &lt;br /&gt;
  module load python/2.7.2-dso &lt;br /&gt;
&lt;br /&gt;
For more information on loading modules on HEXAGON, visit https://docs.hpc.uib.no/wiki/Application_development_(Hexagon)&lt;br /&gt;
&lt;br /&gt;
=== 3.2 Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== 3.2.1 Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== 3.2.2 Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
==== 3.2.3 Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
=== 3.3 Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create a sub-directory Buildconf with namelist files under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== 3.4 Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== 3.5 Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== 3.6 Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== 3.6.1 Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== 3.6.2 Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
3.5.3 Automatic resubmission and short term archiving &lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== 3.7 Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== 3.7.1 Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== 3.7.2 Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=195</id>
		<title>CESM2 on HEXAGON</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=195"/>
		<updated>2018-10-23T10:57:21Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837&lt;br /&gt;
&lt;br /&gt;
You need to be member of the unix group hpcnoresm to be able to access the code and input data in /shared/projects/noresm. Write to support@hpc.uib.no (with cc to ingo.bethke@norceresearch.no) to become member of the group. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /shared/projects/noresm/models/CESM2.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== Load python module ===&lt;br /&gt;
&lt;br /&gt;
CESM2&#039;s script environment is python based. The model requires python version 2.7 or newer, which has to be loaded on HEXAGON with &lt;br /&gt;
  module load python/2.7.2-dso &lt;br /&gt;
&lt;br /&gt;
For more information on loading modules on HEXAGON, visit https://docs.hpc.uib.no/wiki/Application_development_(Hexagon)&lt;br /&gt;
&lt;br /&gt;
=== Create a new case ===&lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
==== Choosing component set with --compset option ====&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
==== Choosing resolution with --res option ====&lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
==== Choosing a predefined cpu-configuration with --pecount option ====&lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
=== Set up case ===&lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create a sub-directory Buildconf with namelist files under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
=== Customize component namelist files ===&lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
=== Build model ===&lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
=== Run time options (run length, resubmission etc) ===&lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
==== Initial versus continuation  ====&lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
==== Run length ====&lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
3.5.3 Automatic resubmission and short term archiving &lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
=== Integration time and job submission ===&lt;br /&gt;
&lt;br /&gt;
==== Setting integration time ====&lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
==== Job submission ====&lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
	<entry>
		<id>http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=194</id>
		<title>CESM2 on HEXAGON</title>
		<link rel="alternate" type="text/html" href="http://norcpm.wiki.uib.no/index.php?title=CESM2_on_HEXAGON&amp;diff=194"/>
		<updated>2018-10-23T10:54:48Z</updated>

		<summary type="html">&lt;p&gt;Ibe062: Created page with &amp;quot;== 1 Prerequisites ==    If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837  You need to be member of the unix group hpcnore...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1 Prerequisites ==  &lt;br /&gt;
&lt;br /&gt;
If you have not obtained access to HEXAGON, apply at https://skjemaker.app.uib.no/view.php?id=2901837&lt;br /&gt;
&lt;br /&gt;
You need to be member of the unix group hpcnoresm to be able to access the code and input data in /shared/projects/noresm. Write to support@hpc.uib.no (with cc to ingo.bethke@norceresearch.no) to become member of the group. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
== 2 Installing the model ==&lt;br /&gt;
&lt;br /&gt;
Install the model in your home directory with&lt;br /&gt;
  cd  &lt;br /&gt;
  tar xvf /shared/projects/noresm/models/CESM2.0_latest.tgz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3 Aqua-planet with slab-ocean and thermodynamic sea ice ==&lt;br /&gt;
&lt;br /&gt;
=== 3.1 Load python module ===&lt;br /&gt;
&lt;br /&gt;
CESM2&#039;s script environment is python based. The model requires python version 2.7 or newer, which has to be loaded on HEXAGON with &lt;br /&gt;
  module load python/2.7.2-dso &lt;br /&gt;
&lt;br /&gt;
For more information on loading modules on HEXAGON, visit https://docs.hpc.uib.no/wiki/Application_development_(Hexagon)&lt;br /&gt;
&lt;br /&gt;
3.2 Create a new case &lt;br /&gt;
&lt;br /&gt;
Change to CESM2.0&#039;s scripts directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cime/scripts &lt;br /&gt;
&lt;br /&gt;
Create an aqua-planet case with &lt;br /&gt;
  ./create_newcase --case $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 --compset QSIC5 --res f09_f09_mg17 --machine hexagon --pecount M --run-unsupported&lt;br /&gt;
&lt;br /&gt;
This will create a case directory in $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 (feel free to choose a different name and location). &lt;br /&gt;
&lt;br /&gt;
The rest of this section further explains the above choice of options. Type &amp;quot;./create_newcase --help&amp;quot; for detailed information of all possible options.&lt;br /&gt;
&lt;br /&gt;
3.2.1 Choosing component set with --compset option&lt;br /&gt;
&lt;br /&gt;
The case uses the predefined aqua-planet (Q) component set QSIC5 that uses a slab-ocean (S), thermodynamic sea ice (I) coupled to a 30-layer configuration of CAM5 (C5). &lt;br /&gt;
&lt;br /&gt;
3.2.2 Choosing resolution with --res option &lt;br /&gt;
&lt;br /&gt;
In combination with the component set QSIC5, the horizontal resolution configuration f09_f09_mg17 specifies NCAR&#039;s 0.9x1.25 finite-volume lonlat grid for all active components.  &lt;br /&gt;
&lt;br /&gt;
The grid converges towards the poles and is therefore not suitable for use with dynamic sea ice. Sea ice dynamics are hence deactivated in QSIC5 setting kdyn=0 in the sea ice component&#039;s namelist.  &lt;br /&gt;
&lt;br /&gt;
3.2.3 Choosing a predefined cpu-configuration with --pecount option &lt;br /&gt;
&lt;br /&gt;
For QSIC5 on 0.9x1.25, possible arguments of --pecount are S, M (default if --pecount is omitted), L, X1 and X2. &lt;br /&gt;
&lt;br /&gt;
The corresponding number of cores are 192 (S), 320 (M), 384 (L), 640 (X1) and 960 (X2). &lt;br /&gt;
&lt;br /&gt;
The user maximum is 1024 cores on HEXAGON. This allows concurrent integration of e.g. 1 X2, or 1 L + 1 X1, or 2 M + 1 L, or 2 M + 2 S, or 5 S.   &lt;br /&gt;
&lt;br /&gt;
The M default produces a throughput of 3.1 sim-years per integration day. &lt;br /&gt;
&lt;br /&gt;
3.3 Set up case &lt;br /&gt;
&lt;br /&gt;
Change to case directory with&lt;br /&gt;
  cd $HOME/CESM2.0/cases/QSIC5_f09_f09_test_01 &lt;br /&gt;
&lt;br /&gt;
Execute case-setup script with &lt;br /&gt;
  ./case.setup &lt;br /&gt;
&lt;br /&gt;
This will create a sub-directory Buildconf with namelist files under the case directory and also prepare the run-directory in /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run. &lt;br /&gt;
&lt;br /&gt;
3.4 Customize component namelist files &lt;br /&gt;
&lt;br /&gt;
The case directory contains the four user namelist files user_nl_cam, user_nl_cice, user_nl_cpl and user_nl_docn, which can be customized e.g. to specify additional diagnostic output. &lt;br /&gt;
&lt;br /&gt;
After changing the user namelist files, you can optionally execute&lt;br /&gt;
  ./preview_namelists  &lt;br /&gt;
&lt;br /&gt;
This will update the _in-namelist files in the run-directory so one can review the updates. However, use of preview_namelists is not necessary as the namelists are updated on job submission. &lt;br /&gt;
&lt;br /&gt;
3.4 Build model &lt;br /&gt;
&lt;br /&gt;
In case directory, execute &lt;br /&gt;
  ./case.build &lt;br /&gt;
&lt;br /&gt;
This will build the model and perform other tasks in the run directory. &lt;br /&gt;
&lt;br /&gt;
3.5 Run time options (run length, resubmission etc) &lt;br /&gt;
&lt;br /&gt;
Length of the integration and similar can be customized in the file env_run.xml in the case directory.&lt;br /&gt;
&lt;br /&gt;
One can either edit env_run.xml using an editor (e.g. vi) or from the command line using the xmlchange script available in the case directory (type &amp;quot;./xmlchange --help&amp;quot; for usage).&lt;br /&gt;
&lt;br /&gt;
3.5.1 Initial versus continuation   &lt;br /&gt;
&lt;br /&gt;
At the beginning of the simulation the value of CONTINUE_RUN must be set to FALSE. If set to true then the model attempts to restart from restart conditions produced by the SAME simulation that must be present in the run directory. &lt;br /&gt;
&lt;br /&gt;
If you want to continue a simulation then make sure that CONTINUE_RUN is set to TRUE. &lt;br /&gt;
&lt;br /&gt;
3.5.2 Run length &lt;br /&gt;
&lt;br /&gt;
The run length is specified by STOP_OPTION and STOP_N. The default is 5 days. Set STOP_OPTION to nyears and STOP_N to 1 to specify a run length of 1 year.  &lt;br /&gt;
3.5.3 Automatic resubmission and short term archiving &lt;br /&gt;
&lt;br /&gt;
If RESUBMIT is set to n&amp;gt;0 then the job is automatically resubmitted n times. By default, CONTINUE_RUN will automatically set to TRUE during resubmission.&lt;br /&gt;
&lt;br /&gt;
After each integration, diagnostic output and restart information is moved from the run-directory to the short-term archiving location /work/users/$USER/archive/QSIC5_f09_f09_test_01&lt;br /&gt;
&lt;br /&gt;
Note that the /work/users disk area is subject to automatic deletion (see https://docs.hpc.uib.no/wiki/Data_Handling_and_Storage_Policy#Scratch_area:_.2Fwork ). Once the simulation is completed it is therefore recommended to move the output to a different location. &lt;br /&gt;
&lt;br /&gt;
3.6 Integration time and job submission &lt;br /&gt;
&lt;br /&gt;
3.6.1 Setting integration time &lt;br /&gt;
&lt;br /&gt;
The value of JOB_WALLCLOCK_TIME in env_batch.xml specifies the maximum integration time. &lt;br /&gt;
&lt;br /&gt;
The default for is set to 4 days on HEXAGON. If the machine load is high then a specification of a shorter wall-clock time will result in shorter queuing time. &lt;br /&gt;
&lt;br /&gt;
The specified time corresponds to the limit for a single resubmission. For example, if the model resubmits itself after each simulation year then choose a wall-clock time sufficient to run one simulation year. &lt;br /&gt;
 &lt;br /&gt;
3.6.2 Job submission &lt;br /&gt;
&lt;br /&gt;
To submit the job execute &lt;br /&gt;
  ./case.submit &lt;br /&gt;
&lt;br /&gt;
Once the job starts to run, the model will write log files and output in the run directory &lt;br /&gt;
  /work/users/$USER/noresm/QSIC5_f09_f09_test_01/run &lt;br /&gt;
&lt;br /&gt;
To check the queuing status type &lt;br /&gt;
  squeue -u $USER &lt;br /&gt;
&lt;br /&gt;
To cancel a job use &lt;br /&gt;
  scancel &amp;lt;job id&amp;gt; &lt;br /&gt;
where &amp;lt;job id&amp;gt; is obtained from squeue.&lt;br /&gt;
&lt;br /&gt;
More information on the queuing system is found at https://docs.hpc.uib.no/wiki/Job_execution_(Hexagon)&lt;/div&gt;</summary>
		<author><name>Ibe062</name></author>
	</entry>
</feed>