Skip to content

Commit 40d0961

Browse files
CDDSO-354 Make changes for cp4a (#32)
1 parent 708ab81 commit 40d0961

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

tables/GCModelDev_CV.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
"EmonZ",
282282
"Esubhr",
283283
"Eyr",
284+
"GC1hr",
284285
"IfxAnt",
285286
"IfxGre",
286287
"ImonAnt",
@@ -724,4 +725,4 @@
724725
"^\\[\\{0,\\}[[:digit:]]\\{1,\\}\\]\\{0,\\}$"
725726
]
726727
}
727-
}
728+
}

tables/GCModelDev_GC1hr.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"cell_measures":"area: areacella",
2424
"long_name":"Precipitation",
2525
"comment":"includes both liquid and solid phases",
26-
"dimensions":"longitude latitude time",
26+
"dimensions":"longitude180 latitude time",
2727
"out_name":"pr",
2828
"type":"real",
2929
"positive":"",
@@ -37,11 +37,11 @@
3737
"modeling_realm":"atmos",
3838
"standard_name":"air_pressure_at_mean_sea_level",
3939
"units":"Pa",
40-
"cell_methods":"area: time: mean",
40+
"cell_methods":"area: mean time: point",
4141
"cell_measures":"area: areacella",
4242
"long_name":"Sea Level Pressure",
4343
"comment":"Sea Level Pressure",
44-
"dimensions":"longitude latitude time",
44+
"dimensions":"longitude180 latitude time1",
4545
"out_name":"psl",
4646
"type":"real",
4747
"positive":"",
@@ -55,11 +55,11 @@
5555
"modeling_realm": "atmos",
5656
"standard_name": "air_temperature",
5757
"units": "K",
58-
"cell_methods": "area: time: mean",
58+
"cell_methods": "area: mean time: point",
5959
"cell_measures": "area: areacella",
6060
"long_name": "Near-Surface Air Temperature",
6161
"comment": "near-surface (usually, 2 meter) air temperature",
62-
"dimensions": "longitude latitude time height2m",
62+
"dimensions": "longitude180 latitude time1 height2m",
6363
"out_name": "tas",
6464
"type": "real",
6565
"positive": "",

tables/GCModelDev_coordinate.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,29 @@
866866
"bounds_values": "",
867867
"generic_level_name": ""
868868
},
869+
"longitude180": {
870+
"standard_name": "longitude",
871+
"units": "degrees_east",
872+
"axis": "X",
873+
"long_name": "Longitude",
874+
"climatology": "",
875+
"formula": "",
876+
"must_have_bounds": "yes",
877+
"out_name": "lon",
878+
"positive": "",
879+
"requested": "",
880+
"requested_bounds": "",
881+
"stored_direction": "increasing",
882+
"tolerance": "",
883+
"type": "double",
884+
"valid_max": "180.0",
885+
"valid_min": "-180.0",
886+
"value": "",
887+
"z_bounds_factors": "",
888+
"z_factors": "",
889+
"bounds_values": "",
890+
"generic_level_name": ""
891+
},
869892
"natural_log_pressure": {
870893
"standard_name": "atmosphere_ln_pressure_coordinate",
871894
"units": "",
@@ -3614,4 +3637,4 @@
36143637
"generic_level_name": ""
36153638
}
36163639
}
3617-
}
3640+
}

0 commit comments

Comments
 (0)