- Timestamp:
- 06/03/15 11:05:59 (9 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCMCHT/DUST/piControl/COMP/inca.card
r2543 r2547 4 4 5 5 [UserChoices] 6 # Set climatologicalto choose if the simulation will use online 10m wind (=y) or offline (=n)7 climatological=y8 # Set climatologicalto choose the write_frequency for inca output (inca_avgr, forcage, inca_inst)6 # Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 LMDZ_10m_winds=y 8 # Set LMDZ_10m_winds to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 9 # 86400 = daily output 10 10 freq_write_chem=86400 11 11 # heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie 12 12 feedb=1 13 # wind_method (use only if climatological=y) weibull10 or threshold14 wind_method=threshold13 #10m_winds_method (use only if LMDZ_10m_winds=y) weibull10 or threshold 14 10m_winds_method=threshold 15 15 16 16 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/DRIVER/inca.driver
r2456 r2547 61 61 esac 62 62 63 # inca.def : Activate reading of 10m wind in files if climatological=n in inca.card64 if [ ! X${inca_UserChoices_ climatological} = X ] ; then65 IGCM_comp_modifyDefFile nonblocker inca.def climatological ${inca_UserChoices_climatological}63 # inca.def : Activate reading of 10m wind in files if LMDZ_10m_winds=n in inca.card 64 if [ ! X${inca_UserChoices_LMDZ_10m_winds} = X ] ; then 65 IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds ${inca_UserChoices_LMDZ_10m_winds} 66 66 else 67 IGCM_comp_modifyDefFile nonblocker inca.def climatologicaln67 IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds n 68 68 fi 69 69 … … 96 96 97 97 98 if [ X${inca_UserChoices_ wind_method} = X ] ; then99 IGCM_comp_modifyDefFile nonblocker inca.def wind_method threshold98 if [ X${inca_UserChoices_10m_winds_method} = X ] ; then 99 IGCM_comp_modifyDefFile nonblocker inca.def 10m_winds_method threshold 100 100 else 101 IGCM_comp_modifyDefFile nonblocker inca.def wind_method ${inca_UserChoices_wind_method}101 IGCM_comp_modifyDefFile nonblocker inca.def 10m_winds_method ${inca_UserChoices_10m_winds_method} 102 102 fi 103 103 -
CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/PARAM/inca.def
r2468 r2547 3 3 ####################################################################### 4 4 #climatological=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 5 climatological=_AUTO_6 wind_method=_AUTO_5 LMDZ_10m_winds=_AUTO_ 6 10m_winds_method=_AUTO_ 7 7 #freq_write_chem --> write frequency for inca_inst and inca_avgr (86400 = 1/day) 8 8 freq_write_chem=_AUTO_ -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card
r2542 r2547 4 4 5 5 [UserChoices] 6 # Set climatologicalto choose if the simulation will use online 10m wind (=y) or offline (=n)7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y)9 # wind_method=weibull10 --> use weibull method for 10m wind from gcm,10 # wind_method=threshold --> use threshold method for 10m wind from gcm11 wind_method=weibull10 6 # Set LDMZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 LMDZ_10m_winds=y 8 # Set 10m_Winds_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y) 9 #10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #10m_winds_method=threshold --> use threshold method for 10m wind from gcm 11 10m_winds_method=threshold 12 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 13 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUST/COMP/inca.card
r2542 r2547 4 4 5 5 [UserChoices] 6 # Set climatologicalto choose if the simulation will use online 10m wind (=y) or offline (=n)7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y)9 # wind_method=weibull10 --> use weibull method for 10m wind from gcm,10 # wind_method=threshold --> use threshold method for 10m wind from gcm11 wind_method=threshold6 # Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 LMDZ_10m_winds=y 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y) 9 #10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #10m_winds_method=threshold --> use threshold method for 10m wind from gcm 11 10m_winds_method=threshold 12 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 13 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card
r2542 r2547 4 4 5 5 [UserChoices] 6 # Set climatologicalto choose if the simulation will use online 10m wind (=y) or offline (=n)7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y)9 # wind_method=weibull10 --> use weibull method for 10m wind from gcm,10 # wind_method=threshold --> use threshold method for 10m wind from gcm11 wind_method=weibull10 6 # Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 LMDZ_10m_winds=y 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y) 9 #10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #10m_winds_method=threshold --> use threshold method for 10m wind from gcm 11 10m_winds_method=threshold 12 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 13 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card
r2542 r2547 4 4 5 5 [UserChoices] 6 # Set climatologicalto choose if the simulation will use online 10m wind (=y) or offline (=n)7 climatological=n 8 # Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y)9 # wind_method=weibull10 --> use weibull method for 10m wind from gcm,10 # wind_method=threshold --> use threshold method for 10m wind from gcm11 wind_method=weibull10 6 # Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 LMDZ_10m_winds=y 8 # Set 10m_Winds_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y) 9 #10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm, 10 #10m_winds_method=threshold --> use threshold method for 10m wind from gcm 11 10m_winds_method=threshold 12 12 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 13 13 # 86400 = daily output -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/inca.driver
r2478 r2547 61 61 esac 62 62 63 # inca.def : Activate reading of 10m wind in files if climatological=n in inca.card64 if [ ! X${inca_UserChoices_ climatological} = X ] ; then65 IGCM_comp_modifyDefFile nonblocker inca.def climatological ${inca_UserChoices_climatological}63 # inca.def : Activate reading of 10m wind in files if LMDZ_10m_winds=n in inca.card 64 if [ ! X${inca_UserChoices_LMDZ_10m_winds} = X ] ; then 65 IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds ${inca_UserChoices_LMDZ_10m_winds} 66 66 else 67 IGCM_comp_modifyDefFile nonblocker inca.def climatologicaln67 IGCM_comp_modifyDefFile nonblocker inca.def LMDZ_10m_winds n 68 68 fi 69 69 … … 96 96 97 97 98 if [ X${inca_UserChoices_ wind_method} = X ] ; then99 IGCM_comp_modifyDefFile nonblocker inca.def wind_method threshold98 if [ X${inca_UserChoices_10m_winds_method} = X ] ; then 99 IGCM_comp_modifyDefFile nonblocker inca.def 10m_winds_method threshold 100 100 else 101 IGCM_comp_modifyDefFile nonblocker inca.def wind_method ${inca_UserChoices_wind_method}101 IGCM_comp_modifyDefFile nonblocker inca.def 10m_winds_method ${inca_UserChoices_10m_winds_method} 102 102 fi 103 103 -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/inca.def
r2468 r2547 2 2 # parametres pour INCA 3 3 ####################################################################### 4 # climatological=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file5 climatological=_AUTO_6 wind_method=_AUTO_4 #LMDZ_10m_winds=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 5 LMDZ_10m_winds=_AUTO_ 6 10m_winds_method=_AUTO_ 7 7 #freq_write_chem --> write frequency for inca_inst and inca_avgr (86400 = 1/day) 8 8 freq_write_chem=_AUTO_
Note: See TracChangeset
for help on using the changeset viewer.