tparam.sh - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
 (HTM) git clone git://src.adamsgaard.dk/pism
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tparam.sh (292B)
       ---
            1 #!/bin/bash
            2 NN=4
            3 DUR=1000
            4 START=g10km_gridseq.nc
            5 for PPQ in 0.1 0.5 1.0 ; do
            6   for SIAE in 1 3 6 ; do
            7      PISM_DO=echo REGRIDFILE=$START PARAM_PPQ=$PPQ PARAM_SIAE=$SIAE \
            8        ./spinup.sh $NN const $DUR 10 hybrid p10km_q${PPQ}_e${SIAE}.nc \
            9        &> p10km_q${PPQ}_e${SIAE}.sh
           10   done
           11 done