Ignore:
Timestamp:
05/10/23 12:56:33 (14 months ago)
Author:
cetlod
Message:

merge useless IPSLCM6.5.1 into IPSLCM6.5 CONFIG & restructuration of PARAM sub-directory

File:
1 edited

Legend:

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

    r6338 r6443  
    212212        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled TRUE 
    213213        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday output_level ${lmdz_UserChoices_output_level_histday}  
     214    fi 
     215 
     216    # histmthtune 
     217    if [ X${lmdz_UserChoices_output_level_histmthtune} = X ] || [ X${lmdz_UserChoices_output_level_histmthtune} = XNONE ] ; then 
     218        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune enabled FALSE 
     219        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune output_level 0 
     220    else 
     221        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune enabled TRUE 
     222        IGCM_comp_modifyXmlFile nonblocker file_def_histmthtune_lmdz.xml histmthtune output_level ${lmdz_UserChoices_output_level_histmthtune}  
     223    fi 
     224 
     225    # histdaytune 
     226    if [ X${lmdz_UserChoices_output_level_histdaytune} = X ] || [ X${lmdz_UserChoices_output_level_histdaytune} = XNONE ] ; then 
     227        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histday enabled FALSE 
     228        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune output_level 0 
     229    else 
     230        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune enabled TRUE 
     231        IGCM_comp_modifyXmlFile nonblocker file_def_histdaytune_lmdz.xml histdaytune output_level ${lmdz_UserChoices_output_level_histdaytune}  
    214232    fi 
    215233 
Note: See TracChangeset for help on using the changeset viewer.