Ignore:
Timestamp:
02/15/23 16:57:34 (17 months ago)
Author:
aclsce
Message:

Modified to be compliant with new tracer.def file.
Use of file_def_dynamico.xml in iodef.xml

Location:
CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL/DRIVER/dynamico.driver

    r6291 r6325  
    102102    fi 
    103103 
     104    # Add inclusion of file file_def_dynamico.xml if this file exists 
     105    if [ -f file_def_dynamico.xml ] ; then 
     106        echo '<context id="icosagcm" src="./file_def_dynamico.xml"/>' >> add.tmp 
     107    fi 
     108 
    104109    # Include xml files for output configuration if running with workflow CMIP6 
    105110    if [ X"$( echo ${config_UserChoices_ExpType} | grep CMIP6 )" != "X" ] ; then 
  • CONFIG/UNIFORM/v7/ICOLMDZOR_LAM_v7/GENERAL/PARAM/file_def_dynamico.xml

    r6179 r6325  
    4949 
    5050 
    51     <file id="dynamico" convention="CF" enabled="true" output_freq="1ts" sync_freq="1ts" output_level="10" timeseries="none" description="DYNAMICO output" >  
     51    <file id="dynamico" convention="CF" enabled="false" output_freq="1d" sync_freq="1d" output_level="10" timeseries="none" description="DYNAMICO output" >  
    5252     
    5353      <field_group group_ref="H&S_scalar"/> 
Note: See TracChangeset for help on using the changeset viewer.