Using the SatSim Gridded Component: Difference between revisions
Line 38: | Line 38: | ||
'geosgcm_radar' | 'geosgcm_radar' | ||
'geosgcm_isccp' | 'geosgcm_isccp' | ||
'geosgcm_misr' | |||
The following are exports from the lidar routine, which simulates data from the CALIPSO and PARASOL satellites. As with all of the collections here, effort has been made to conform to the fields and short names specified in the CFMIP documents. The exports with names beginning respectively with CFADLIDARSR532 and PARASOLREFL and ending with a number are not CFMIP-compliant as they are supposed to be single multidimensional fields. This is due to limitations that GEOS-5 places on the structure of exports. Exports from the Moist gridded component are provided for comparison and diagnostics. The vertical levels are intended to conform to CFMIP specifications -- the <code>levels</code> entry should be on one line in the HISTORY.rc file. | The following are exports from the lidar routine, which simulates data from the CALIPSO and PARASOL satellites. As with all of the collections here, effort has been made to conform to the fields and short names specified in the CFMIP documents. The exports with names beginning respectively with CFADLIDARSR532 and PARASOLREFL and ending with a number are not CFMIP-compliant as they are supposed to be single multidimensional fields. This is due to limitations that GEOS-5 places on the structure of exports. Exports from the Moist gridded component are provided for comparison and diagnostics. The vertical levels are intended to conform to CFMIP specifications -- the <code>levels</code> entry should be on one line in the HISTORY.rc file. | ||
Line 238: | Line 239: | ||
'MDSWTRPATH' , 'SATSIM' , | 'MDSWTRPATH' , 'SATSIM' , | ||
'MDSICEPATH' , 'SATSIM' , | 'MDSICEPATH' , 'SATSIM' , | ||
:: | |||
And MISR: | |||
geosgcm_misr.template: '%y4%m2%d2_%h2%n2z.nc4', | |||
geosgcm_misr.archive: '%c/Y%y4', | |||
geosgcm_misr.format: 'CFIO', | |||
geosgcm_misr.mode: 'time-averaged', | |||
geosgcm_misr.frequency: 030000, | |||
geosgcm_misr.ref_time: 210000, | |||
geosgcm_misr.fields: 'TCLISCCP' , 'SATSIM' , | |||
'MISRMNCLDTP' , 'SATSIM' , | |||
'MISRCLDAREA' , 'SATSIM' , | |||
'MISRLYRTP0' , 'SATSIM' , | |||
'MISRLYRTP250' , 'SATSIM' , | |||
'MISRLYRTP750' , 'SATSIM' , | |||
'MISRLYRTP1250' , 'SATSIM' , | |||
'MISRLYRTP1750' , 'SATSIM' , | |||
'MISRLYRTP2250' , 'SATSIM' , | |||
'MISRLYRTP2750' , 'SATSIM' , | |||
'MISRLYRTP3500' , 'SATSIM' , | |||
'MISRLYRTP4500' , 'SATSIM' , | |||
'MISRLYRTP6000' , 'SATSIM' , | |||
'MISRLYRTP8000' , 'SATSIM' , | |||
'MISRLYRTP10000' , 'SATSIM' , | |||
'MISRLYRTP12000' , 'SATSIM' , | |||
'MISRLYRTP14500' , 'SATSIM' , | |||
'MISRLYRTP16000' , 'SATSIM' , | |||
'MISRLYRTP18000' , 'SATSIM' , | |||
'MISRFQ0' , 'SATSIM' , | |||
'MISRFQ250' , 'SATSIM' , | |||
'MISRFQ750' , 'SATSIM' , | |||
'MISRFQ1250' , 'SATSIM' , | |||
'MISRFQ1750' , 'SATSIM' , | |||
'MISRFQ2250' , 'SATSIM' , | |||
'MISRFQ2750' , 'SATSIM' , | |||
'MISRFQ3500' , 'SATSIM' , | |||
'MISRFQ4500' , 'SATSIM' , | |||
'MISRFQ6000' , 'SATSIM' , | |||
'MISRFQ8000' , 'SATSIM' , | |||
'MISRFQ10000' , 'SATSIM' , | |||
'MISRFQ12000' , 'SATSIM' , | |||
'MISRFQ14500' , 'SATSIM' , | |||
'MISRFQ16000' , 'SATSIM' , | |||
'MISRFQ18000' , 'SATSIM' , | |||
:: | :: | ||