Sample_History_configuration_file - GEOS-ESM/MAPL GitHub Wiki
Introduction
We present here a sample History
configuration file that has the settings for:
- GRID_LABELS: provides a list of grid definitions that may be referred to in collections for the horizontal regridding.
- COLLECTIONS: provides the list of collections that will be produced by the code.
In there example below, we have three collections:
inst3_3d_asm_Np-
:- instantaneous values at prescribed pressure levels
- horizontal bilinera interpolation on a
360x181
lon-lat grid - data (at the center) produced every 3-hours with one time record per file
inst3_3d_asm_Nv-
:- instantaneous values at all model levels
- horizontal bilinera interpolation on a
288x181
lon-lat grid - data (at the center) produced every 3-hours with one time record per file
tavg3_3d_mst_Ne-
:- time averaged values at all the model levels
- horizontal bilinera interpolation on a
360x181
lon-lat grid - data (at the edge) produced every 3-hours and each file contains daily records (8)
HISTORY.rc
Configuration File
Sample VERSION: 1
EXPID: my_history
EXPDSC: my_sample_history_configuration_file
EXPSRC: GEOSgcm-v10.22.2
GRID_LABELS: PC360x181-DC
PC288x181-DC
::
PC360x181-DC.GRID_TYPE: LatLon
PC360x181-DC.IM_WORLD: 360
PC360x181-DC.JM_WORLD: 181
PC360x181-DC.POLE: PC
PC360x181-DC.DATELINE: DC
PC360x181-DC.LM: 72
PC288x181-DC.GRID_TYPE: LatLon
PC288x181-DC.IM_WORLD: 288
PC288x181-DC.JM_WORLD: 181
PC288x181-DC.POLE: PC
PC288x181-DC.DATELINE: DC
PC288x181-DC.LM: 72
CONTACT: 'http://gmao.gsfc.nasa.gov'
COLLECTIONS: 'inst3_3d_asm_Np-'
'inst3_3d_asm_Nv-'
'tavg3_3d_mst_Ne-'
::
inst3_3d_asm_Np-.format: 'CFIO' ,
inst3_3d_asm_Np-.descr: '3d,3-Hourly,Instantaneous,Pressure-Level,Assimilation Fields (wind,temperature)' ,
inst3_3d_asm_Np-.nbits: 10 ,
inst3_3d_asm_Np-.deflate: 2 ,
inst3_3d_asm_Np-.regrid_method: 'BILINEAR_MONOTONIC' ,
inst3_3d_asm_Np-.template: '%y4%m2%d2_%h2%n2z.nc4' ,
inst3_3d_asm_Np-.mode: 'instantaneous' ,
inst3_3d_asm_Np-.grid_label: PC360x181-DC,
inst3_3d_asm_Np-.frequency: 030000 ,
inst3_3d_asm_Np-.duration: 030000 ,
inst3_3d_asm_Np-.vscale: 100.0 ,
inst3_3d_asm_Np-.vunit: 'hPa' ,
inst3_3d_asm_Np-.vvars: 'log(PLE)' , 'DYN' ,
inst3_3d_asm_Np-.levels: 1000 975 950 925 900 875 850 825 800 775 750 725 700 650 600 550 500 450 400 350 300 250 200 150 100 70 50 40 30 20 10 7 5 4 3 2 1 0.7 0.5 0.4 0.3 0.1 ,
inst3_3d_asm_Np-.fields: 'SLP' , 'DYN' ,
'PS' , 'DYN' ,
'PHIS' , 'AGCM' ,
'T' , 'DYN' ,
'U;V' , 'DYN' ,
'OMEGA' , 'DYN' ,
'Q' , 'MOIST' , 'QV' ,
'QLTOT' , 'AGCM' , 'QL' ,
'QITOT' , 'AGCM' , 'QI' ,
'QRTOT' , 'MOIST' , 'QR' ,
'QSTOT' , 'MOIST' , 'QS' ,
'RH2' , 'MOIST' , 'RH' ,
'ZLE' , 'DYN' , 'H' ,
'O3' , 'CHEMISTRY' ,
'EPV' , 'DYN' ,
::
inst3_3d_asm_Nv-.format: 'CFIO' ,
inst3_3d_asm_Nv-.descr: '3d,3-Hourly,Instantaneous,Model-Level,Assimilation Fields (wind,temperature)' ,
inst3_3d_asm_Nv-.nbits: 10 ,
inst3_3d_asm_Nv-.deflate: 2 ,
inst3_3d_asm_Nv-.regrid_method: 'BILINEAR_MONOTONIC' ,
inst3_3d_asm_Nv-.template: '%y4%m2%d2_%h2%n2z.nc4' ,
inst3_3d_asm_Nv-.mode: 'instantaneous' ,
inst3_3d_asm_Nv-.grid_label: PC288x181-DC ,
inst3_3d_asm_Nv-.frequency: 030000 ,
inst3_3d_asm_Nv-.duration: 030000 ,
inst3_3d_asm_Nv-.fields: 'SLP' , 'DYN' ,
'PS' , 'DYN' ,
'PHIS' , 'AGCM' ,
'DELP' , 'DYN' ,
'PL' , 'DYN' ,
'T' , 'DYN' ,
'U;V' , 'DYN' ,
'OMEGA' , 'DYN' ,
'Q' , 'MOIST' , 'QV' ,
'QLTOT' , 'AGCM' , 'QL' ,
'QITOT' , 'AGCM' , 'QI' ,
'QRTOT' , 'MOIST' , 'QR' ,
'QSTOT' , 'MOIST' , 'QS' ,
'RH2' , 'MOIST' , 'RH' ,
'ZL' , 'DYN' , 'H' ,
'O3' , 'CHEMISTRY' ,
'EPV' , 'DYN' ,
::
tavg3_3d_mst_Ne-.format: 'CFIO' ,
tavg3_3d_mst_Ne-.descr: '3d,3-Hourly,Time-Averaged,Model-Level Edge,Assimilation,Moist Processes Diagnostics' ,
tavg3_3d_mst_Ne-.nbits: 10 ,
tavg3_3d_mst_Ne-.deflate: 2 ,
tavg3_3d_mst_Ne-.regrid_method: 'BILINEAR_MONOTONIC' ,
tavg3_3d_mst_Ne-.template: '%y4%m2%d2_%h2%n2z.nc4' ,
tavg3_3d_mst_Ne-.mode: 'time-averaged' ,
tavg3_3d_mst_Ne-.grid_label: PC360x181-DC ,
tavg3_3d_mst_Ne-.frequency: 030000 ,
tavg3_3d_mst_Ne-.duration: 240000 ,
tavg3_3d_mst_Ne-.fields: 'PLE' , 'DYN' ,
'CNV_FRC' , 'MOIST' ,
'CNV_MFC' , 'MOIST' , 'CMFMC' ,
'PFL_CN' , 'MOIST' , 'PFLCU' ,
'PFI_CN' , 'MOIST' , 'PFICU' ,
'PFL_LSAN' , 'MOIST' , 'PFLLSAN' ,
'PFI_LSAN' , 'MOIST' , 'PFILSAN' ,
::