Changeset 1354
- Timestamp:
- Oct 8, 2014, 9:23:34 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/makegcm_ifort
r1246 r1354 42 42 if ( $? == 0 ) then 43 43 echo "*** NETCDF preset *** CICLAD cluster" 44 setenv NCDFLIB /opt/netcdf /ifort/lib45 setenv NCDFINC /opt/netcdf /ifort/include44 setenv NCDFLIB /opt/netcdf3/ifort/lib 45 setenv NCDFINC /opt/netcdf3/ifort/include 46 46 endif 47 47 ### end NetCDF presets -
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.