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.
Location:
CONFIG/IPSLCM/IPSLCM5-2/historical
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/IPSLCM/IPSLCM5-2/historical/COMP/orchidee.card

    r1171 r1536  
    55NEWHYDROL=n 
    66sechiba_LEVEL=11 
     7# If use of PFTmap, put VEGET_UPDATE=1Y and LAND_COVER_CHANGE=y 
     8VEGET_UPDATE=1Y 
     9LAND_COVER_CHANGE=y 
    710 
    811[InitialStateFiles] 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/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 
  • CONFIG/IPSLCM/IPSLCM5-2/historical/PARAM/orchidee.def

    r1013 r1536  
    743743# The veget datas will be update each this time step. 
    744744# If LAND_USE 
    745 VEGET_UPDATE = 1Y 
     745VEGET_UPDATE = 0Y 
    746746# default = 1Y 
    747747 
     
    751751# deforestation.                                 
    752752# If LAND_USE 
    753 LAND_COVER_CHANGE = y 
     753LAND_COVER_CHANGE = n 
    754754# default = y 
    755755 
Note: See TracChangeset for help on using the changeset viewer.