Ignore:
Timestamp:
05/13/20 11:49:37 (4 years ago)
Author:
acosce
Message:

add new flag to allow the modification of dust emission for specifics cmip6 experiments

Location:
CONFIG/UNIFORM/v6/IPSLCM6/GENERAL
Files:
2 edited

Legend:

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

    r5063 r5093  
    282282         
    283283 
     284    #inca.def : possibility to modify the dust emission frequency for cmip experiments  
     285    if [ X${inca_UserChoices_fq_flag} = Xy ] ; then  
     286         
     287        IGCM_comp_modifyDefFile nonblocker inca.def  fq_flag  y 
     288    else 
     289        IGCM_comp_modifyDefFile nonblocker inca.def  fq_flag  n 
     290    fi 
     291         
    284292 
    285293    # Add include of INCA context in iodef.xml 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/inca.def

    r4884 r5093  
    2929#activate the flag cmip_xml if you are running a CMIP experiment 
    3030cmip_xml=_AUTO_: DEFAULT =n 
     31#modify dust emission frequency for cmip experiment  
     32fq_flag=_AUTO_: DEFAULT =n 
Note: See TracChangeset for help on using the changeset viewer.