Last change
on this file since 6270 was
6270,
checked in by jgipsl, 2 years ago
|
Removed scripts not used sinces several years. Added Readme.
|
File size:
1.3 KB
|
Line | |
---|
1 | This folder modipsl/util contains scripts for extraction of configurations and scripts for creation of makefiles. |
---|
2 | |
---|
3 | Scripts for extraction |
---|
4 | ********************** |
---|
5 | * model |
---|
6 | Main script to extract pre-defined configurations |
---|
7 | Use "./model -h" for more information. |
---|
8 | Use "./model ConfName" by changing ConfName to the configurationi of |
---|
9 | your choice in the list given by ./model -h |
---|
10 | |
---|
11 | * mod.def |
---|
12 | This script contains all pre-defined configurations. |
---|
13 | The file is read by the script model. |
---|
14 | |
---|
15 | |
---|
16 | Scripts related to creation of makefiles |
---|
17 | **************************************** |
---|
18 | Note that these scripts are not needed for newer configurations which uses |
---|
19 | a main compilation script instead of makefiles. |
---|
20 | |
---|
21 | * ins_make |
---|
22 | This script will create makefiles for folders containing AA_make and AA_make.ldef files. |
---|
23 | This is an old method to compile models. It is not used by newer configurations.i |
---|
24 | ins_make is launched by default in the end of the script model for all configurations. |
---|
25 | |
---|
26 | * AA_make.gdef |
---|
27 | This is an input file used by ins_make. It contains compilations options and paths for |
---|
28 | predefined machines at IPSL. |
---|
29 | |
---|
30 | * w_i_h |
---|
31 | This file is used by ins_make. It specifies for predefined machines at IPSL which target |
---|
32 | to use in AA_make.gdef. |
---|
33 | |
---|
34 | * ins_m_prec |
---|
35 | This is a script used by ins_make to configure IOIPSL compilation. |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.