Changeset 2757


Ignore:
Timestamp:
02/25/16 15:57:51 (8 years ago)
Author:
jgipsl
Message:

Some update in LMDZOR_v6 configuration: the parameters LAND_USE and LAND_COVER_CHANGE do not exist in ORCHIDEE trunk source code any more.

Location:
CONFIG/UNIFORM/v6/LMDZOR_v6
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card

    r2736 r2757  
    3333        (${R_IN}/ATM/Rugos.nc, .), \ 
    3434        (${R_IN}/ATM/landiceref.nc, .) 
    35 ### Please, add the o2a.nc file to fit with the coupled configuration associated 
    36 ### Note that this file is different for different versions of the coupled model 
     35 
     36### Optional: Add the o2a.nc file to fit with the coupled configuration for the  
     37### land-sea mask. This file is different for different versions of the coupled model and 
     38### the different resolutions. Choose between following to fit with IPSLCM6 coupled model: 
     39#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc) 
    3740#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 
     41 
    3842 
    3943[ParametersFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card

    r2736 r2757  
    3434        (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 
    3535        (${R_IN}/ATM/AMIP_2014/sic_bc_clim.nc, amipbc_sic_1x1.nc) 
    36 ### Please, add the o2a.nc file to fit with the coupled configuration associated 
    37 ### Note that this file is different for different versions of the coupled model 
     36 
     37### Optional: Add the o2a.nc file to fit with the coupled configuration for the  
     38### land-sea mask. This file is different for different versions of the coupled model and 
     39### the different resolutions. Choose between following to fit with IPSLCM6 coupled model: 
     40#       (${R_IN}/ATM/IPSLCM6/eORCA1.1xLMD144142/o2a.nc, o2a.nc) 
    3841#       (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 
     42 
    3943 
    4044[ParametersFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card

    r2743 r2757  
    1010 
    1111VEGET_UPDATE=1Y 
    12 LAND_COVER_CHANGE=y 
    1312 
    1413[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/orchidee.card

    r2743 r2757  
    1010 
    1111VEGET_UPDATE=0Y 
    12 LAND_COVER_CHANGE=n 
    1312 
    1413[InitialStateFiles] 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver

    r2602 r2757  
    4444    fi 
    4545 
    46     # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they are set in orchidee.card section UserChoices 
     46    # Modify in orchidee.def VEGET_UPDATE if it is set in orchidee.card section UserChoices 
    4747    if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 
    4848        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE   ${orchidee_UserChoices_VEGET_UPDATE} 
    4949    else 
    5050        IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y 
    51     fi 
    52     if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then 
    53         IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE} 
    54     else 
    55         IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE n 
    5651    fi 
    5752 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi

    r2602 r2757  
    6262# Parmeters related to vegetation map 
    6363#************************************************************************** 
    64 # Read a land_use vegetation map 
    65 # default = n 
    66 LAND_USE = y 
    67  
    6864# Year of the land_use vegetation map readed 
    6965# year off the pft map 
     
    8379VEGET_UPDATE = _AUTO_ 
    8480 
    85 # treat land use modifications 
    86 # With this variable, you can use a Land Use map 
    87 # to simulate anthropic modifications such as    
    88 # deforestation.                                 
    89 # If LAND_USE 
    90 # default = y 
    91 LAND_COVER_CHANGE = _AUTO_ 
    92  
    9381# Do not use default fire module 
    9482FIRE_DISABLE = y 
Note: See TracChangeset for help on using the changeset viewer.