Commit 977218ee authored by Muhammad Asif's avatar Muhammad Asif
Browse files

HOW TO DEPLOY MODEL AT REMOTE HPC/PLATFORM

==========================================

Here is below a fundamental link for detailed information about available
models and computing platforms:

http://ic3.cat/wikicfu/index.php/Models

Here are below fundamental paths for the sources of models and
released patches (w.r.t. different platforms):

/cfu/releases/models
/cfu/releases/patches

MODELS
------

Here is below the list of models could be deployed:

* nemo:    ecearth-v2.2, v3.2, v3.3, ece-v3.0.1
* ecearth: v2.0, v2.1, v2.2.0, v2.2.1, v2.2.3, v2.3.0, v3.0-r1012, v3.0.1

PLATFORMS
---------

Here is below the list of platforms could be used for deployment of a model:

* ithaca
* marenostrum
* marenostrum3
* ecmwf
* hector
* lindgren
* jaguar

e.g.
----

Here are below examples given for starting the deployment process in
distributed fashion:

> cd src
> nohup ./deploy.sh ithaca nemo ece-v3.0.1 >& deploy_ithaca_nemo_ece-v3.0.1.log &
> nohup ./deploy.sh ithaca ecearth v3.0.1 >& deploy_ithaca_ecearth_v3.0.1.log &
parent 931bec38
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment