Changeset 2757
- Timestamp:
- 02/25/16 15:57:51 (9 years ago)
- 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 33 33 (${R_IN}/ATM/Rugos.nc, .), \ 34 34 (${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) 37 40 # (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 41 38 42 39 43 [ParametersFiles] -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card
r2736 r2757 34 34 (${R_IN}/ATM/AMIP_2014/sst_bc_clim.nc, amipbc_sst_1x1.nc), \ 35 35 (${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) 38 41 # (${R_IN}/ATM/IPSLCM6/ORCA2.3x9695_v1/o2a.nc, o2a.nc) 42 39 43 40 44 [ParametersFiles] -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/amip/COMP/orchidee.card
r2743 r2757 10 10 11 11 VEGET_UPDATE=1Y 12 LAND_COVER_CHANGE=y13 12 14 13 [InitialStateFiles] -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZOR/clim/COMP/orchidee.card
r2743 r2757 10 10 11 11 VEGET_UPDATE=0Y 12 LAND_COVER_CHANGE=n13 12 14 13 [InitialStateFiles] -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/orchidee.driver
r2602 r2757 44 44 fi 45 45 46 # Modify in orchidee.def VEGET_UPDATE and LAND_COVER_CHANGE if they areset in orchidee.card section UserChoices46 # Modify in orchidee.def VEGET_UPDATE if it is set in orchidee.card section UserChoices 47 47 if [ ! X${orchidee_UserChoices_VEGET_UPDATE} = X ] ; then 48 48 IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE ${orchidee_UserChoices_VEGET_UPDATE} 49 49 else 50 50 IGCM_comp_modifyDefFile nonblocker orchidee.def VEGET_UPDATE 0Y 51 fi52 if [ ! X${orchidee_UserChoices_LAND_COVER_CHANGE} = X ] ; then53 IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE ${orchidee_UserChoices_LAND_COVER_CHANGE}54 else55 IGCM_comp_modifyDefFile nonblocker orchidee.def LAND_COVER_CHANGE n56 51 fi 57 52 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi
r2602 r2757 62 62 # Parmeters related to vegetation map 63 63 #************************************************************************** 64 # Read a land_use vegetation map65 # default = n66 LAND_USE = y67 68 64 # Year of the land_use vegetation map readed 69 65 # year off the pft map … … 83 79 VEGET_UPDATE = _AUTO_ 84 80 85 # treat land use modifications86 # With this variable, you can use a Land Use map87 # to simulate anthropic modifications such as88 # deforestation.89 # If LAND_USE90 # default = y91 LAND_COVER_CHANGE = _AUTO_92 93 81 # Do not use default fire module 94 82 FIRE_DISABLE = y
Note: See TracChangeset
for help on using the changeset viewer.