Changeset 2024


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
Files:
2 added
14 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/IPSLCM5CHS_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 
  • CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/EXPERIMENTS/IPSLCM5CHT/piControl/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=y 
     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] 
     
    915         
    1016[BoundaryFiles] 
    11 List=       (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN2000/165_2000${month}.nc      , u10mec.nc)\ 
    12             (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN2000/166_2000${month}.nc      , v10mec.nc)\ 
    13             (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN2000/u10m_ecmwf_2000${month}.nc , u10m.nc  )\ 
    14             (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN2000/v10m_ecmwf_2000${month}.nc , v10m.nc  ) 
     17List=       ( ) 
    1518 
    1619ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc           ,   npp.nc              )\ 
  • 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} 
  • CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/PARAM/run.def

    r1818 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 
  • CONFIG/UNIFORM/v5/IPSLCM5_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 
  • 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 
  • CONFIG/UNIFORM/v5/LMDZOR_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 
  • CONFIG/UNIFORM/v5/LMDZREPR_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 
  • CONFIG/UNIFORM/v5/LMDZ_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 
  • CONFIG/UNIFORM/v5/propagate_master_config.ksh

    r1743 r2024  
    2424ConfigList=`ls |grep ${ConfigFamily} |grep -v out |grep -v $MasterConfig` 
    2525 
    26 echo All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList 
     26echo  All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList 
    2727 
    2828cd $BaseDir/$MasterConfig 
Note: See TracChangeset for help on using the changeset viewer.