Changeset 23881


Ignore:
Timestamp:
04/22/19 10:42:41 (6 years ago)
Author:
dmenemen
Message:

adding instructions for downloading Dan Goldberg's
branch_remeshing MITgcm branch

Location:
issm/trunk-jpl/test
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test4002.m

    r23879 r23881  
    88%To download and recompile MITgcm from scratch:
    99!rm -rf $ISSM_DIR/test/MITgcm/install
    10 !rm -rf $ISSM_DIR/test/MITgcm/build
     10!rm -rf $ISSM_DIR/test/MITgcm/build/*
    1111!rm $ISSM_DIR/test/MITgcm/code/SIZE.h
    1212
  • issm/trunk-jpl/test/NightlyRun/test4003.m

    r23878 r23881  
    44%Script control parameters
    55steps=[1 2 3 4 5 6 7 8 9 10 11 12];
     6steps=[1 2 3 4];
    67final_time=1/365;
    78
    89%To download and recompile MITgcm from scratch:
    9 rm -rf $ISSM_DIR/test/MITgcm/install
    10 rm -rf $ISSM_DIR/test/MITgcm/build
    11 rm $ISSM_DIR/test/MITgcm/code/SIZE.h
     10!rm -rf $ISSM_DIR/test/MITgcm/install_dngoldberg
     11!rm -rf $ISSM_DIR/test/MITgcm/build/*
    1212
    1313%Organizer
     
    131131% {{{ GetMITgcm:
    132132if perform(org,'GetMITgcm'),
    133   system([pwd '/../MITgcm/get_mitgcm.sh']);
     133  system([pwd '/../MITgcm/get_mitgcm_dngoldberg.sh']);
    134134end
    135135% }}}
Note: See TracChangeset for help on using the changeset viewer.