Changeset 275 for trunk/LMDZ.MARS/util
- Timestamp:
- Sep 1, 2011, 10:43:54 AM (13 years ago)
- Location:
- trunk/LMDZ.MARS/util
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/util/README.exec
r137 r275 111 111 112 112 113 -------------------------------------------------------------------- 114 6) expandstartfi.e 115 -------------------------------------------------------------------- 113 116 117 This program takes a physics start file ("startfi.nc") and recasts it 118 on the corresponding lonxlat grid (so it contents may easily be displayed 119 using Grads, Ferret, etc.) 114 120 121 Simply run expandstartfi.e as a command line with arguments: 122 123 expandstartfi.e [infile.nc] [outfile.nc] 124 125 (if infile is not specified, "startfi.nc" is used as default) 126 (if outfile is not specified, it is built as "infile_ex.nc") -
trunk/LMDZ.MARS/util/compile
r137 r275 10 10 # Before running that on you computer you might want to change : 11 11 # 1) replace "pgf90" with the name of your favorite compiler 12 # ( on some machine, you should add option -fast : f77 -fast13 # 2) replace "/distrib/local/netcdf/pgi_7.1-6_32/ include" with the12 # (you may also add some non-agressive optimization options e.g. -O2) 13 # 2) replace "/distrib/local/netcdf/pgi_7.1-6_32/lib" with the 14 14 # address of the 15 15 # directory that contains the NetCDF library (file libnetcdf.a that can … … 22 22 # that can be obtained at the web address above. 23 23 # 24 # 4) The "-Bstatic" option is here to ensure that the executable will 25 # work on any Linux machine. 24 # 4) The "-Bstatic" option is here to ensure that the executable will 25 # work on any Linux machine (only necessary if you want to export the 26 # executable from a machine to another). 26 27 27 28
Note: See TracChangeset
for help on using the changeset viewer.