Changeset 1323 for trunk


Ignore:
Timestamp:
Aug 5, 2014, 12:16:24 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. petits ajustements au commit precedent.

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'integration               
     1# Nombre de jours d'intégration               
    22nday = 730
    33
    4 # Nombre de pas d'integration dynamique par jour
     4# Nombre de pas d'intégration dynamique par jour
    55day_step = 1
    66
     
    88diurnal = .false.
    99
    10 # Periode de la physique (en pas d'integration dynamique)
     10# Période de la physique (en pas d'intégration dynamique)
    1111iphysiq = 1
    12 
    13 
    1412
    1513##########
    1614# mode simple "gris" (coefficient d'absorption constant selon lambda)
    17 graybody = .true.
    18 continuum  = .false.
    19 corrkdir   = null
     15graybody  = .true.
     16continuum = .false.
     17corrkdir  = null
    2018# coefficient d'absorption IR et VIS en m2/kg [--> kappa ~ tau_surf*g/P]
    2119kappa_IR = 5.e-5
  • trunk/LMDZ.GENERIC/deftank/edu/atlas.exe

    r1322 r1323  
    11#! /usr/bin/env python
     2# A. Spiga 06-08/14
     3#########################################################################
     4# first a few preliminary stuff to include planetoplot
     5import os
     6envpython = os.environ["PYTHONPATH"]
     7if "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
    214from ppclass import pp
    315
  • trunk/LMDZ.GENERIC/deftank/edu/install.exe

    r1322 r1323  
    88mod=$ini/MODELES
    99net=$mod/LMDZ.COMMON/netcdf/gfortran_netcdf-4.0.1
    10 log=$mod/install.log
     10log=$ini/install.log
    1111\rm $log > /dev/null 2> /dev/null
    1212touch $log
     
    1515echo "1. communicate with server"
    1616cd $ini
    17 rm -rf $mod
    18 svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk $mod >> $log 2>&1
     17rm -rf MODELES
     18svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk MODELES >> $log 2>&1
    1919
    2020###
     
    7878cd $ini/RUN
    7979wget http://www.spiga.fr/edu/DATAGENERIC.tar.gz -a $log
    80 tar xzvf DATAGENERIC.tar.gz
     80tar xzvf DATAGENERIC.tar.gz >> $log 2>&1
    8181rm -rf DATAGENERIC.tar.gz
     82
     83###
     84mv $log $mod/
Note: See TracChangeset for help on using the changeset viewer.