rm -fr INPUT RESTART mkdir INPUT RESTART cp -r @[RTPWD]/FV3_input_data_gsd/FV3_input_data_C96_with_aerosols/* INPUT cp @[RTPWD]/FV3_input_data/INPUT/aerosol.dat . cp @[RTPWD]/FV3_input_data/INPUT/co2historicaldata_201*.txt . cp @[RTPWD]/FV3_input_data/INPUT/sfc_emissivity_idx.txt . cp @[RTPWD]/FV3_input_data/INPUT/solarconstant_noaa_an.txt . cp @[RTPWD]/FV3_input_data/ozprdlos_2015_new_sbuvO3_tclm15_nuchem.f77 ./global_o3prdlos.f77 cp @[RTPWD]/FV3_input_data/global_h2o_pltc.f77 ./global_h2oprdlos.f77 cp @[RTPWD]/FV3_input_data/*grb . cp @[RTPWD]/FV3_input_data/*_table . cp @[RTPWD]/FV3_input_data_gsd/diag_table_gf_thompson diag_table cp @[RTPWD]/FV3_input_data_gsd/field_table_gf_thompson field_table cp @[RTPWD]/FV3_input_data/*configure . # Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables cp @[RTPWD]/FV3_input_data_gsd/thompson_tables_precomp.sl . cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qs.dat . cp @[RTPWD]/FV3_input_data_gsd/qr_acr_qg.dat . cp @[RTPWD]/FV3_input_data_gsd/freezeH2O.dat . cp @[RTPWD]/FV3_input_data_gsd/CCN_ACTIVATE.BIN . cp ${PATHRT}/../FV3/ccpp/suites/suite_${CCPP_SUITE}.xml suite_${CCPP_SUITE}.xml # Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH, append to module-setup.sh echo " " >> module-setup.sh echo "# Add path to libccpp.so and libccpphys.so to LD_LIBRARY_PATH" echo "export LD_LIBRARY_PATH=${PATHRT}/../FV3/${CCPP_LIB_DIR}:${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> module-setup.sh echo " " >> module-setup.sh