Changeset 2336 for CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/DRIVER/lmdz.driver
- Timestamp:
- 09/25/14 09:57:11 (8 years ago)
- File:
-
- 1 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}
Note: See TracChangeset
for help on using the changeset viewer.