-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create 01.beta.42.01 tables for cmor 3.2.0
- Loading branch information
Showing
48 changed files
with
18,503 additions
and
103,745 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,86 @@ | ||
no Variable found for AmonAdj | ||
{ | ||
"Header": { | ||
"data_specs_version": "01.beta.42", | ||
"table_id": "Table AmonAdj", | ||
"realm": "atmos", | ||
"frequency": "mon", | ||
"cmor_version": "3.2", | ||
"table_date": "22 November 2016", | ||
"missing_value": "1e20", | ||
"product": "output", | ||
"approx_interval": "30.00000", | ||
"generic_levels": "", | ||
"mip_era": "CMIP6", | ||
"Conventions": "CF-1.6 CMIP-6.0" | ||
}, | ||
"variable_entry": { | ||
"prAdjust": { | ||
"modeling_realm": "atmos", | ||
"standard_name": "precipitation_flux", | ||
"units": "kg m-2 s-1", | ||
"cell_methods": "time: mean", | ||
"cell_measures": "area: areacella", | ||
"long_name": "Bias-Corrected Precipitation", | ||
"comment": "at surface; includes both liquid and solid phases from all types of clouds (both large-scale and convective)", | ||
"dimensions": "longitude latitude time", | ||
"out_name": "prAdjust", | ||
"type": "real", | ||
"positive": "", | ||
"valid_min": "", | ||
"valid_max": "", | ||
"ok_min_mean_abs": "", | ||
"ok_max_mean_abs": "" | ||
}, | ||
"pslAdjust": { | ||
"modeling_realm": "atmos", | ||
"standard_name": "air_pressure_at_sea_level", | ||
"units": "Pa", | ||
"cell_methods": "time: mean", | ||
"cell_measures": "area: areacella", | ||
"long_name": "Bias-Corrected Sea Level Pressure", | ||
"comment": "not, in general, the same as surface pressure", | ||
"dimensions": "longitude latitude time", | ||
"out_name": "pslAdjust", | ||
"type": "real", | ||
"positive": "", | ||
"valid_min": "", | ||
"valid_max": "", | ||
"ok_min_mean_abs": "", | ||
"ok_max_mean_abs": "" | ||
}, | ||
"tasAdjust": { | ||
"modeling_realm": "atmos", | ||
"standard_name": "air_temperature", | ||
"units": "K", | ||
"cell_methods": "time: mean", | ||
"cell_measures": "area: areacella", | ||
"long_name": "Bias-Corrected Near-Surface Air Temperature", | ||
"comment": "", | ||
"dimensions": "longitude latitude time height2m", | ||
"out_name": "tasAdjust", | ||
"type": "real", | ||
"positive": "", | ||
"valid_min": "", | ||
"valid_max": "", | ||
"ok_min_mean_abs": "", | ||
"ok_max_mean_abs": "" | ||
}, | ||
"tsAdjust": { | ||
"modeling_realm": "atmos", | ||
"standard_name": "surface_temperature", | ||
"units": "K", | ||
"cell_methods": "time: mean", | ||
"cell_measures": "area: areacella", | ||
"long_name": "Bias-Corrected Surface Temperature", | ||
"comment": "''skin'' temperature (i.e., SST for open ocean)", | ||
"dimensions": "longitude latitude time", | ||
"out_name": "tsAdjust", | ||
"type": "real", | ||
"positive": "", | ||
"valid_min": "", | ||
"valid_max": "", | ||
"ok_min_mean_abs": "", | ||
"ok_max_mean_abs": "" | ||
} | ||
} | ||
} |
Oops, something went wrong.