Changeset 2724
- Timestamp:
- 02/16/16 16:11:51 (9 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZORINCA_v6
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card
r2722 r2724 15 15 # heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 16 16 feedb=0 17 #choose sedimentation multilayer or one layer 18 multilayer_sedim=y 17 19 18 20 # Use XIOS and/or IOIPSL as output library -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUSS/COMP/inca.card
r2710 r2724 15 15 # heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 16 16 feedb=0 17 #choose sedimentation multilayer or one layer 18 multilayer_sedim=y 17 19 18 20 # Use XIOS and/or IOIPSL as output library -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card
r2722 r2724 15 15 # heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 16 16 feedb=0 17 #choose sedimentation multilayer or one layer 18 multilayer_sedim=y 17 19 18 20 # Use XIOS and/or IOIPSL as output library -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver
r2705 r2724 97 97 fi 98 98 99 100 #inca.def : choose sedimentation schema 101 if [ ! X${inca_UserChoices_multilayer_sedim} = X ]; then 102 IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment ${inca_UserChoices_multilayer_sedim} 103 else 104 IGCM_comp_modifyDefFile nonblocker inca.def multilayer_sediment y 105 fi 106 99 107 #inca.def : choose output library 100 108 if [ X${inca_UserChoices_XIOS} = Xy ] ; then -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def
r2712 r2724 16 16 #threshold 10m wind parameter 17 17 tref=0.85 18 multilayer_sediment=_AUTO_ 19
Note: See TracChangeset
for help on using the changeset viewer.