Changes between Version 4 and Version 5 of IPSLCM5_v5
- Timestamp:
- 12/16/11 10:49:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IPSLCM5_v5
v4 v5 1 1 New set up of the coupled model of IPSL. This configuration contains possibility to run IPSLCM5A, IPSLCM5B or IPSLCM5_C 2 3 [[PageOutline]] 2 4 3 5 … … 91 93 Another difference with origin configuration structure (such as IPSLCM5A) is the separation between cards and drivers. All cards (expect config.card) are kept in COMP directory and all drivers are in a new DRIVER directory. To use this structure the tag libIGCM_v1_12 or later is needed. 92 94 95 96 == Remaining questions == 97 How to make clear that a variable in a parameter file might be edited by the drivers ?[[BR]] 98 99 - If the variable always is edited, it is then possible to put in parameter file var=_AUTO_[[BR]] 100 101 - But if a variable only is some cases is modified, then a default value is needed. A possibility might be to decide a syntax for example var=_AUTO_:X where X is the default value. Then before starting the execution all variables that still keeps _AUTO_, the X value must be adapted... 102 103