rsync -arv @[RTPWD]/FV3_nest_input_data/. . rm -rf INPUT RESTART mkdir INPUT RESTART # DH* 20190528 # This doesn't work with the current logic to copy # input data from a common INPUT_DIR instead of # CNTL_DIR (which may have _prod or _repro appended); # see ccpp_regional_run.IN for a working example # if this is needed in the future (not needed now) #if [ $WARM_START = .F. ]; then # rsync -arv @[RTPWD]/@[CNTL_DIR]/INPUT/. INPUT/. #else # rsync -arv @[RTPWD]/@[CNTL_DIR]/RESTART/. INPUT/. #fi rsync -arv @[RTPWD]/@[INPUT_DIR]/INPUT/. INPUT/. # *DH 20190528 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