Differences between revisions 3 and 4
Revision 3 as of 2018-11-28 15:44:49
Size: 704
Editor: EricPalmer
Comment:
Revision 4 as of 2018-11-28 15:48:05
Size: 716
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
  out=`grep tpc INIT_LITHOS.TXT`   out=`grep tpc INIT_LITHOS.TXT | cut -c 6-`

Block 11 - Publish V2


Description

What to do when a model is "ready"


Publish Limber

  mkdir toFDS-limber-300A
  /bin/cp SHAPEFILES/limber-300A-512 toFDS-limber-300A
  /bin/cp make_sumfiles.in toFDS-limber-300A
  /bin/cp make_sumfiles.txt toFDS-limber-300A
  out=`grep tpc INIT_LITHOS.TXT | cut -c 6-`
  echo $out
  /bin/cp $out toFDS-limber-300A
  rsync -hapv toFDS-limber-300A ormacsrv1.lpl.arizona.edu:/archive/spc_distro

Notify

Email fds and altwg

mailto: [email protected]


Publish SPC

Set-up

Tidy

Publish

Scrub Files

Check Work

Notify

Block 11 - Publish v2 (last edited 2018-11-28 15:48:05 by EricPalmer)