Ignore:
Timestamp:
08/18/11 18:16:20 (13 years ago)
Author:
jgipsl
Message:

Modifications in working configuration :

  • orchidee.def : all experiences have VEGET_UPDATE=0Y and LAND_COVER_CHANGE=n
  • orchidee.driver can modify parameters VEGET_UPDATE and LAND_COVER_CHANGE in orchidee.def. This is done IF in orhchidee.card in section UserChoices? the variables VEGET_UPDATE and LAND_COVER_CHANGE is set.
  • Added VEGET_UPDATE=1Y and LAND_COVER_CHANGE=y in orchidee.card section UserChoices? for historical and Chistorical experience
  • Now all orchidee.def and orchidee.driver are the same for the 5 experiences.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/EXP00/COMP/orchidee.driver

    r1050 r1536  
    101101    fi 
    102102 
     103 
     104# Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 
     105    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 
     106        ORCHIDEE_sed VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE} 
     107    fi 
     108    if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 
     109        ORCHIDEE_sed LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 
     110    fi 
     111 
    103112    #IGCM_sys_Cp ${RUN_DIR}/orchidee.def ${RUN_DIR}/run.def 
    104113    #IGCM_sys_Put_Out ${RUN_DIR}/run.def ${R_SAVE}/${PREFIX}_run.def 
Note: See TracChangeset for help on using the changeset viewer.