Changes between Version 2 and Version 3 of WRF4G2.0/WRF4GFiles
- Timestamp:
- Aug 21, 2015 1:23:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRF4G2.0/WRF4GFiles
v2 v3 2 2 3 3 A directory called `wrf4g_files`, located in the same path where `experiment.wrf4g` is. 4 {{{ 5 ├── bin 6 ├── lib 7 ├── WPS 8 │ ├── configure.wps 9 │ ├── link_grib.csh 10 │ ├── link_grib.sh 11 │ ├── metgrid 12 │ │ └── METGRID.TBL 13 │ └── ungrib 14 │ └── Variable_Tables 15 │ ├── Vtable.AFWAICE 16 │ ├── Vtable.AGRMETSNOW 17 │ ├── Vtable.AGRMETSOIL 18 │ ├── Vtable.AGRMETSOIL2 19 │ .... 20 └─── WRFV3 21 └── run 22 ├── CAM_ABS_DATA 23 ├── CAM_AEROPT_DATA 24 ├── co2_trans 25 ├── ETAMPNEW_DATA 26 ├── ETAMPNEW_DATA_DBL 27 ├── ozone.formatted 28 ├── ozone_lat.formatted 29 .... 30 }}}