Changeset 2480 for CONFIG/UNIFORM/v6
- Timestamp:
- 04/10/15 16:55:14 (10 years ago)
- Location:
- CONFIG/UNIFORM/v6
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/DRIVER/lmdz.driver
r2477 r2480 338 338 339 339 # XIOS XML definition 340 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 340 341 # Default init : files are desactivated 341 342 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth enabled .FALSE. … … 348 349 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 349 350 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 350 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 351 351 352 # Default output level : 5 352 353 354 355 # 356 # 357 358 359 360 353 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth output_level 5 354 IGCM_comp_modifyXmlFile force file_def_histday_lmdz.xml histday output_level 5 355 IGCM_comp_modifyXmlFile force file_def_histhf_lmdz.xml histhf output_level 5 356 # IGCM_comp_modifyXmlFile force file_def_histhf3h_lmdz.xml histhf3h output_level 5 357 # IGCM_comp_modifyXmlFile force file_def_histhf3hm_lmdz.xml histhf3hm output_level 5 358 IGCM_comp_modifyXmlFile force file_def_histstn_lmdz.xml histstn output_level 5 359 IGCM_comp_modifyXmlFile force file_def_histmthNMC_lmdz.xml histmthNMC output_level 5 360 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 361 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 361 362 # Filling of XML files 362 363 if [ X${ok_mensuel} = Xy ] ; then … … 468 469 IGCM_comp_modifyDefFile blocker run.def anneeref ${year} 469 470 IGCM_comp_modifyDefFile blocker run.def calend ${CalendarTypeForCreate} 471 472 # Temporary, set use_filtre_fft=n because we now use dyn3d for ce0l version where fft is not implemented. 473 # In more recent versions of LMDZ, this will not be needed. 474 IGCM_comp_modifyDefFile force run.def use_filtre_fft n 470 475 else 471 476 # for case gcm : take first year of simulation -
CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/DRIVER/lmdz.driver
r2477 r2480 338 338 339 339 # XIOS XML definition 340 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 340 341 # Default init : files are desactivated 341 342 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth enabled .FALSE. … … 348 349 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 349 350 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 350 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 351 351 352 # Default output level : 5 352 353 354 355 # 356 # 357 358 359 360 353 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth output_level 5 354 IGCM_comp_modifyXmlFile force file_def_histday_lmdz.xml histday output_level 5 355 IGCM_comp_modifyXmlFile force file_def_histhf_lmdz.xml histhf output_level 5 356 # IGCM_comp_modifyXmlFile force file_def_histhf3h_lmdz.xml histhf3h output_level 5 357 # IGCM_comp_modifyXmlFile force file_def_histhf3hm_lmdz.xml histhf3hm output_level 5 358 IGCM_comp_modifyXmlFile force file_def_histstn_lmdz.xml histstn output_level 5 359 IGCM_comp_modifyXmlFile force file_def_histmthNMC_lmdz.xml histmthNMC output_level 5 360 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 361 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 361 362 # Filling of XML files 362 363 if [ X${ok_mensuel} = Xy ] ; then … … 468 469 IGCM_comp_modifyDefFile blocker run.def anneeref ${year} 469 470 IGCM_comp_modifyDefFile blocker run.def calend ${CalendarTypeForCreate} 471 472 # Temporary, set use_filtre_fft=n because we now use dyn3d for ce0l version where fft is not implemented. 473 # In more recent versions of LMDZ, this will not be needed. 474 IGCM_comp_modifyDefFile force run.def use_filtre_fft n 470 475 else 471 476 # for case gcm : take first year of simulation -
CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/DRIVER/lmdz.driver
r2477 r2480 338 338 339 339 # XIOS XML definition 340 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 340 341 # Default init : files are desactivated 341 342 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth enabled .FALSE. … … 348 349 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 349 350 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 350 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 351 351 352 # Default output level : 5 352 353 354 355 # 356 # 357 358 359 360 353 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth output_level 5 354 IGCM_comp_modifyXmlFile force file_def_histday_lmdz.xml histday output_level 5 355 IGCM_comp_modifyXmlFile force file_def_histhf_lmdz.xml histhf output_level 5 356 # IGCM_comp_modifyXmlFile force file_def_histhf3h_lmdz.xml histhf3h output_level 5 357 # IGCM_comp_modifyXmlFile force file_def_histhf3hm_lmdz.xml histhf3hm output_level 5 358 IGCM_comp_modifyXmlFile force file_def_histstn_lmdz.xml histstn output_level 5 359 IGCM_comp_modifyXmlFile force file_def_histmthNMC_lmdz.xml histmthNMC output_level 5 360 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 361 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 361 362 # Filling of XML files 362 363 if [ X${ok_mensuel} = Xy ] ; then … … 468 469 IGCM_comp_modifyDefFile blocker run.def anneeref ${year} 469 470 IGCM_comp_modifyDefFile blocker run.def calend ${CalendarTypeForCreate} 471 472 # Temporary, set use_filtre_fft=n because we now use dyn3d for ce0l version where fft is not implemented. 473 # In more recent versions of LMDZ, this will not be needed. 474 IGCM_comp_modifyDefFile force run.def use_filtre_fft n 470 475 else 471 476 # for case gcm : take first year of simulation -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_amip/COMP/lmdz.card
r2479 r2480 40 40 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ 41 41 (${SUBMIT_DIR}/PARAM/run.def, .), \ 42 (${SUBMIT_DIR}/PARAM/guide.def, .), \ 42 43 (${SUBMIT_DIR}/PARAM/traceur.def, .) 43 44 -
CONFIG/UNIFORM/v6/LMDZOR_v6/EXPERIMENTS/LMDZ/CREATE_clim/COMP/lmdz.card
r2479 r2480 40 40 (${SUBMIT_DIR}/PARAM/config.def_actuel , config.def), \ 41 41 (${SUBMIT_DIR}/PARAM/run.def, .), \ 42 (${SUBMIT_DIR}/PARAM/guide.def, .), \ 42 43 (${SUBMIT_DIR}/PARAM/traceur.def, .) 43 44 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
r2476 r2480 338 338 339 339 # XIOS XML definition 340 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 340 341 # Default init : files are desactivated 341 342 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth enabled .FALSE. … … 348 349 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 349 350 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 350 if [ X${lmdz_UserChoices_XIOS} = Xy ] ; then 351 351 352 # Default output level : 5 352 353 354 355 # 356 # 357 358 359 360 353 IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth output_level 5 354 IGCM_comp_modifyXmlFile force file_def_histday_lmdz.xml histday output_level 5 355 IGCM_comp_modifyXmlFile force file_def_histhf_lmdz.xml histhf output_level 5 356 # IGCM_comp_modifyXmlFile force file_def_histhf3h_lmdz.xml histhf3h output_level 5 357 # IGCM_comp_modifyXmlFile force file_def_histhf3hm_lmdz.xml histhf3hm output_level 5 358 IGCM_comp_modifyXmlFile force file_def_histstn_lmdz.xml histstn output_level 5 359 IGCM_comp_modifyXmlFile force file_def_histmthNMC_lmdz.xml histmthNMC output_level 5 360 IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 361 IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 361 362 # Filling of XML files 362 363 if [ X${ok_mensuel} = Xy ] ; then … … 468 469 IGCM_comp_modifyDefFile blocker run.def anneeref ${year} 469 470 IGCM_comp_modifyDefFile blocker run.def calend ${CalendarTypeForCreate} 471 472 # Temporary, set use_filtre_fft=n because we now use dyn3d for ce0l version where fft is not implemented. 473 # In more recent versions of LMDZ, this will not be needed. 474 IGCM_comp_modifyDefFile force run.def use_filtre_fft n 470 475 else 471 476 # for case gcm : take first year of simulation
Note: See TracChangeset
for help on using the changeset viewer.