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/oasis.driver

    r1622 r1650  
    11#!/bin/ksh 
    22#----------------------------------- 
    3 function LMDZ_sed 
    4 { 
    5     IGCM_debug_PushStack "LMDZ_sed" 
    6  
    7     sed -e "s/^${2}\ *=.*/${2}= ${3}/" ${1} > ${1}.tmp 
    8     RET=$? 
    9     echo "LMDZ_sed : ${1} ${2} ${3}" 
    10     \mv ${1}.tmp ${1} 
    11  
    12     IGCM_debug_PopStack "LMDZ_sed" 
    13     return $RET 
    14 } 
    15  
    16  
    173CPL_Initialize () 
    184{ 
     
    8369    fi 
    8470 
    85  
    86     ## Activate coupling to ocean model in LMDZ run.def file 
    87     LMDZ_sed run.def type_ocean couple 
    88  
    8971    ## Calculate lag for transfer of fields from atmosphere -> ocean. 
    9072    ## LAG_ATM="1day in sec"/day_step * iphysiq/nsplit_phys 
Note: See TracChangeset for help on using the changeset viewer.