Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

Volet

SPS_launch
SPS_prepare_job.sh
SPS_link_pilots.sh
set_RUNMOD.sh

r.run_in_parallel

sps.sh
o.set_array.dot
task_setup.dot
task_setup.py
task_setup_cachegen

You can copy the scripts from the following directory:


Volet
cp -p ~winger/SPS/v_6.1.1/Scripts_latest_version/* ~/SPS/v_6.1.1/Scripts


Executable

The following is a recipe to create your own executable:

...

c) Clone the SPS Git repository you want to start from, for example:

Volet

Original version from RPN:
      git clone ~winger/SPS/v_6.1.1/Abs/SPS_UQAM_development/sps

Modified UQAM version including FLake & CLASS:
      git clone ~winger/SPS/v_6.1.1/Abs/SPS_UQAM_development_FLake_CLASS/sps

Then change into 'sps' directory that came with the clone:

...

You can check the progress of an SPS simulation the same way as for GEM by executing 'u.tail' on the model listing under ~/listings/${TRUE_HOST}:

Volet
u.tail model_listing

Note that model listings will not - yet - get archived at the and of a job as done in GEM!

Restart / Continue a simulation

First, make sure all previous model output has been moved to the archive directory. To do that, go into your config file directory and execute the post pocessing script with:

Volet
bash SPS_pp_job.sh


Then resubmit the simulation from the last initial condition output you have with:


Volet
SPS_lance   -JOB_startdate YYYY MM DD hh


Where "YYYY MM DD hh" is the start date and hour of the job you want to start within the whole simulation, which is probably the date of your last initial condition output.