[415] | 1 | |
---|
| 2 | #<Table> <Dim> <Order> <How defined> <Coord-axis> <Dimname in Datasets> |
---|
| 3 | |
---|
| 4 | dimspec i 1 standard_domain x west_east |
---|
| 5 | |
---|
| 6 | # Specific dimensional order for EM and NMM |
---|
| 7 | |
---|
| 8 | ifdef EM_CORE=1 |
---|
| 9 | |
---|
| 10 | ifdef DA_CORE=0 |
---|
| 11 | dimspec j 3 standard_domain y south_north |
---|
| 12 | dimspec k 2 standard_domain z bottom_top |
---|
| 13 | endif |
---|
| 14 | |
---|
| 15 | ifdef DA_CORE=1 |
---|
| 16 | dimspec j 2 standard_domain y south_north |
---|
| 17 | dimspec k 3 standard_domain z bottom_top |
---|
| 18 | dimspec 9 4 namelist=ensdim_alpha c alpha ensemble dimension |
---|
| 19 | endif |
---|
| 20 | |
---|
| 21 | dimspec lin 2 namelist=num_metgrid_soil_levels z num_metgrid_soil_levels |
---|
| 22 | dimspec | 2 namelist=num_force_layers z force_layers |
---|
| 23 | dimspec ndfi 1 namelist=dfi_time_dim c dfi time dimension |
---|
| 24 | dimspec obs - namelist=max_obs c max_obs |
---|
| 25 | dimspec h - namelist=nobs_err_flds c nobs_err_flds |
---|
| 26 | dimspec nndgvar - namelist=nobs_ndg_vars c nobs_ndg_vars |
---|
| 27 | dimspec [ - namelist=obs_prt_max c obs_prt_max |
---|
| 28 | dimspec obsstid - constant=40 c obs station id names |
---|
| 29 | dimspec & 2 namelist=lagday z lagday |
---|
| 30 | |
---|
| 31 | endif |
---|
| 32 | |
---|
| 33 | ifdef NMM_CORE=1 |
---|
| 34 | dimspec ndfi 1 namelist=dfi_time_dim c dfi time dimension |
---|
| 35 | dimspec j 2 standard_domain y south_north |
---|
| 36 | dimspec k 3 standard_domain z bottom_top |
---|
| 37 | #definitions for NMM slab arrays |
---|
| 38 | dimspec q - constant=2600 c # a little crude right now |
---|
| 39 | dimspec r - constant=2000 c # a little crude right now |
---|
| 40 | dimspec z - constant=(-3:3) c |
---|
| 41 | dimspec n - constant=(0:6) c |
---|
| 42 | endif |
---|
| 43 | |
---|
| 44 | dimspec l 2 namelist=num_soil_layers z soil_layers |
---|
| 45 | dimspec ulay 2 namelist=num_urban_layers z urban_layers |
---|
| 46 | dimspec u 2 namelist=num_land_cat z land_cat |
---|
| 47 | dimspec s 2 namelist=num_soil_cat z soil_cat |
---|
| 48 | dimspec p - constant=7501 c microphysics_rstrt_state |
---|
| 49 | dimspec w - namelist=spec_bdy_width c spec_bdy_width |
---|
| 50 | dimspec e 3 namelist=ensdim z ensemble dimension |
---|
| 51 | dimspec g 2 namelist=num_metgrid_levels z num_metgrid_levels |
---|
| 52 | dimspec m 2 constant=12 z months_per_year |
---|
| 53 | dimspec a - namelist=cam_abs_dim1 c cam_abs_dim1 |
---|
| 54 | dimspec c - namelist=cam_abs_dim2 z cam_abs_dim2 |
---|
| 55 | dimspec ls 2 namelist=levsiz z levsiz |
---|
| 56 | dimspec d 2 namelist=paerlev z paerlev |
---|
| 57 | dimspec ? - namelist=ts_buf_size c ts_buf_size |
---|
| 58 | dimspec ! - namelist=max_ts_locs c max_ts_locs |
---|
| 59 | dimspec v - constant=1 z one |
---|
| 60 | dimspec = - constant=4 c num_bands |
---|
| 61 | |
---|
| 62 | # Dimensions required only for Chemistry |
---|
| 63 | |
---|
| 64 | ifdef BUILD_CHEM=1 |
---|
| 65 | dimspec o 3 namelist=ne_area z bio_emissions_dimension |
---|
| 66 | dimspec + 2 namelist=kemit z emissions_zdim |
---|
| 67 | dimspec nm 2 namelist=nmegan z megan_species |
---|
| 68 | dimspec dust 2 namelist=kfuture z klevs_for_dust |
---|
| 69 | dimspec ] 2 namelist=kfire z klevs_for_fire |
---|
| 70 | dimspec % 2 namelist=kdvel z klevs_for_dvel |
---|
| 71 | dimspec airc 2 namelist=kemit_aircraft z ac_emissions_zdim |
---|
| 72 | dimspec . 3 namelist=erosion_dim z dust_erosion_dimension |
---|
| 73 | endif |
---|
| 74 | |
---|
| 75 | # Dimensions required by WRFmeas |
---|
| 76 | dimspec bflid - namelist=lidar_buf_size c lidar_buf_size |
---|
| 77 | dimspec nlid - namelist=max_lidar_locs c max_lidar_locs |
---|
| 78 | |
---|