- Timestamp:
- Aug 5, 2014, 12:16:24 AM (11 years ago)
- Location:
- trunk/LMDZ.GENERIC/deftank/edu
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/deftank/edu/RUN/etu.def
r1322 r1323 1 # Nombre de jours d'int egration1 # Nombre de jours d'intégration 2 2 nday = 730 3 3 4 # Nombre de pas d'int egration dynamique par jour4 # Nombre de pas d'intégration dynamique par jour 5 5 day_step = 1 6 6 … … 8 8 diurnal = .false. 9 9 10 # P eriode de la physique (en pas d'integration dynamique)10 # Période de la physique (en pas d'intégration dynamique) 11 11 iphysiq = 1 12 13 14 12 15 13 ########## 16 14 # mode simple "gris" (coefficient d'absorption constant selon lambda) 17 graybody = .true.18 continuum 19 corrkdir 15 graybody = .true. 16 continuum = .false. 17 corrkdir = null 20 18 # coefficient d'absorption IR et VIS en m2/kg [--> kappa ~ tau_surf*g/P] 21 19 kappa_IR = 5.e-5 -
trunk/LMDZ.GENERIC/deftank/edu/atlas.exe
r1322 r1323 1 1 #! /usr/bin/env python 2 # A. Spiga 06-08/14 3 ######################################################################### 4 # first a few preliminary stuff to include planetoplot 5 import os 6 envpython = os.environ["PYTHONPATH"] 7 if "planetoplot_v2" not in envpython: 8 os.environ["PYTHONPATH"] = os.getcwd() + "/MODELES/UTIL/PYTHON/planetoplot_v2/" + envpython 9 ######################################################################### 10 11 # OK. then the actual plotting commands. 12 # -- people should be encouraged to use the command line pp.py too 13 2 14 from ppclass import pp 3 15 -
trunk/LMDZ.GENERIC/deftank/edu/install.exe
r1322 r1323 8 8 mod=$ini/MODELES 9 9 net=$mod/LMDZ.COMMON/netcdf/gfortran_netcdf-4.0.1 10 log=$ mod/install.log10 log=$ini/install.log 11 11 \rm $log > /dev/null 2> /dev/null 12 12 touch $log … … 15 15 echo "1. communicate with server" 16 16 cd $ini 17 rm -rf $mod18 svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk $mod>> $log 2>&117 rm -rf MODELES 18 svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk MODELES >> $log 2>&1 19 19 20 20 ### … … 78 78 cd $ini/RUN 79 79 wget http://www.spiga.fr/edu/DATAGENERIC.tar.gz -a $log 80 tar xzvf DATAGENERIC.tar.gz 80 tar xzvf DATAGENERIC.tar.gz >> $log 2>&1 81 81 rm -rf DATAGENERIC.tar.gz 82 83 ### 84 mv $log $mod/
Note: See TracChangeset
for help on using the changeset viewer.