Changes between Version 13 and Version 14 of Doc/Install


Ignore:
Timestamp:
10/10/19 11:47:55 (5 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Install

    v13 v14  
    4646 * '''util''' contains information and scripts necessary to setup the different versions of the IPSL models;  
    4747 
    48  * '''doc''' contains the CECILL's license (license of the IPSL models) 
    49  
    50  
    51 modipsl also contains the following directories (empty in the beginning) :  
    52  
    53  * '''modeles''': directories containing the model source codes (filled once the model configuration has been downloaded and unpacked) 
    54  
    55  * '''config''': directories containing the experiment directories (filled once the model configuration has been downloaded and unpacked) 
    56  
    57  * '''bin''': directory containing the executables (filled after compiling) 
    58  
    59  * '''lib''' and '''tmp''': directories containing temporary files created during the compilation. Those directories will not be used by all models. 
     48 * '''doc''' contains the CECILL's license (license of the IPSL models)   
     49 
     50modipsl also contains the following directories (empty at the beginning) :  
     51 
     52 
     53   * '''modeles''': directories containing the model source codes (filled once the model configuration has been downloaded and unpacked) 
     54 
     55   * '''config''': directories containing the experiment directories (filled once the model configuration has been downloaded and unpacked: with command: ./model config_name) 
     56 
     57   * '''bin''': directory containing the executables (filled after compiling) 
     58 
     59   * '''lib''' and '''tmp''': directories containing temporary files created during the compilation. Those directories will not be used by all models. 
    6060 
    6161 
     
    8181{{{ 
    8282#!sh 
    83 ./model -h nom_de_la_config 
     83./model -h config_name 
    8484}}} 
    8585