Changeset 167 for trunk/MESOSCALE


Ignore:
Timestamp:
Jun 20, 2011, 3:56:15 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: correction makemeso (LES). ajout a README-svn. tests tempetes de poussiere avec JF.

Location:
trunk/MESOSCALE
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd_new_storm/libf/phymars/vdifc.F

    r118 r167  
    1 link ../../../mars_lmd_new/libf/phymars/vdifc.F
     1link vdifc.F.modif
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r158 r167  
    237237          if [[ "${config}" == "les" ]]
    238238          then
    239             ## voir ci-dessus pour le folder
    240             cp ../../SRC/LES$phys/correcfft ./
     239            if [[ "${phys}" == "nophys_" ]]
     240            then
     241              ## voir ci-dessus pour le folder
     242              cp ../../SRC/LES$phys/correcfft ./
     243            else
     244              cp ../../SRC/LES/correcfft ./
     245            fi 
    241246            ./correcfft
    242247            \rm correcfft
  • trunk/MESOSCALE/PLOT/MINIMAL/map_latlon.pro

    r142 r167  
    391391        max_value=max_contour, $
    392392        min_value=min_contour, $       
    393         c_labels=findgen(n_elements(lev))*1., $
     393        c_labels=findgen(n_elements(lev))*0., $
    394394;        c_charsize=!P.charsize/2, $
    395395        color=colcont;75;0;50;75;100tropclair;150;0;, $
Note: See TracChangeset for help on using the changeset viewer.