Changeset 1328 for CONFIG/LMDZOR
- Timestamp:
- 03/02/11 11:31:56 (14 years ago)
- Location:
- CONFIG/LMDZOR/branches/LMDZOR_v4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/config.card_Interannuel
r1288 r1328 19 19 #D-- "YYYY-MM-DD" 20 20 DateBegin=1979-01-01 21 DateEnd=2005-12-3 021 DateEnd=2005-12-31 22 22 #============================ 23 23 #D-- 1Y, 1M, 5D, 1D -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/lmdz.driver
r1287 r1328 228 228 229 229 # No filtre fft in case of zoom, 280x280x39-ZAf contains zoom 230 if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x 39-ZIn" ] ; then230 if [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ; then 231 231 LMDZ_sed run.def use_filtre_fft n 232 232 fi -
CONFIG/LMDZOR/branches/LMDZOR_v4/LMDZOR/COMP/orchidee.driver
r1287 r1328 142 142 143 143 # Desactaivate river routing for high resolution 144 if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x 39-ZIn" ] ) ; then144 if ( [ ${RESOL_ATM_3D} = "280x280x39-ZAf" ] || [ ${RESOL_ATM_3D} = "360x180x19-ZIn" ] ) ; then 145 145 ORCHIDEE_sed RIVER_ROUTING n 146 146 fi
Note: See TracChangeset
for help on using the changeset viewer.