tREADME.md - 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
       ---
       tREADME.md (1123B)
       ---
            1 EISMINT II helper script
            2 =========
            3 
            4 The PISM User's Manual documents the EISMINT II experiments.  The only thing
            5 here is a helper script `runexp.sh`.
            6 
            7 Run as
            8 
            9     $ ./runexp.sh NN EXP MHOR MVER DUR
           10 
           11 for `NN` procs, experiment `EXP`, an `MHOR x MHOR x MVER` grid in three
           12 dimensions, and a run of `DUR` years.  All options are optional; see the script
           13 for default settings.  Alternatively, run as
           14 
           15     $ ./runexp.sh NN EXP X X DUR [INPUTFILE]
           16 
           17 The fifth argument specifies an input file; in this case the third and fourth
           18 options `X X` are ignored.
           19 
           20 For example,
           21 
           22     $ ./runexp.sh 4 A 61 121 1e4
           23 
           24 is a shortened EISMINT II experiment A run on the standard horizontal grid but a
           25 refined vertical grid.  A final-state output file `eisIIA61.nc` and diagnostic
           26 files `ts_eisIIA61.nc` and `ex_eisIIA61.nc` will be produced.
           27 
           28 Do this for a dry run
           29 
           30     $ PISM_DO=echo ./runexp.sh 4 A 61 121 1e4
           31 
           32 Specify a NetCDF file name as the fourth argument for a run starting from an
           33 input file.  For example this shortened EISMINT II experiment B run starts
           34 with the final state of experiment A:
           35 
           36     $ ./runexp.sh 4 B X X 1e4 eisIIA61.nc