# cloud_table_names.txt - the cloud table names used in l2gen_cloud # for the MODIS Aqua # # each un-commented (with a '#') line has the form: # = #
- a string name of the table # - file with that table's contents. # The file name is assumed to be in the location # $OCDATAROOT/cloud/ for sensor-specific tables and # $OCDATAROOT/cloud/common for sensor-independent tables. However, if # the name starts with a '/', that path and file name will be used. # # The netcdf files are here now. except for the FAST_TRANS_COEFF... # files, the older hdf files can be used (although they are much larger in # size). In the case of the FAST_TRANS_COEFF... files, the l2_cloud code # libcloud/pfaast.f90 has a variable: do_old_files that if changed to 1 # and re-built, will read the old binary files instead. # # the common directory file names first # # netcdf versions of the common files FAST_TRANS_COEFF_DRY=modisdet_fastrans.nc FAST_TRANS_COEFF_OZO=modisdet_fastrans.nc FAST_TRANS_COEFF_WCO=modisdet_fastrans.nc FAST_TRANS_COEFF_WTL=modisdet_fastrans.nc FAST_TRANS_COEFF_WTS=modisdet_fastrans.nc GLOBAL_EMISS=CLD.global_emiss_intABI.v6.nc ECOLOGY_MAP=CLD.IGBP.EcoMap.NtoS.2004.149.v004.nc SNOW_ALBEDO=AlbSnwSts.ByNISE.W90.D90.WS.Hemi.2000-2004.YrAvg.nc ALBEDO_CLIM=N2001_2017_ALBEDO_CLIM.nc # # the modis instrument specific file names next # # The aqua directory file names next # netcdf versions TRANSMITTANCE_COEFFS=MODIS_CLD.transmittance.v6.nc SINGLE_SCAT=MODIS_CLD.SS.v6.nc # SCAT_ICE=MODIS_CLD.MS_refl_unc.cld-ice.sfc-lnd.v6.nc SCAT_ICE_03_M_S=MODIS_CLD.MS_refl_unc.cld-ice.sfc-wtr_3m_s.v6.nc SCAT_ICE_07_M_S=MODIS_CLD.MS_refl_unc.cld-ice.sfc-wtr_7m_s.v6.nc SCAT_ICE_15_M_S=MODIS_CLD.MS_refl.cld-ice.sfc-wtr_15m_s.v6.nc SCAT_ICE_SD_03_M_S=MODIS_CLD.MS_refl_unc.cld-ice.sfc-wtr_3m_s.v6.nc SCAT_ICE_SD_07_M_S=MODIS_CLD.MS_refl_unc.cld-ice.sfc-wtr_7m_s.v6.nc SCAT_ICE_SD_15_M_S=MODIS_CLD.MS_unc.cld-ice.sfc-wtr_15m_s.v6.nc SCAT_WATER=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-lnd.v6.nc SCAT_WATER_03_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_3m_s.v6.nc SCAT_WATER_07_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_7m_s.v6.nc SCAT_WATER_15_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_15m_s.v6.nc SCAT_WATER_SD_03_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_3m_s.v6.nc SCAT_WATER_SD_07_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_7m_s.v6.nc SCAT_WATER_SD_15_M_S=MODIS_CLD.MS_refl_unc.cld-wtr.sfc-wtr_15m_s.v6.nc