Changeset 331 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd
- Timestamp:
- Oct 26, 2011, 7:21:08 PM (13 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/inifis.F
r250 r331 529 529 dtphys=wdt*wappel_phys 530 530 print*,'Physical timestep (s) ',dtphys 531 ecri_phys= 8.e18 !! a dummy low frequency531 ecri_phys=10 !8.e18 !! a dummy low frequency 532 532 print*,'Physical frequency for writing ',ecri_phys 533 533 c -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/makegcm_gnu
r69 r331 178 178 #-ffixed-form 179 179 # 180 set optim="-O3 -funroll-loops -fno-second-underscore" 181 set optim90="-O3 -funroll-loops -fno-second-underscore" 182 set optimtru90="-O3 -funroll-loops -fno-second-underscore" 180 ## set optim="-O3 -funroll-loops -fno-second-underscore" 181 ## set optim90="-O3 -funroll-loops -fno-second-underscore" 182 ## set optimtru90="-O3 -funroll-loops -fno-second-underscore" 183 set optim="-O2 -fno-second-underscore -pedantic -fbounds-check -g" 184 set optim90="-O2 -fno-second-underscore -pedantic -fbounds-check -g" 185 set optimtru90="-O2 -fno-second-underscore -pedantic -fbounds-check -g" 183 186 184 187 #set optim=" -O2 -fno-second-underscore -fstatic -fzero"
Note: See TracChangeset
for help on using the changeset viewer.