Last change
on this file since 5304 was
3474,
checked in by Laurent Fairhead, 6 years ago
|
Adding proper hybrid coordinates coefficients as per the CMIP6 data request
r3284 of IPSLCM6.0.15 branch
Also added Cecill license information to a bunch of DefLists? files
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
576 bytes
|
Line | |
---|
1 | #Verififaction de la concordance entre les physiq.def de DefList |
---|
2 | #et ceux du 1D |
---|
3 | |
---|
4 | for 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) |
---|
8 | for 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
TracBrowser
for help on using the repository browser.