Changeset 1697
- Timestamp:
- 03/26/12 17:26:12 (13 years ago)
- Location:
- CONFIG/UNIFORM/u1/LMDZORINCA_u1
- Files:
-
- 3 added
- 9 edited
- 5 copied
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/DRIVER/inca.driver
r1694 r1697 54 54 case ${CHEM} in 55 55 AER) 56 INCA_sed_complete physiq.def config_inca aero56 INCA_sed_complete run.def config_inca aero 57 57 ;; 58 58 NMHC) 59 INCA_sed_complete physiq.def config_inca chem59 INCA_sed_complete run.def config_inca chem 60 60 ;; 61 61 NMHC_AER) 62 INCA_sed_complete physiq.def config_inca aero62 INCA_sed_complete run.def config_inca aero 63 63 ;; 64 64 CH4) 65 INCA_sed_complete physiq.def config_inca chem65 INCA_sed_complete run.def config_inca chem 66 66 ;; 67 67 CH4_AER) 68 INCA_sed_complete physiq.def config_inca aero68 INCA_sed_complete run.def config_inca aero 69 69 ;; 70 70 GES) 71 INCA_sed_complete physiq.def config_inca chem71 INCA_sed_complete run.def config_inca chem 72 72 esac 73 73 -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/DRIVER/lmdz.driver
r1690 r1697 389 389 390 390 # config.def : If running with Reprobus, desactivate ok_ade, ok_aie and read_climoz 391 if [ X${config_ListOfComponents_CHM} = Xreprobus ] ; then391 if [ X${config_ListOfComponents_CHM} = Xreprobus ] || [ X${config_ListOfComponents_CHM} = Xinca ] ; then 392 392 LMDZ_sed config.def ok_ade n 393 393 LMDZ_sed config.def ok_aie n -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_144x142x19
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_144x142x39
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_56x55x19
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_96x71x19
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_96x95x19
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/gcm.def_96x95x39
r1690 r1697 4 4 ## periode pour le pas Matsuno (en pas) 5 5 iperiod=5 6 ## periode de la dissipation (en pas)7 idissip=58 6 ## choix de l'operateur de dissipation (star ou non star ) 9 7 lstardis=y -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/GENERAL/PARAM/run.def
r1690 r1697 49 49 ### type_trac is set automatically by the lmdz.driver 50 50 type_trac=_AUTO_ 51 ### config_inca=aero/chem needed only if type_trac=inca 52 config_inca=_AUTO_ 53 ### Only concerning the program ce0l : for creating file grilles_gcm.nc 54 grilles_gcm_netcdf=y 55 -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/USER_SPEC/LMDZORINCA/AER_L39/COMP/lmdz.card
r1694 r1697 16 16 #LMDZ_Bands_file_name=/dmnfs11/cont003/p86cozic/IGCM_OUT/LMDZORINCA/NMHC_AER/LOI_NA_AR5WERF_co2/ATM/Debug/LOI_NA_AR5WERF_co2_20060501_20060531_Bands_96x95x19_4prc.dat 17 17 18 # Other specific parameters to this experience 19 aer_type=scenario 20 pmagic=0.0 18 # Set ConfType to choose parameters for aerosols, solar and green house gazes. 19 # The parameter file PARAM/config.def_$ConfType will be used. 20 # ConfType=preind/actuel/annuel 21 ConfType=actuel 22 23 # Set OutLevel to choose the level of output files from LMDZ. The file PARAM/output.def_$OutLevel will be used. 24 # OutLevel=low/medium/high 25 OutLevel=low 26 21 27 22 28 # Nugding : ok_guide=y/n … … 40 46 [ParametersFiles] 41 47 List= (${SUBMIT_DIR}/PARAM/physiq.def_L${RESOL_ATM_Z}_${LMDZ_Physics} , physiq.def ), \ 42 (${SUBMIT_DIR}/PARAM/gcm.def_ L${RESOL_ATM_Z}_${LMDZ_Physics}, gcm.def ), \48 (${SUBMIT_DIR}/PARAM/gcm.def_${RESOL_ATM_3D} , gcm.def ), \ 43 49 (${SUBMIT_DIR}/PARAM/run.def , . ), \ 44 (${SUBMIT_DIR}/PARAM/traceur.def , . ), \ 50 (${SUBMIT_DIR}/PARAM/output.def_${OutLevel}, output.def ), \ 51 (${SUBMIT_DIR}/PARAM/config.def_${ConfType}, config.def ), \ 45 52 (${SUBMIT_DIR}/PARAM/guide.def , . ) 46 53 … … 50 57 51 58 [OutputText] 52 List= (physiq.def, gcm.def, run.def, traceur.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat)59 List= (physiq.def, gcm.def, run.def, Bands_${BandsResol}_${NUM_PROC_ATM}prc.dat, config.def, output.def) 53 60 54 61 -
CONFIG/UNIFORM/u1/LMDZORINCA_u1/USER_SPEC/LMDZORINCA/AER_L39/config.card
r1694 r1697 18 18 LongName='Ajout de Stomate (NEW) - Fichiers sflx / aircraft / start / startphy créés par S.Szopa ' 19 19 TagName=LMDZORINCA/${CHEM} 20 UserSpec=LMDZORINCA/AER_L39 20 21 #============================ 21 22 #D-- leap, noleap, 360d
Note: See TracChangeset
for help on using the changeset viewer.