Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Apr 3, 2024
1 parent 07a0c96 commit 4d0eaf6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,11 @@ installed the **gh** (github CLI) command, otherwise it's annoying work in the b
cd $DATA_LMT
lmtinfo.py last
# note the last obsnum, and replace it in the next line
make new2 OBSNUM0=$(lmtinfo.py last)
make new2

This process can take a few mins. After this, make sure that last.obsnum is updated.
This process can take a few mins. After this, make sure that last.obsnum is updated correctly.

3. Record the new value for **last.obsnum**

tabcols data_lmt.log 2 | head -1 > last.obsnum

(there will be a better way)


4. Update your script generators
3. Update your script generators

cd $WORK_LMT/lmtoy_run/
make git git pull
Expand Down

0 comments on commit 4d0eaf6

Please sign in to comment.