Ignore:
Timestamp:
04/10/15 16:55:14 (9 years ago)
Author:
jgipsl
Message:

Correction for experiments with ce0l.

In lmdz.driver : use_filtre_fft is forced to be =n for the case ce0l. This is a temporary esay way to do. In more recent versions of LMDZ, ce0l is independent of this parameter. This parameter do not impact ce0l, it only stops the model for the dyn3d case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6CHT/GENERAL/DRIVER/lmdz.driver

    r2477 r2480  
    338338 
    339339    # XIOS XML definition 
     340    if [ X${lmdz_UserChoices_XIOS}  = Xy ] ; then 
    340341    # Default init : files are desactivated 
    341342        IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth enabled .FALSE.  
     
    348349        IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC enabled .FALSE. 
    349350        IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC enabled .FALSE. 
    350         if [ X${lmdz_UserChoices_XIOS}  = Xy ] ; then 
     351 
    351352    # Default output level : 5 
    352             IGCM_comp_modifyXmlFile force file_def_histmth_lmdz.xml histmth output_level 5  
    353             IGCM_comp_modifyXmlFile force file_def_histday_lmdz.xml histday output_level 5  
    354             IGCM_comp_modifyXmlFile force file_def_histhf_lmdz.xml histhf output_level 5 
    355 #           IGCM_comp_modifyXmlFile force file_def_histhf3h_lmdz.xml histhf3h output_level 5 
    356 #           IGCM_comp_modifyXmlFile force file_def_histhf3hm_lmdz.xml histhf3hm output_level 5 
    357             IGCM_comp_modifyXmlFile force file_def_histstn_lmdz.xml histstn output_level 5 
    358             IGCM_comp_modifyXmlFile force file_def_histmthNMC_lmdz.xml histmthNMC output_level 5 
    359             IGCM_comp_modifyXmlFile force file_def_histdayNMC_lmdz.xml histdayNMC output_level 5 
    360             IGCM_comp_modifyXmlFile force file_def_histhfNMC_lmdz.xml histhfNMC output_level 5 
     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 
    361362     # Filling of XML files  
    362363        if [ X${ok_mensuel} = Xy ] ; then 
     
    468469        IGCM_comp_modifyDefFile blocker run.def anneeref ${year} 
    469470        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 
    470475    else 
    471476        # for case gcm : take first year of simulation 
Note: See TracChangeset for help on using the changeset viewer.