Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2018-03-24 09:24:00
Size: 223
Editor: EricPalmer
Comment:
Revision 3 as of 2018-11-28 15:44:49
Size: 704
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
-----
Line 8: Line 9:
== Procedure == -----
== 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`
  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 ==

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`
  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)