Ignore:
Timestamp:
03/08/13 15:15:50 (11 years ago)
Author:
acosce
Message:

Add a parameter file for INCA model : inca.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/DRIVER/inca.driver

    r1818 r2024  
    7272        esac 
    7373 
     74    # inca.def : Activate reading of 10m wind in files if climatological=n in inca.card 
     75    if [ ! X${inca_UserChoices_climatological} = X ] ; then 
     76        INCA_sed_complete inca.def climatological  ${inca_UserChoices_climatological} 
     77    else 
     78        INCA_sed_complete inca.def climatological  n 
     79    fi 
     80 
     81    # inca.def : choose write frequency for inca_avgr in inca.card 
     82    if [ ! X${inca_UserChoices_freq_write_chem} = X ] ; then 
     83        INCA_sed_complete inca.def freq_write_chem  ${inca_UserChoices_freq_write_chem} 
     84    else 
     85        INCA_sed_complete inca.def freq_write_chem  86400 
     86    fi 
     87 
    7488    IGCM_debug_PopStack "CHM_Update" 
    7589} 
Note: See TracChangeset for help on using the changeset viewer.