source: modipsl/trunk/util/README @ 6780

Last change on this file since 6780 was 6270, checked in by jgipsl, 19 months ago

Removed scripts not used sinces several years. Added Readme.

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