Changeset 2696
- Timestamp:
- 01/08/16 10:35:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver
r2547 r2696 30 30 echo "INCA Tag : LMDZ-INCA" ${config_UserChoices_TagName} 31 31 32 ##- LMDZ physics version 33 ## Read LMDZ_Physics option in lmdz.card, if not present take default value AP (old physics) 34 if [ ! X${lmdz_UserChoices_LMDZ_Physics} = X ] ; then 35 LMDZ_Physics=${lmdz_UserChoices_LMDZ_Physics} 36 else 37 LMDZ_Physics=AP 38 fi 39 echo LMDZ physics version : ${LMDZ_Physics} 40 32 41 IGCM_debug_PopStack "CHM_Initialize" 33 42 } … … 40 49 case ${CHEM} in 41 50 AER) 42 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 51 if [ X${LMDZ_Physics} = X"AP" ] ; then 52 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 53 else 54 IGCM_comp_modifyDefFile nonblocker run.def config_inca aeNP 55 fi 43 56 ;; 44 57 DUST) 45 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 58 if [ X${LMDZ_Physics} = X"AP" ] ; then 59 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 60 else 61 IGCM_comp_modifyDefFile nonblocker run.def config_inca aeNP 62 fi 46 63 ;; 47 64 NMHC) … … 49 66 ;; 50 67 NMHC_AER) 51 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 52 ;; 53 CH4) 54 IGCM_comp_modifyDefFile nonblocker run.def config_inca chem 55 ;; 56 CH4_AER) 57 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 68 if [ X${LMDZ_Physics} = X"AP" ] ; then 69 IGCM_comp_modifyDefFile nonblocker run.def config_inca aero 70 else 71 IGCM_comp_modifyDefFile nonblocker run.def config_inca aeNP 72 fi 58 73 ;; 59 74 GES)
Note: See TracChangeset
for help on using the changeset viewer.