New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
clean.sh in NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/inc – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/inc/clean.sh @ 10008

Last change on this file since 10008 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:executable set to *
File size: 203 bytes
Line 
1#!/bin/bash
2
3rm -f $( ls -1 tex_main/NEMO_* | egrep -v "\.(bib|cfg|ist|sty|tex)$" )
4#rm -rf _minted-*
5#rm -rf html*
6find tex_* -regextype posix-extended -regex ".*\.(aux|log)$" -exec rm -f {} \;
7
8exit 0
Note: See TracBrowser for help on using the repository browser.