Changeset 4263 for CONFIG


Ignore:
Timestamp:
02/07/19 19:37:24 (5 years ago)
Author:
jgipsl
Message:

Add output file managing using keywords in dynamicolmdz.card

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_v7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/EXPERIMENTS/DYNAMICO_LMDZ/clim_noleap/COMP/dynamicolmdz.card

    r4190 r4263  
    99# LMDZ_Physics=NPv6.1b is very close to NPv6.1 used for CMIP6 but for use in bucket mode (without ORCHIDEE) and therefor ifl_pbltree=0 
    1010LMDZ_Physics=NPv6.1b 
     11 
     12# Specify output files to activate for LMDZ 
     13output_histmth_lmdz=TRUE 
     14output_histday_lmdz=TRUE 
     15output_histhf_lmdz=FALSE 
     16output_histmthNMC_lmdz=FALSE 
     17output_histdayNMC_lmdz=FALSE 
     18output_histhfNMC_lmdz=FALSE 
     19output_histstn_lmdz=FALSE 
     20output_histstrataer_lmdz=FALSE 
     21 
    1122 
    1223[InitialStateFiles] 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/DRIVER/dynamicolmdz.driver

    r4190 r4263  
    127127    fi 
    128128 
     129    # Do modifications for LMDZ output according to settings in dynamicolmdz.card 
     130    if [ ! X${dynamicolmdz_UserChoices_output_histmth_lmdz} = X ]; then  
     131        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth enabled ${dynamicolmdz_UserChoices_output_histmth_lmdz} 
     132    else 
     133        IGCM_comp_modifyXmlFile nonblocker file_def_histmth_lmdz.xml histmth enabled FALSE 
     134    fi 
     135 
     136    if [ ! X${dynamicolmdz_UserChoices_output_histday_lmdz} = X ]; then  
     137        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled ${dynamicolmdz_UserChoices_output_histday_lmdz} 
     138    else 
     139        IGCM_comp_modifyXmlFile nonblocker file_def_histday_lmdz.xml histday enabled FALSE 
     140    fi 
     141 
     142    if [ ! X${dynamicolmdz_UserChoices_output_histhf_lmdz} = X ]; then  
     143        IGCM_comp_modifyXmlFile nonblocker file_def_histhf_lmdz.xml histhf enabled ${dynamicolmdz_UserChoices_output_histhf_lmdz} 
     144    else 
     145        IGCM_comp_modifyXmlFile nonblocker file_def_histhf_lmdz.xml histhf enabled FALSE 
     146    fi 
     147 
     148    if [ ! X${dynamicolmdz_UserChoices_output_histmthNMC_lmdz} = X ]; then  
     149        IGCM_comp_modifyXmlFile nonblocker file_def_histmthNMC_lmdz.xml histmthNMC enabled ${dynamicolmdz_UserChoices_output_histmthNMC_lmdz} 
     150    else 
     151        IGCM_comp_modifyXmlFile nonblocker file_def_histmthNMC_lmdz.xml histmthNMC enabled FALSE 
     152    fi 
     153 
     154    if [ ! X${dynamicolmdz_UserChoices_output_histdayNMC_lmdz} = X ]; then  
     155        IGCM_comp_modifyXmlFile nonblocker file_def_histdayNMC_lmdz.xml histdayNMC enabled ${dynamicolmdz_UserChoices_output_histdayNMC_lmdz} 
     156    else 
     157        IGCM_comp_modifyXmlFile nonblocker file_def_histdayNMC_lmdz.xml histdayNMC enabled FALSE 
     158    fi 
     159 
     160    if [ ! X${dynamicolmdz_UserChoices_output_histhfNMC_lmdz} = X ]; then  
     161        IGCM_comp_modifyXmlFile nonblocker file_def_histhfNMC_lmdz.xml histhfNMC enabled ${dynamicolmdz_UserChoices_output_histhfNMC_lmdz} 
     162    else 
     163        IGCM_comp_modifyXmlFile nonblocker file_def_histhfNMC_lmdz.xml histhfNMC enabled FALSE 
     164    fi 
     165 
     166    if [ ! X${dynamicolmdz_UserChoices_output_histstn_lmdz} = X ]; then  
     167        IGCM_comp_modifyXmlFile nonblocker file_def_histstn_lmdz.xml histstn enabled ${dynamicolmdz_UserChoices_output_histstn_lmdz} 
     168    else 
     169        IGCM_comp_modifyXmlFile nonblocker file_def_histstn_lmdz.xml histstn enabled FALSE 
     170    fi 
     171 
     172    if [ ! X${dynamicolmdz_UserChoices_output_histstrataer_lmdz} = X ]; then  
     173        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled ${dynamicolmdz_UserChoices_output_histstrataer_lmdz} 
     174    else 
     175        IGCM_comp_modifyXmlFile nonblocker file_def_histstrataer_lmdz.xml histstrataer enabled FALSE 
     176    fi 
     177 
     178 
    129179 
    130180    IGCM_debug_PopStack "ATM_Update" 
Note: See TracChangeset for help on using the changeset viewer.