Ignore:
Timestamp:
Apr 5, 2017, 2:41:22 PM (7 years ago)
Author:
fhourdin
Message:

Commande pour mettre a jour les physique du 1D a partir
de DefList?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/DefLists/LISMOI

    r2843 r2844  
    33
    44for i in physiq* ; do phys=`echo $i | awk -F_ ' { print $NF } '` ; diff $i ~/LMDZ/LMDZ20170306.trunk2825/1D/INPUT/PHYS/$phys/physiq.def ; done | more
     5
     6# Ajouter dans les physiques se trouvant dans DefList mais pas
     7# dans le 1D (sur ../../../../1D/INPUT/PHYS)
     8for i in physiq* ; do phys=`echo $i | awk -F_ ' { print $NF } '` ; dd=../../../../1D/INPUT/PHYS ; if [ ! -d $dd/$phys ] ; then mkdir $dd/$phys ; cp $i $dd/$phys/physiq.def ; cp $dd/NPv5.70/traceur.def $dd/$phys/traceur.def ; fi ; done
     9
Note: See TracChangeset for help on using the changeset viewer.