Changeset 1195 for CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/COMP/lmdz.driver
- Timestamp:
- 11/17/10 12:00:08 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/LMDZOR/branches/LMDZOR_v4/AMIP/COMP/lmdz.driver
r1095 r1195 161 161 162 162 [ ${CumulPeriod} -gt 1 ] && ( IGCM_sys_Get ${R_OUT_ATM_D}/${config_UserChoices_JobName}_Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat_${RefPeriod} Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ; IGCM_sys_Chmod u+w Bands_${RESOL_ATM_3D}_${NUM_PROC_ATM}prc.dat ) 163 164 # No filtre fft in case of zoom, 280x280x39 contains zoom 165 filtre_fft=y 166 [ ${RESOL_ATM_3D} -eq "280x280x39" ] && filtre_fft=n 163 167 164 168 ##-- GHG forcing for the current year … … 200 204 LMDZ_sed run.def periodav ${LMDZ_periodav} 201 205 LMDZ_sed run.def adjust ${LMDZ_adjust} 206 LMDZ_sed run.def use_filtre_fft ${filtre_fft} 202 207 203 208 ## Read ByPass_hgardfou_teta option in lmdz.card --> divide teta* by 2 if [ $ByPass_hgardfou_teta = 1 ]
Note: See TracChangeset
for help on using the changeset viewer.