source: lmdz_wrf/WRFV3/external/io_netcdf/README @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 1.9 KB
Line 
1This is a tar file of the WRF NetCDF I/O library.
2
3The tar file contains these files:
4
5-rw-r--r--   1 jacquesm ad           1968 Nov 27 13:43 README
6-rw-r--r--   1 jacquesm ad          15121 Nov 27 11:44 WRFIO.doc
7-rw-r--r--   1 jacquesm ad           4447 Nov 14 16:26 ext_get_glb_md.code
8-rw-r--r--   1 jacquesm ad           5068 Nov 17 14:56 ext_get_var_md.code
9-rw-r--r--   1 jacquesm ad           6766 Nov 17 15:12 ext_get_vartime_md.code
10-rw-r--r--   1 jacquesm ad           4106 Nov 14 15:04 ext_put_glb_md.code
11-rw-r--r--   1 jacquesm ad           4124 Nov 14 15:04 ext_put_var_md.code
12-rw-r--r--   1 jacquesm ad           7147 Nov 14 15:04 ext_put_vartime_md.code
13-rw-r--r--   1 jacquesm ad           6222 Nov 27 11:30 field_routines.F90
14-rw-r--r--   1 jacquesm ad             47 Oct 18 11:59 howto.ncdump
15-rw-r--r--   1 jacquesm ad           1218 Oct 26 15:16 makefile
16-rw-r--r--   1 jacquesm ad           2546 Nov 16 12:53 testWRFReadXYZ.F90
17-rw-r--r--   1 jacquesm ad           9555 Nov 27 11:25 testWRFReadfoo2.F90
18-rw-r--r--   1 jacquesm ad           7354 Nov 27 11:23 testWRFReadjfm.F90
19-rw-r--r--   1 jacquesm ad           2994 Nov 16 12:53 testWRFWriteXYZ.F90
20-rw-r--r--   1 jacquesm ad          16391 Nov 27 11:25 testWRFWritefoo2.F90
21-rw-r--r--   1 jacquesm ad           8896 Nov 27 11:25 testWRFWritejfm.F90
22-rw-r--r--   1 jacquesm ad            462 Oct 27 16:44 transpose.code
23-rw-r--r--   1 jacquesm ad          78533 Nov 27 11:22 wrf_io.F90
24-rw-r--r--   1 jacquesm ad           2715 Nov 21 12:06 wrf_status_codes.h
25
26The test* routines are test programs and one pair must be copied to
27testWRFWrite.F90 and testWRFRead.F90.  The other files comprise the WRF
28NetCDF I/O library.  In the makefile, you may need to redefine the path to
29NetCDF.  To run the test files, do:
30
31     make
32     testWRFWrite
33     testWRFRead
34
35testWRFWrite will create a NetCDF file called foo.nc and testWRFRead will
36read it.  Status codes and some values will be printed.
37
38
Note: See TracBrowser for help on using the repository browser.