Changeset 1354 for trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys
- Timestamp:
- Oct 8, 2014, 9:23:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMDZ.MARS.new/in_lmdz_mars_newphys/compile
r1285 r1354 78 78 #makegcm -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} start2archive | tee libo/log_compile_start2archive | grep 'warnings' >> libo/log_compile_start2archive 79 79 80 #echo compile newstart81 #echo check in $PWD/libo/log_compile_newstart82 #makegcm -O "-DMESOINI" -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} newstart | tee libo/log_compile_newstart | grep 'warnings' >> libo/log_compile_newstart80 echo compile newstart 81 echo check in $PWD/libo/log_compile_newstart 82 makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} newstart | tee libo/log_compile_newstart | grep 'warnings' >> libo/log_compile_newstart 83 83 84 84 echo compile gcm 85 85 echo check in $PWD/libo/log_compile_gcm 86 86 #makegcm -O "-DMESOINI" -t ${tracers} -p mars -d ${nx}x${ny}x${nz} -s ${scatterers} gcm | tee libo/log_compile_gcm | grep 'warnings' >> libo/log_compile_gcm 87 makegcm -O "-DMESOINI" 87 makegcm -O "-DMESOINI" -p mars -d ${nx}x${ny}x${nz} gcm | tee libo/log_compile_gcm | grep 'warnings' >> libo/log_compile_gcm 88 88 89 89
Note: See TracChangeset
for help on using the changeset viewer.