Changeset 2336 for CONFIG/UNIFORM/v6
- Timestamp:
- 09/25/14 09:57:11 (10 years ago)
- Location:
- CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
r2333 r2336 33 33 RESOL_ATM_Y=$( echo ${RESOL_ATM_3D} | awk "-Fx" '{print $2}' ) 34 34 RESOL_ATM_XY="${RESOL_ATM_X}x${RESOL_ATM_Y}" 35 FreqCoupling=${oasis_UserChoices_FreqCoupling:-86400}36 35 37 36 ##-- Calendar type for LMDZ and create_etat0_limit … … 329 328 330 329 331 ## Coupling Time Step 332 LMDZ_t_coupl=${oasis_UserChoices_FreqCoupling:- ${lmdz_UserChoices_t_coupl}}330 ## Coupling Time Step : Take value of FreqCoupling set in oasis.card or if it is not set, take default value 86400 331 LMDZ_t_coupl=${oasis_UserChoices_FreqCoupling:-86400} 333 332 IGCM_debug_Print 3 "LMDZ_t_coupl " ${LMDZ_t_coupl} 334 333 IGCM_comp_modifyDefFile nonblocker config.def t_coupl ${LMDZ_t_coupl} -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_L19
r2032 r2336 3 3 ## Soil Model ou non 4 4 soil_model=y 5 5 ## Pas de temps de couplage (s). 6 t_coupl=_AUTO_ 6 7 ## Nombre d'appels des routines de rayonnements ( par jour) 7 8 nbapp_rad=12 -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_actuel
r2032 r2336 3 3 ## Soil Model ou non 4 4 soil_model=y 5 ## Pas de temps de couplage (s). 6 t_coupl=_AUTO_ 5 7 6 8 ## Nombre d'appels des routines de rayonnements ( par jour) -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_annuel
r2032 r2336 3 3 ## Soil Model ou non 4 4 soil_model=y 5 ## Pas de temps de couplage (s). 6 t_coupl=_AUTO_ 5 7 6 8 ## Nombre d'appels des routines de rayonnements ( par jour) -
CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/config.def_preind
r2032 r2336 1 1 ## Cycle diurne ou non 2 2 cycle_diurne=y 3 4 ## Pas de temps de couplage (s). 5 t_coupl=_AUTO_ 6 3 7 ## Soil Model ou non 4 8 soil_model=y
Note: See TracChangeset
for help on using the changeset viewer.