Skip to content

Commit

Permalink
Updated for new amipbcs release - 1.1.2; K -> degC
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Apr 19, 2017
1 parent 92726d4 commit 918dc4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Tables/input4MIPs_Omon.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"standard_name":"sea_surface_temperature",
"type":"real",
"units":"degC",
"valid_max":"340",
"valid_min":"250"
"valid_max":"65",
"valid_min":"-25"
}
}
}
5 changes: 3 additions & 2 deletions src/writeJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
PJD 19 Apr 2017 - Revised siconcbcs min and max [-2000, 2000]
PJD 19 Apr 2017 - Corrected sftof comment
PJD 19 Apr 2017 - Corrected tos/tosbcs units to degrees_C
PJD 19 Apr 2017 - Corrected tosbcs valid min/max to account for K -> degC
- TODO:
@author: durack1
Expand Down Expand Up @@ -178,8 +179,8 @@
Omon['variable_entry']['tosbcs']['dimensions'] = 'longitude latitude time2'
Omon['variable_entry']['tosbcs']['long_name'] = 'Constructed mid-month Sea Surface Temperature'
Omon['variable_entry']['tosbcs']['out_name'] = 'tosbcs'
Omon['variable_entry']['tosbcs']['valid_min'] = '250'
Omon['variable_entry']['tosbcs']['valid_max'] = '340'
Omon['variable_entry']['tosbcs']['valid_min'] = '-25' ; # Updated K -> degC
Omon['variable_entry']['tosbcs']['valid_max'] = '65' ; # Updated K -> degC
Omon['Header']['realm'] = 'ocean'
# SImon
SImonCleanup = ['siage','sialb','siareaacrossline','siarean','siareas',
Expand Down

0 comments on commit 918dc4c

Please sign in to comment.