diff --git a/ghci/Dockerfile b/ghci/Dockerfile index f633ad9..a8a9491 100644 --- a/ghci/Dockerfile +++ b/ghci/Dockerfile @@ -1,4 +1,6 @@ -FROM spack/ubuntu-jammy:0.22.1 +FROM spack/ubuntu-jammy:0.22.2 + +LABEL org.opencontainers.image.description="E3SM ghci container is mainly for testing on github actions" ARG GCC_VERSION=11.4.0 ARG MPICH_VERSION=3.4.3 @@ -45,6 +47,9 @@ RUN mkdir -p /opt/spack-environment \ && echo " - othpkgs:" \ && echo " - cmake" \ && echo " - cprnc" \ +&& echo " - yaml-cpp" \ +&& echo " - fmt" \ +&& echo " - spdlog" \ && echo " " \ && echo " specs:" \ && echo " - szip" \ @@ -69,20 +74,22 @@ RUN mkdir -p /opt/spack-environment \ && echo "") > /opt/spack-environment/spack.yaml # TODO: do these intervene with each other? -# https://cache.spack.io/tag/v0.22.1/ -RUN spack mirror add v0.22.1 https://binaries.spack.io/v0.22.1 +# https://cache.spack.io/tag/v0.22.2/ +RUN spack mirror add v0.22.2 https://binaries.spack.io/v0.22.2 RUN spack buildcache keys --install --trust # https://cache.spack.io/tag/v0.22.1/?stack=e4s -RUN spack mirror add v0.22.1-e4s https://binaries.spack.io/v0.22.1/e4s +RUN spack mirror add v0.22.2-e4s https://binaries.spack.io/v0.22.2/e4s RUN spack buildcache keys --install --trust -# https://cache.spack.io/tag/v0.22.1/?stack=root# -RUN spack mirror add v0.22.1-root https://binaries.spack.io/v0.22.1/root +# https://cache.spack.io/tag/v0.22.2/?stack=root# +RUN spack mirror add v0.22.2-root https://binaries.spack.io/v0.22.2/root RUN spack buildcache keys --install --trust -# https://oaciss.uoregon.edu/e4s/inventory.html -RUN spack mirror add E4S-24.0 https://cache.e4s.io/24.0 -RUN spack buildcache keys -it -RUN spack mirror add E4S https://cache.e4s.io -RUN spack buildcache keys -it + +# TODO: add e4s inventory when they support ubuntu 22.04+ +# # https://oaciss.uoregon.edu/e4s/inventory.html +# RUN spack mirror add E4S-24.0 https://cache.e4s.io/24.0 +# RUN spack buildcache keys -it +# RUN spack mirror add E4S https://cache.e4s.io +# RUN spack buildcache keys -it RUN cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y @@ -92,10 +99,6 @@ RUN cd /opt/spack-environment && \ ENV INPUT_DATA_DIR=/projects/e3sm/inputdata RUN mkdir -p $INPUT_DATA_DIR -RUN mkdir -p /projects/e3sm/inputdata/atm/cam/physprops/ -RUN wget https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/p3_lookup_table_1.dat-v4.1.2 -RUN mv p3_lookup_table_1.dat-v4.1.2 /projects/e3sm/inputdata/atm/cam/physprops/ - ENV USER=ghciocitester RUN git config --global user.email "${USER}@${USER}.${USER}" diff --git a/ghci/files.txt b/ghci/files.txt index 54aa573..b2020b8 100644 --- a/ghci/files.txt +++ b/ghci/files.txt @@ -1,117 +1,160 @@ +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/methane/ch4_oxid_1.9x2.5_L26_1990-1999clim.c090804.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mam/atmsrf_ne4pg2_200527.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mam/marine_BGC//monthly_macromolecules_0.1deg_bilinear_latlon_year01_merge_date.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/clim_soilw.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/depvel_monthly.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/regrid_vegetation.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/docn7/domain.ocn.1x1.111007.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/ndepdata/fndep_elm_cbgc_exp_simyr1849-2101_1.9x2.5_c190103.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/sulfate_rrtmg_c080918.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/dust_aeronet_rrtmg_c141106.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/clm_params_c211124.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/emissions-cmip6_e3sm_SOAG0_surf_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/gw/newmfspectra40_dc25.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-lw-g128-210809.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3CHO_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/solar/Solar_2010control_input4MIPS_c20181017.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/docn7/SSTDATA/sst_ice_CMIP6_DECK_E3SM_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/temp_prs_GT200nm_JPL10_c130206.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_NO_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/surfdata_map/surfdata_ne4pg2_simyr2000_c190620_with_TOP.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3COCH3_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/phot/o2src.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH2O_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/season_wes.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/phot/exo_coldens.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/phot/o2src.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/phot/tuv_xsect.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/Linoz_Chlorine_Loading_CMIP6_0003-2017_c20171114.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/clim_p_trop.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/clm_params_c180301.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/pdepdata/fpdep_clm_hist_simyr2000_1.9x2.5_c150929.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/ssam_rrtmg_c100508.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/F_nwvl200_mu20_lam50_res64_t298_c080428.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DMSflux.2010.1deg_latlon_conserv.POPmonthlyClimFromACES4BGC_c20190220.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/share/domains/domain.ocn.oQU480.151209.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/rof/mosart/US_reservoir_8th_NLDAS3_c20161220_updated_20170314.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/iceoptics_c080917.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/linv3_1849-2017_CMIP6_Hist_10deg_58km_c20230705.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/ubvals_b40.20th.track1_1996-2005_c110315.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_elev_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a1_elev_1x1_2010_clim_c20190821.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a1_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/RSF_GT200nm_v3.0_c080811.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_elev_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_elev_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_elev_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_surf_1x1_2010_clim_c20190821.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so2_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/bcpho_rrtmg_c100508.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so2_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a1_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/rof/mosart/MOSART_Global_2deg_antarctica_flowing_to_north_c09162020.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/ocphi_rrtmg_c100508.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/CNP_parameters_c131108.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/firedata/elmforc.ssp5_hdm_0.5x0.5_simyr1850-2100_c190109.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a1_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/methane/ch4_oxid_1.9x2.5_L26_1990-1999clim.c090804.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/oQU480/map_oQU480_to_ne4pg2_mono.200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/lai_streams/MODISPFTLAI_0.5x0.5_c140711.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mam/atmsrf_ne4pg2_200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_c141106.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/general/snicar_drdt_bst_fit_60_c04262019.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_oQU480_mono.200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-sw-g112-210809.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_MTERP_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/vertical_coordinates_L72_20220927.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_ISOP_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/ubvals_b40.20th.track1_1996-2005_c110315.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam5_mode5_rrtmg_sig1.2_dgnl.40_c03072023.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/snicardata/snicar_optics_5bnd_mam_c160322.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/clim_soilw.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a1_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_elev_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_surf_1x1_2010_clim_c20190821.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/emissions-cmip6_e3sm_SOAG0_elev_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/cpl6/map_r2_to_oQU480_nn.210211.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode2_rrtmg_c130628.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/season_wes.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a1_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/sulf/SAD_SULF_1950-2011_1.9x2.5_c130102.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/Linoz_Chlorine_Loading_CMIP6_0003-2017_c20171114.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/screami_ne4np4L72_20220823.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/oxid/oxid_1.9x2.5_L26_1850-2015_c20181106.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/ub/linv3_1849-2017_CMIP6_Hist_10deg_58km_c20230705.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C3H8_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_surf_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/emissions-cmip6_e3sm_SOAG0_surf_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DMSflux.2010.1deg_latlon_conserv.POPmonthlyClimFromACES4BGC_c20190220.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_NO2_aircraft_vertical_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_r2_to_ne4pg2_mono.210211.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/share/domains/domain.lnd.ne4pg2_oQU480.200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/general/snicar_optics_5bnd_snow_and_aerosols.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C2H4_surface_2010_clim_1.9x2.5_c20230213.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C2H6_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/snicardata/snicar_drdt_bst_fit_60_c070416.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/oQU480/ocean.QU.480km.151209.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/sulf/sulfate.ar5_camchem_c130304.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/wasolar_ave.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-cloud-optics-coeffs-lw.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_oQU480_bilin.200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/CNP_parameters_c180529.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/phot/tuv_xsect.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a2_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/water_refindex_rrtmg_c080910.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/dst/dst_1.9x2.5_c090203.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C3H8_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH2O_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3CHO_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CH3COCH3_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CO_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_ISOP_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_MTERP_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_NO_surface_2010_clim_1.9x2.5_c20230213.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions_E90_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/oQU480/seaice.oQU480.180705.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/share/meshes/rof/SCRIPgrid_2x2_nomask_c210211.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/oxid/oxid_1.9x2.5_L26_1850-2015_c20181106.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/dst/dst_1.9x2.5_c090203.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/inic/homme/eami_mam4_Linoz_ne4np4_L80_c20231010.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/F_nwvl200_mu20_lam50_res64_t298_c080428.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/bcpho_rrtmg_c100508.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/dust_aeronet_rrtmg_c141106.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/iceoptics_c080917.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_c141106.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode2_rrtmg_c130628.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode3_rrtmg_aeronetdust_c141106.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode4_rrtmg_c130628.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam5_mode5_rrtmg_sig1.2_dgnl.40_c03072023.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/ocphi_rrtmg_c100508.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/ocpho_rrtmg_c130709_kPOM0.04.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mam/marine_BGC//monthly_macromolecules_0.1deg_bilinear_latlon_year01_merge_date.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_r2_mono.210211.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/poly_rrtmg_c130816.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/ssam_rrtmg_c100508.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/sulfate_rrtmg_c080918.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/water_refindex_rrtmg_c080910.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/scam/iop/CASS_iopfile_4scam.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/solar/Solar_2010control_input4MIPS_c20181017.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/topo/USGS-gtopo30_ne2np4pg2_x6t_20230331.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/topo/USGS-gtopo30_ne4np4pg2_16x_converted.c20200527.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart/dvel/depvel_monthly.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_num_a4_surf_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/surfdata_map/surfdata_ne4pg2_simyr2000_c190620.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2012_climo1995-2011.T62.lnfm_Total_c140423.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/homme_mam4xx_ne4_init.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-allsky.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-cloud-optics-coeffs-lw.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-cloud-optics-coeffs-sw.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/inic/homme/eami_mam4_Linoz_ne4np4_L80_c20231010.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_CO_surface_2010_clim_1.9x2.5_c20230213.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/chem_gases/2degrees/emissions-cmip6_e3sm_C2H4_surface_2010_clim_1.9x2.5_c20230213.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-lw-g128-210809.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-lw-g256-2018-12-04.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-sw-g112-210809.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/rrtmgp-data-sw-g224-2018-12-04.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/scream_unit_tests_aerosol_optics_ne2np4L72_20220822.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/screami_ne4np4L72_20220823.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_data_for_testing.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_file_unified_and_complete_ne2np4L72_20231222.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_file_unified_and_complete_ne4_20220428.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_file_unified_and_complete_ne4_scream.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_file_unified_and_complete_ne4pg2_20231222.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_pom_a4_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_so4_a2_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/poly_rrtmg_c130816.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/chem/trop_mozart_aero/emis/DECK_ne30/cmip6_mam4_bc_a4_elev_1x1_2010_clim_c20190821.nc -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/mam4_mode1_rrtmg_aeronetdust_c141106.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/spa_init_ne2np4.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/init/vertical_coordinates_L72_20220927.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/initscreami_unit_tests_ne2np4L128_20220822.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/initscreami_unit_tests_ne2np4L72_20220822.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/DMSflux.2010.ne2np4_conserv.POPmonthlyClimFromACES4BGC_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_bc_a4_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_num_a1_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_num_a2_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_num_a4_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_pom_a4_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_so2_surf_ne2np4_2010_clim_c20240723.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_so4_a1_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/emissions/ne2np4/surface/cmip6_mam4_so4_a2_surf_ne2np4_2010_clim_c20240726.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/bcpho_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/dust_aeronet_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/mam4_mode1_rrtmg_aeronetdust_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/mam4_mode2_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/mam4_mode3_rrtmg_aeronetdust_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/mam4_mode4_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/ocphi_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/ocpho_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/poly_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/ssam_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/sulfate_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx/physprops/water_refindex_rrtmg_c20240206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx_ne2np4L72_20240329.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/mam4xx_ne4_init.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/maps/map_ne4np4_to_ne2np4_mono.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/mu_r_table_vals.dat4 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/mu_r_table_vals.dat8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/p3_lookup_table_1.dat-v4.1.1 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/cam/physprops/p3_lookup_table_1.dat-v4.1.2 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/revap_table_vals.dat4 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/revap_table_vals.dat8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vm_table_vals.dat4 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vm_table_vals.dat8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vn_table_vals.dat4 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vn_table_vals.dat8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/gw/newmfspectra40_dc25.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/RSF_GT200nm_v3.0_c080811.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/temp_prs_GT200nm_JPL10_c130206.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/phot/wasolar_ave.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/sulf/SAD_SULF_1950-2011_1.9x2.5_c130102.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/waccm/sulf/sulfate.ar5_camchem_c130304.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/cpl6/map_r2_to_oQU480_nn.210211.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_oQU480_bilin.200527.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_oQU480_mono.200527.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_ne4pg2_to_r2_mono.210211.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/ne4pg2/map_r2_to_ne4pg2_mono.210211.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/cpl/gridmaps/oQU480/map_oQU480_to_ne4pg2_mono.200527.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/general/snicar_drdt_bst_fit_60_c04262019.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/general/snicar_optics_5bnd_snow_and_aerosols.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/oQU480/partitions/mpas-seaice.graph.info.230422.part.4 https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/oQU480/partitions/mpas-seaice.graph.info.230422.part.8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/ice/mpas-seaice/oQU480/seaice.oQU480.180705.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/firedata/elmforc.ssp5_hdm_0.5x0.5_simyr1850-2100_c190109.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/lai_streams/MODISPFTLAI_0.5x0.5_c140711.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/ndepdata/fndep_elm_cbgc_exp_simyr1849-2101_1.9x2.5_c190103.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/CNP_parameters_c131108.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/CNP_parameters_c180529.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/clm_params_c180301.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/paramdata/clm_params_c211124.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/pdepdata/fpdep_clm_hist_simyr2000_1.9x2.5_c150929.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/snicardata/snicar_drdt_bst_fit_60_c070416.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/snicardata/snicar_optics_5bnd_mam_c160322.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/surfdata_map/surfdata_ne4pg2_simyr2000_c190620.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/lnd/clm2/surfdata_map/surfdata_ne4pg2_simyr2000_c190620_with_TOP.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/docn7/SSTDATA/sst_ice_CMIP6_DECK_E3SM_1x1_2010_clim_c20190821.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/docn7/domain.ocn.1x1.111007.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/oQU480/ocean.QU.480km.151209.nc https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/oQU480/partitions/mpas-o.graph.info.230422.part.4 https://web.lcrc.anl.gov/public/e3sm/inputdata/ocn/mpas-o/oQU480/partitions/mpas-o.graph.info.230422.part.8 -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/p3_lookup_table_1.dat-v4.1.1 -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vm_table_vals.dat8 -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/mu_r_table_vals.dat8 -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/vn_table_vals.dat8 -https://web.lcrc.anl.gov/public/e3sm/inputdata/atm/scream/tables/revap_table_vals.dat8 +https://web.lcrc.anl.gov/public/e3sm/inputdata/rof/mosart/MOSART_Global_2deg_antarctica_flowing_to_north_c09162020.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/rof/mosart/US_reservoir_8th_NLDAS3_c20161220_updated_20170314.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/share/domains/domain.lnd.ne4pg2_oQU480.200527.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/share/domains/domain.ocn.oQU480.151209.nc +https://web.lcrc.anl.gov/public/e3sm/inputdata/share/meshes/rof/SCRIPgrid_2x2_nomask_c210211.nc