extract_daily_forcing.sh 782 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. # This script creates netcdf files used by sparring to drive LPJG offline from raw IFS output.
  3. #
  4. # Created By Klaus Wyser, some modifications by Etienne Tourigny
  5. #set -xuve
  6. # ==============================================================================
  7. # set these variables before calling extract_daily_forcing_ifs()
  8. #expname=a0l3; npts=88838
  9. #expname=AHIL; npts=35718
  10. #y1=1990 ; y2=1990 ; y0=1990
  11. #srcdir=/gpfs/scratch/bsc32/bsc32051/lpjg/a0l3/in/output/ifs
  12. #outdir=/gpfs/scratch/bsc32/bsc32051/lpjg/a0l3/out
  13. #tmpdir=$SNIC_TMP
  14. #grib_filter=grib_filter
  15. # ==============================================================================
  16. # script moved to liblsm.sh, uncomment these lines to run
  17. #source ../../../runtime/classic/liblsm.sh
  18. #extract_daily_forcing_ifs