Changeset 2024
- Timestamp:
- 03/08/13 15:15:50 (12 years ago)
- Location:
- CONFIG/UNIFORM/v5
- Files:
-
- 2 added
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/IPSLCM5CHS_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/EXPERIMENTS/IPSLCM5CHT/piControl/COMP/inca.card
r2000 r2024 4 4 5 5 [UserChoices] 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 climatological=y 8 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 # 86400 = daily output 10 freq_write_chem=86400 11 6 12 7 13 [InitialStateFiles] … … 9 15 10 16 [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 ) 17 List= ( ) 15 18 16 19 ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc , npp.nc )\ -
CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/DRIVER/inca.driver
r1818 r2024 72 72 esac 73 73 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 74 88 IGCM_debug_PopStack "CHM_Update" 75 89 } -
CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/GENERAL/PARAM/run.def
r1818 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card
r2000 r2024 4 4 5 5 [UserChoices] 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 climatological=n 8 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 # 86400 = daily output 10 freq_write_chem=86400 11 6 12 7 13 [InitialStateFiles] -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card
r2016 r2024 4 4 5 5 [UserChoices] 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 climatological=n 8 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 # 86400 = daily output 10 freq_write_chem=86400 11 6 12 7 13 [InitialStateFiles] -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card
r2000 r2024 4 4 5 5 [UserChoices] 6 # Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n) 7 climatological=n 8 # Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst) 9 # 86400 = daily output 10 freq_write_chem=86400 11 6 12 7 13 [InitialStateFiles] -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/DRIVER/inca.driver
r1812 r2024 72 72 esac 73 73 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 74 88 IGCM_debug_PopStack "CHM_Update" 75 89 } -
CONFIG/UNIFORM/v5/LMDZORINCA_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/LMDZOR_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/LMDZREPR_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/LMDZ_v5/GENERAL/PARAM/run.def
r1804 r2024 8 8 INCLUDEDEF=reprobus.def 9 9 INCLUDEDEF=guide.def 10 INCLUDEDEF=inca.def 10 11 ## Type de calendrier utilise 11 12 ## valeur possible: earth_360d (defaut), earth_365d, earth_366d -
CONFIG/UNIFORM/v5/propagate_master_config.ksh
r1743 r2024 24 24 ConfigList=`ls |grep ${ConfigFamily} |grep -v out |grep -v $MasterConfig` 25 25 26 echo All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList26 echo All modifications in configuration $MasterConfig will copied to the other configurations $ConfigList 27 27 28 28 cd $BaseDir/$MasterConfig
Note: See TracChangeset
for help on using the changeset viewer.