Ignore:
Timestamp:
02/02/12 19:32:14 (12 years ago)
Author:
jgipsl
Message:

IPSLCM5_v4 :
Now lmdz.driver tests which components are set in ListOfComponents? in config.card and lmdz.driver activates corresponding parameters in run.def file.
This configuration can no longer run with libIGCM_v1_12. libIGCM/trunk from rev 541 or later is needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5_v4/GENERAL/DRIVER/orchidee.driver

    r1622 r1650  
    1414     
    1515    IGCM_debug_PopStack "ORCHIDEE_sed" 
    16     return $RET 
    17 } 
    18  
    19 function LMDZ_sed 
    20 { 
    21     IGCM_debug_PushStack "LMDZ_sed" 
    22  
    23     sed -e "s/^${2}\ *=.*/${2}= ${3}/" ${1} > ${1}.tmp 
    24     RET=$? 
    25     echo "LMDZ_sed : ${1} ${2} ${3}" 
    26     \mv ${1}.tmp ${1} 
    27  
    28     IGCM_debug_PopStack "LMDZ_sed" 
    2916    return $RET 
    3017} 
     
    127114 
    128115 
    129 # Activate vegetation model in LMDZ run.def file 
    130     LMDZ_sed run.def VEGET y 
    131  
    132116    IGCM_debug_PopStack "SRF_Update" 
    133117} 
Note: See TracChangeset for help on using the changeset viewer.