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

Add a parameter file for INCA model : inca.def

Location:
CONFIG/UNIFORM/v5/LMDZORINCA_v5
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card

    r2000 r2024  
    44 
    55[UserChoices] 
     6# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
     7climatological=n 
     8# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
     9# 86400 = daily output 
     10freq_write_chem=86400 
     11 
    612 
    713[InitialStateFiles] 
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card

    r2016 r2024  
    44 
    55[UserChoices] 
     6# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
     7climatological=n 
     8# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
     9# 86400 = daily output 
     10freq_write_chem=86400 
     11 
    612 
    713[InitialStateFiles] 
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card

    r2000 r2024  
    44 
    55[UserChoices] 
     6# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 
     7climatological=n 
     8# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 
     9# 86400 = daily output 
     10freq_write_chem=86400 
     11 
    612 
    713[InitialStateFiles] 
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/inca.driver

    r1812 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} 
  • CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/run.def

    r1804 r2024  
    88INCLUDEDEF=reprobus.def 
    99INCLUDEDEF=guide.def 
     10INCLUDEDEF=inca.def 
    1011## Type de calendrier utilise 
    1112## valeur possible: earth_360d (defaut), earth_365d, earth_366d 
Note: See TracChangeset for help on using the changeset viewer.